All Posts
Svelte - Login and Authentication with Supabase
- Sriram Thiagarajan
- September 30, 2021
Building Login and Signup component using Svelte and connect to Supabase for authentication...
Using Bootstrap with Svelte
- Sriram Thiagarajan
- September 24, 2021
Getting started with Svelte and Bootstrap...
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...
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...
Learn about Drag and Drop API with Svelte by building a game
- Sriram Thiagarajan
- September 9, 2021
Learn Svelte by making a match-three game. Learn about the HTML Drag and Drop API...
Building basic CRUD operations in Go with Fiber
- Sriram Thiagarajan
- September 3, 2021
Building simple CRUD operations using Fiber. This article goes into detail about how to set up the A...
Getting Started with Svelte by building a landing page
- Sriram Thiagarajan
- August 27, 2021
Learn Svelte by building a landing page using HTML, CSS, JavaScript...
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...
Go Switch - 6 ways of using Switch in Go
- Sriram Thiagarajan
- August 17, 2021
Application Development will have business logic based on a few conditions and the switch statement ...
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...