ES Modules in NodeJs;In the following article, we will learn about ES modules, its predecessor CommonJs and advantages of ES modules(ESM) in NodeJs backend…Sep 9, 2023Sep 9, 2023
Type casting in Golang;Type casting refers to changing the value of one data type to another.Aug 6, 2022Aug 6, 2022
Defer functions in GolangLet’s take a look at the definition of defer functions from the docs,Jul 24, 2022Jul 24, 2022
Pointers and Immutability in Golang;Google’s Golang has multiple in-built features for developing server side applications. One of the features that caught my eye is pointers…May 15, 2022May 15, 2022
A Quick and Practical GraphQL;Today I will talk about how to implement and use GraphQL practically.Jul 24, 2021Jul 24, 2021