Showing Posts From
Quickfix
3 Simple ways to center div in 2020
- Sriram Thiagarajan
- November 1, 2021
This has been an age old question for frontend dev on how to center a div in a page. As you can imag...
How to check if a map contains a key in Go?
- Sriram Thiagarajan
- July 15, 2021
How to check if a map contains a key in Go using example...
How to concatenate strings in Go
- Sriram Thiagarajan
- July 22, 2021
Different ways to concatenate strings in Go with examples...
How to convert Map to Array in Javascript / Typescript
- Sriram Thiagarajan
- August 9, 2022
Learn how to convert your map variable in javascript/typescript into an array variable....
How to create a multiline string in Go
- Sriram Thiagarajan
- August 24, 2021
A multiline string can be useful when you want to show the user of your app in a readable format. Th...
How to find the type of an object in Go
- Sriram Thiagarajan
- September 15, 2021
Finding the type of the object using the reflect package in Go...
Using Bootstrap with Svelte
- Sriram Thiagarajan
- September 24, 2021
Getting started with Svelte and Bootstrap...