Blogs

I write about Technology and Software Engineering.

Follow on Medium
1
Jul 20, 2025
ReactInternals

Inside React Fiber: The Hidden Engine That Powers Modern UIs

Ever wondered how React magically updates your UI without skipping a beat—even when things get complex?

2
Jun 3, 2025
ReactHooks

Inside React's useState: A Deep Dive into the Hook's Internals

Explores how React's state hook functions, including update queues, state storage, and re-render scheduling mechanisms.

3
Feb 10, 2025
NetworkingSecurity

The Ultimate Guide to Proxies: How They Work & Why You Need One

Learn how proxy servers work, their types, and why they are essential for online security, privacy, and bypassing restrictions.

4
Sep 24, 2024
JavaScriptInterview

Tricky JavaScript Interview Questions You Should Know

Interview preparation covering closures, hoisting, async concepts, and other challenging JavaScript topics.

5
Sep 10, 2024
JavaScriptInterview

8 Must-Know JavaScript Interview Questions (with Explanations)

Covers essential JavaScript interview concepts with detailed explanations for job preparation.

6
Sep 1, 2024
DatabasesBackend

Exploring the World of Databases: From Relational to NoSQL and Beyond

Comprehensive guide for selecting appropriate database technologies for various application requirements.

7
Jun 9, 2024
ToolingBundler

Parcel — All You Need to Know as a Software Engineer

Parcel is a web application bundler that simplifies the process of bundling and optimizing web assets.

8
Jun 1, 2024
ToolingJavaScript

You Don't Know Babel

Babel is a JavaScript compiler that allows developers to write code in the latest versions of JavaScript and convert it into a version compatible with older browsers.