When You Are Doing Devops
As any software engineer knows, naming is often the most challenging thing we do. I’ve struggled with naming things over the last twenty months. Here… Read More »When You Are Doing Devops
As any software engineer knows, naming is often the most challenging thing we do. I’ve struggled with naming things over the last twenty months. Here… Read More »When You Are Doing Devops
I recently have been working on a project where I provided support to help increase the speed and quality of delivery in one specific development… Read More »When Speed and Quality are the Same Thing
If you read Kent Beck’s “Test-Driven Development By Example” you will learn that writing tests first enables you to make sense of your design as… Read More »Test-Driven Development for Microservices
Gitflow means using different branches to develop software. It was invented to help software projects cope with multiple developers making simultaneous changes to a single… Read More »Doing Gitflow means you’re leaving Business Value on the Table
The need for high-quality, secure software is greater than ever. Customers and regulators alike demand speed, confidence, security and accountability in software delivery. Keeping a… Read More »How to Deliver High-Quality Software, Faster without Feature Branches
Do you feel that your end-to-end testing delivers value? End-to-end tests can take a long time to set up, can be complicated, and are often… Read More »Seeing Double: An Alternative to End-to-End Testing
I’m building a new Rust project and I want to do it right, so I’m interested in complexity and code smells and want to get… Read More »Rust Code Analysis in SonarCloud using GitHub Actions
I’ve been playing around with rust for a few months – on and off. And I came to a halt without realising it and couldn’t… Read More »Test Driven Design: at its best when it’s outside in
If so, what will you and your team be doing today? What will you do next week to ensure you’re in better shape before next… Read More »Did You Spend The Weekend Fixing Bugs?
One of my favourite podcasts is Maintainable by Robby Russell. I’ve just caught up with the episode with Professor John Ousterhout called “It’s Not You,… Read More »How to Build Maintainable Software