Featured
All Posts
Async and Await - A Beginner's Guide to JavaScript Concurrency Features
- Sriram Thiagarajan
- August 5, 2023
Async and Await - A Beginner's Guide to JavaScript Concurrency Features...
How to program a while loop in golang?
- Sriram Thiagarajan
- July 9, 2023
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
- Sriram Thiagarajan
- June 12, 2023
Learn how to sort a slice of interger in golang using sort.Reverse()...
How to Convert integer to string type in Go?
- Sriram Thiagarajan
- February 18, 2023
You can convert integer to string type in golang using the Itoa() function from the strconv package....
How to run a Golang Program?
- Sriram Thiagarajan
- December 11, 2022
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
- Sriram Thiagarajan
- November 12, 2022
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
- Sriram Thiagarajan
- October 29, 2022
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
- Sriram Thiagarajan
- October 28, 2022
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
- Sriram Thiagarajan
- September 15, 2022
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
- Sriram Thiagarajan
- August 16, 2022
We list the reasons for considering svelte for your next project and discuss the pros and cons of Sv...