My blog

I like to write about software development 🚀 & open source 🥑.

my picture my picture

JavaScript Naming Conventions No One Follows (But Should)

Practical naming rules from Douglas Crockford's How JS works to writing clean JS.

October 20, 2025 — 5 min read

my picture my picture

How JavaScript Stores Numbers in Memory (IEEE 754 Explained)

A peek under the hood at the 64-bit floating point format JavaScript uses for every number, and why that shapes precision, range, and quirks.

September 20, 2025 — 5 min read

my picture my picture

JavaScript Prototypes and Prototypal Inheritance Explained Simply

Understand how inheritance works in JS with very simple examples.

June 15, 2021 — 5 min read

my picture my picture

JavaScript 'this', bind(), and Arrow Functions in Classes Explained

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

my picture my picture

JavaScript Classes vs Functions: Debunking ES6 Class Syntax Sugar

In this blog we discuss how instance of a class and a function in JavaScript are very similar

May 22, 2021 — 4 min read