VS Code Devcontainers with WSL2
This is a super quick post on get VS Code Devcontainers (aka ‘VS Code Remote Containers’) working entirely with just WSL2, without the need to install Docker for Windows
Slim Decafe Java
I’ve built up a small collection of simple containerized web apps in a number of languages/frameworks over the last couple of years, which I use for my demos. I use these especially with Azure and with Kubernetes, when I need “something” to deploy and run. I was in the process of moving these all over to Kubernetes (deployed though Helm and GitHub Actions) when I took a look at them all running side by side.
Getting Loaded
Load Testing. Not the coolest of subjects these days, you could argue, but one close to my heart. Back in 2004 I joined a software company called Mercury, at the time well know for a load testing product called LoadRunner.
Terminal & WSL Guide
I’ve found using Windows Subsystem For Linux (WSL) in the last two years has transformed how I use my Windows machine for development and general tech & cloud work. The new Terminal has further cemented this new reliance on the command line. In this post I cover how I use both
Getting On The Go Kart
I’ve dabbled with the Go programming language in the past, and came away with mixed feelings. However I’ve resolved to a have an extra “main” language to go alongside JavaScript/Node and Python (with C#, Java and PHP being long consigned to the “only if I must bucket”), so decided to revisit Go and get some real usage of the language under my belt. In addition some recent tooling changes means it has become a lot easier to work with, so it was time for a second look.