Showing Posts From

Quickfix

3 Simple ways to center div in 2020

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?

How to check if a map contains a key in Go using example...

How to concatenate strings in Go

Different ways to concatenate strings in Go with examples...

How to convert Map to Array in Javascript / Typescript

Learn how to convert your map variable in javascript/typescript into an array variable....

How to create a multiline string in Go

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

Finding the type of the object using the reflect package in Go...

Using Bootstrap with Svelte

Getting started with Svelte and Bootstrap...