Azure Private Networking: A Helpful Analogy

Azure Private Networking: A Helpful Analogy

Struggling to remember Azure’s private networking concepts? This article offers a refreshing take on Private Links, Endpoints, DNS Zones, and Zone Groups using a relatable analogy. Perfect for developers who need a clear, memorable explanation to navigate Azure’s complex networking features and implement secure cloud solutions.

September 11, 2024 Ā· 6 min Ā· 1239 words
Columbo and the Ideal Team Player

Columbo & the Ideal Team Player šŸ•µļø

Have you ever wondered, as I have, what Columbo can teach us about being an effective Software Consultant? šŸ•µļø Yes? Then wonder no more. In this article, I explore the ideas in Patrick Lencioni’s The Ideal Team Player and show how Columbo embodies the traits of being humble, hungry, and smart. These traits can help create a productive environment, drive continuous improvement, and help build high-performing teams.

June 3, 2024 Ā· 7 min Ā· 1304 words
SonarQube with Docker Compose

SonarQube with Docker Compose

How to set up a SonarQube server using Docker Compose. I cover the configuration of both the database and the SonarQube server, and provide step-by-step instructions for integrating and scanning backend and frontend projects using SonarScanner for .NET and SonarScanner. This guide is perfect for developers looking to experiment with SonarQube locally.

May 15, 2024 Ā· 12 min Ā· 2465 words
Keep your dev loop as short as possible with SQL Server Backups

Easier Code Debugging with SQL Server Backups

Using SQL server backups to enhance debugging workflows in your development process.

April 21, 2024 Ā· 3 min Ā· 516 words
Initialising SQL Server with Docker Compose

Part II: Initialising SQL Server with Docker Compose

This article explores three effective methods for initialising a SQL Server container using Docker Compose: execution of SQL scripts, leveraging mssql-tools, and restoring from a bacpac.

April 6, 2024 Ā· 10 min Ā· 1926 words