Featured

All Posts

Async and Await - A Beginner's Guide to JavaScript Concurrency Features

Async and Await - A Beginner's Guide to JavaScript Concurrency Features...

How to program a while loop in golang?

Golang syntax does not have a keyword for `while` loop but we can use the `for` loop syntax to creat...

Sorting a Slice of Integers in Reverse With Golang

Learn how to sort a slice of interger in golang using sort.Reverse()...

How to Convert integer to string type in Go?

You can convert integer to string type in golang using the Itoa() function from the strconv package....

How to run a Golang Program?

How to run a Golang program to get the output of the Go in command line...

Golang - 5 different ways of comparing two strings with reasons

Learn with reason on which method to choose when you are doing the string comparison in Golang and n...

Convert string to bool in Golang

Converting string to bool can be done using the strconv.ParseBool method. It tries to return a boole...

5 ways to concatenate string in Golang with reasons

Learn with reason on which method to choose when you are doing the string concatenation in Golang an...

How to make a landing page with Astro, HTML, CSS

Follow along with this code walk through on how to build a landing page with Astro using a unique la...

6 Reasons for developers to consider Svelte for your next project

We list the reasons for considering svelte for your next project and discuss the pros and cons of Sv...