How `Localhost` Works ?

Whether you're running a front end dev server or testing a backend API, chances are you’ve typed localhost:3000 in your browser. But have you ever stopped to wonder—what actually happens when you ...
0 Read More

VSCode 2 - Workbench Contributions

Visual Studio Code's architecture is a masterclass in building extensible software. One of its most powerful concepts is the Workbench Contribution system, which allows features to initialize at speci...
0 Read More