From Complex Problems to Scalable Code.
I'm Sworup Shakya, a Software Engineer who architects and builds resilient software systems that drive business growth. Welcome to my portfolio and technical blog.
Demystifying the Node.js Event Loop: A Guide for Aspiring Developers
The event loop is the heart of Node.js. Understanding its phases, the priority of microtasks, and the practical patterns for managing processes.
Continue reading →Git Worktree - A Practical Guide
Git worktree allows you to have multiple working tree. The actual directories containing your project files attached to a single Git repository.
Continue reading →