
How JavaScript stores numbers in Memory
Ever wondered why JavaScript has so many quirks, why it's always surrounded by controversies, and why the language seems full of issues?
September 20, 2025 — 5 min read
I like to write about software development 🚀 & open source 🥑.
How JavaScript stores numbers in Memory
Ever wondered why JavaScript has so many quirks, why it's always surrounded by controversies, and why the language seems full of issues?
September 20, 2025 — 5 min read
How I Plan to Make 60k to 100k USD as a SWE in India
My thought process behind how to make good money in India as a Software Engineer
August 17, 2025 — 5 min read
Astro OG image generation with SSR on Cloudflare workers.
Understand how you can generate OG images, and improve your clickthrough rates
July 27, 2025 — 7 min read
Remix Better Forms for Better UX and DX
Discover how Remix is revolutionizing form development for better user experience (UX) and developer experience (DX).
June 15, 2023 — 11 min read
Running React without Create React App
This blog details out, how you can run react without Create React App (CRA)
June 20, 2022 — 7 min read
Prototype's & Prototypical Inheritance in JavaScript.
Understand how inheritance works in JS with very simple examples.
June 15, 2021 — 5 min read
Connecting dots between 'this' keyword , bind() and arrow function in JavaScript class.
This blog explains the most common problem react developer's face while using class-based components of binding methods to objects.
May 25, 2021 — 4 min read
Debunking Classes in JavaScript.
In this blog we discuss how instance of a class and a function in JavaScript are very similar
May 22, 2021 — 4 min read