devansh-ar updated blogs.mdBlogs
Things I write about.
Your Code Is Modern. Your Users’ Browsers Aren’t.
Bridging the gap between modern JavaScript and browser compatibility.
#javascript#webdev#browsers
How Node.js Uses 4 Threads — And What Happens When You Add a 5th Task
Deep dive into Node.js threading model and libuv thread pool.
#nodejs#backend#javascript
Bridging the Gap Between Modern JavaScript and Browser Compatibility
Understanding polyfills, transpilers, and how to ship modern code safely.
#javascript#compatibility#frontend