Creating Jenkins on AWS

Creating Jenkins on AWS
Introduction Jenkins is an open-source automation server that integrates seamlessly with various AWS services such as AWS CodeCommit, AWS CodeDeploy, Amazon EC2 Spot, and Amazon EC2 Fleet. Yo...
0 Read More

Keybindings I use in VS Code

I use VS Code for… code, heh. Because I present a lot and have tried to make the experience overall a bit more mouse-free, here’s the keybindings I particularly like to use: Ctrl/Cmd + b: Toggle ...
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

VSCode 4 - Command and Keybinding

When you press Ctrl+S to save a file, or use the Command Palette to run a Git command, you're interacting with VSCode's Commands and Keybindings system.In this article, we'll explore how VSCode manage...
0 Read More