Technical stuff... and... stuff

Software Development Blog

Go to blog posts

Yet another software development blog site!

The content in these posts are aimed mainly at sparking new ideas and sharing knowledge.

Latest Posts

Architecture - Middleware Patterns for System Integrations

Introduction

In today’s complex IT environments, integrating multiple systems through a single API is a common requirement. However, managing these integrations effectively requires the right middleware patterns. Middleware acts as the glue that binds different systems together, ensuring they can communicate and work as a unified system. But with so many middleware patterns available, choosing the right one for your use case can be challenging.

Azure Pipelines - Devcontainers and Continuous Integration

Introduction to devcontainers

Devcontainers within Visual Studio Code (VS Code) is a powerful concept, being able to create a Docker container with all the tooling and runtime stacks a developer needs to work on a given project, without having to install anything but Docker, VS Code and the VS Code Remote Containers extension.

Azure Pipelines - Manipulating Pipelines with Templates and Expressions

Introduction

Beyond creating standard Azure DevOps Pipelines, we can use templates to manipulate a pipelines definition. We can make custom steps run before or after tasks, or add stages based on certain conditions, or choose to reject a pipeline if certain definitions may or may not exist.