Blog
I write about software development, programming, tech and my personal life.
All Posts
[Archived] Getting started with Typescript on the backend with Node.js and Express
Learn how to scaffold a Node.js backend for a safer, robust and type-safe APIs with Typescript
[Archived] Type-safe GraphQL Server with Pothos (Formerly GiraphQL)
Pothos is a GraphQL Schema builder that is type-safe, embraces typescript's type inference, and provides amazing plugin ecosystem.
What is Async/Await?
A beginner's guide to understanding asynchronous JavaScript using async/await with practical examples and real-world analogies.
High Order Functions and Arrays in JavaScript
A comprehensive guide to JavaScript array methods including forEach, filter, map, sort, and reduce with practical examples and real-world use cases.
bind(), call(), and apply() in JavaScript
Understanding the this keyword and how bind(), call(), and apply() methods work in JavaScript with practical examples.