

The Real Talk on Continuous Deployment: Challenges and Solutions
Continuous Deployment (CD) is often hailed as the holy grail of modern software development, promising faster releases and streamlined workflows. However, CD comes with its own set of challenges that can lead to premature deployments, developer burnout, dependency failures, data overload, high costs, and user experience issues. This article dives into these challenges and offers practical solutions, such as automated tests, feature flags, realistic boundaries, proactive monit
Jun 173 min read


Continuous Delivery: Your Friendly Deployment Companion
ransform your deployments with Continuous Delivery! 🚀 Automate code changes, catch issues early, and deploy updates effortlessly. Say goodbye to deployment drama and hello to faster, reliable updates. Embrace CD for smoother, stress-free software releases! 💻✨
Jun 63 min read
Asking for Help...and getting a Response
It can be awkward to message someone you don't know and just ask them for help. How do you get people to even take you seriously when...
Apr 13, 20212 min read


The Simplest Way to Modularise HTML
Separating HTML code into separate components makes the code easier to read and maintain. But what's the simplest way of doing the job?
May 14, 20203 min read


Switching Between Java Versions
Switching between java versions should be easy. On Macs you just install something like jenv and switch between versions. On Windows you...
Mar 31, 20201 min read


Forgetting How to Write Code while Writing Code
I know you're going to forget something on your next task. So I wrote down all the steps you need to remember. You're welcome.
Mar 30, 20201 min read


Learning Everything I didn't Know
As a grad, there was so much I needed to learn, that I didn't know where to start. So I spent all my time following my team around.
Mar 9, 20203 min read

