Showing Posts From
Beginners
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...
5 ways to perform for loop in Svelte (Each block)
- Sriram Thiagarajan
- February 6, 2022
Svelte for loop are essential things to learn. Learn about the different ways you can use each block...
Building CLI application with GO
- Sriram Thiagarajan
- July 31, 2021
This article explains how to create a simple application in Go and access the feature using a CLI in...
Git workflow explained with visual boards
- Sriram Thiagarajan
- August 12, 2021
Git helps developers work in a more collaborative manner and so it is an essential skill for all dev...
Go - Learning 'for' loop statement in-depth
- Sriram Thiagarajan
- August 10, 2021
In programming, repeating a particular task is essential. Loop helps in executing pieces of code mul...
Go Testing with Test Driven Development
- Sriram Thiagarajan
- September 15, 2021
Test Driven Development follows the principle of converting the requirements into a test case and de...
Golang - What is epoch?
- Sriram Thiagarajan
- April 4, 2022
What is epoch value? Learn about how to calculate the epoch value in Go....
How to make an API call in Svelte
- Sriram Thiagarajan
- January 25, 2022
Learn how to make an API call in svelte with loading and error states. Fetching data from the API is...
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...
How to use Golang Maps?
- Sriram Thiagarajan
- October 13, 2021
Map is a built-in type in Go that helps in storing key-value pairs. Learn how to use Golang maps in ...
How to use main and init functions in Golang
- Sriram Thiagarajan
- October 8, 2021
Go language reserves main() and init() function for special purposes which can help simplify your co...
Introduction to Svelte Derived Store
- Sriram Thiagarajan
- December 28, 2021
In this article, we will learn how to make use of derived store from Svelte....
Introduction to Svelte Stores
- Sriram Thiagarajan
- November 13, 2021
Learn about how Svelte offers a store that can help in bringing the reactivity of something like RxJ...
Svelte - Login and Authentication with Supabase
- Sriram Thiagarajan
- September 30, 2021
Building Login and Signup component using Svelte and connect to Supabase for authentication...
Svelte with Vite and TailwindCSS
- Sriram Thiagarajan
- October 28, 2021
TailwindCSS provides easy classes to replace the CSS you will be writing. Learn about how to integra...