Sworupdev

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

September 13, 2025|NodeJS

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 pull vs GIT pull rebase

August 19, 2025|git

Git pull or Git pull rebase

Continue reading →

Git Worktree - A Practical Guide

August 19, 2025|git

Git worktree allows you to have multiple working tree. The actual directories containing your project files attached to a single Git repository.

Continue reading →