An Introduction to Release Engineering
Release engineering is one of those roles I didn't even know existed.
But when the opportunity came to
2023‘s Articles
✦ September
An Introduction to Internal Developer Platforms
These days, developers have a lot of cognitive load.
You’re not just writing code, you’re playing around with
An Introduction to Site Reliability Engineering
A lot of software engineers forget why their software is successful. (or why it's not).
The #1 reason
Load Balancing in Kubernetes: A Step-by-Step Guide
Load balancing is the process of distributing network traffic equally over a set of resources that support an application.
Modern
Designing Developer Friendly Self-Service Platforms
Imagine that you're a DevOps developer.
Everyone keeps asking you to do something.
"Hey, can you help
An Introduction to DORA Metrics
Why should we care about metrics?
Because it tells us whether we are moving forward or backwards.
In the world
Kubernetes for Dummies
The software world has changed since the increase in the popularity of containerisation.
Technologies such as Docker are widely used
2021‘s Articles
✦ December
CI/CD Pipelines with Github Actions and Django
Deployment is hard.
You have to make sure that you are in the correct environment, with the correct
variables, and