Visual Studio Code and some essential extensions

Visual Studio Code is a really popular editor that is really fast, support many extensions and it is also free. It is my choice for everything that doesn't require a more complex IDE. Installation is a breeze. Navigate to visualstudio.microsoft.com and download Visual Studio Code. I like to use the "More option"... Then select System … Continue reading Visual Studio Code and some essential extensions

Windows 11 – Docker Desktop with engine running on WSL2 and Kubernetes

Everything has changed since I started my career many years ago developing software in Delphi, Java and others languages and using some of the traditional packaging options we've had at the time. We didn't have so many options for source control and continous integration and delivery was not even a thing back then. With the … Continue reading Windows 11 – Docker Desktop with engine running on WSL2 and Kubernetes

Git client and configuration for accessing private repositories via SSH in GitHub.com

A lot of software projects use Git for source control, for example, hosted on Github. We will install and configure a git client that is free and open source and is available at: https://git-scm.com/ It is possible to install via Windows package manager Winget, but I will use the manual download and configuration during installation … Continue reading Git client and configuration for accessing private repositories via SSH in GitHub.com

Windows 11, Windows Subsystem for Linux and Hyper-V

Windows Subsystem for Linux (WSL2) Windows Subsystem for Linux (WSL) allows for execution of Linux environment directly on Windows with a lot less overhead than a traditional virtual machine. WSL documentation can be found here Windows Subsystem for Linux Documentation | Microsoft Learn Currently in version 2 (WSL2) it can be installed via simple steps … Continue reading Windows 11, Windows Subsystem for Linux and Hyper-V

Creating Windows 11 installation USB drive on Windows

In order to perform a clean Windows installation it is needed to create the installation media. In this port I will show how to manually create a Windows 11 installation USB drive. For more information on how to obtain the official installation media see my post Windows 11 Installation. Connect the desired USB drive to … Continue reading Creating Windows 11 installation USB drive on Windows

Windows 11 Installation

Microsoft Windows operating system is a success amongst great portion of consumers not by coincidence, but due to its great compatibility of hardware and software. Also, there are great tools and toolchains for people working in software development, including the latest additions of Linux support via Windows Subsystem for Linux (WSL) where you get the … Continue reading Windows 11 Installation