Sworupdev

All Posts

Demystifying the Node.js Event Loop: A Guide for Aspiring Developers

September 13, 2025|

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 pull or Git pull rebase

Continue reading →

Git Worktree - A Practical Guide

August 19, 2025|

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

Continue reading →