Articles & Insights
Explore my latest thoughts, tutorials, and deep dives into frontend development, React, Next.js, and everything in between.
Mar 20265 min read
Blog Post
I am building a Chrome extension where some user data (for example tab metadata or browsing-related information) must remain on the user’s device due ...
Apr 20245 min read
Understanding Express.js: Building Web Applications with Ease
What is Express.js? Express.js is a web application framework for Node.js. If Node.js is the engine of your web server, think of Express.js as a strea...
Apr 20245 min read
Understanding the Benefits of Parallel Processing in Node.js
Introduction Node.js has built a reputation for its speed and efficiency in handling web requests. However, if you’ve worked with Node.js you know tha...