<dev/>
HomeExperienceMy DiaryRecommendationsTechnologiesResume
All articles

Topic

#web-development(2)

Articles and deep dives focusing on #web-development.

Mar 27, 2026·11 min read·Medium

What Really Happens When You Call setTimeout()?

A Deep Dive from JavaScript to Hardware Every JavaScript developer has used setTimeout. It&#39;s one of the first async concepts we learn. But have you ever won...

#nodejs#javascript#asynchronous-programming#web-development
Jan 4, 2026·7 min read·Medium

Understanding React’s Virtual DOM: The Secret Behind Lightning-Fast UIs

How React updates your apps in milliseconds, not seconds The Problem: Why DOM Updates Are Slow Imagine you’re building a social media feed. Every like, comment,...

#software-engineering#frontend-development#javascript#reactjs#web-development