Apr 27 · 13 min read · The software release life cycle (SRLC) is where most engineering failures begin. Not because of bad code, but because of a broken release process. In modern environments, applications run across APIs,
Join discussion
Mar 25 · 7 min read · The Question That Started Everything "Can u make sure the updates for applied to the publix repo let me know if they did ir didnt then i will tell u ehag i need" It's a straightforward question - are yesterday's slash command fixes public? But the an...
Join discussionJan 12 · 10 min read · Software deployment looks simple on paper, but in real projects, it’s where most failures show up. Even stable code can break when deployment isn’t planned well. In 2026, software deployment is no longer just about pushing code - it’s about reliabili...
Join discussion
Dec 12, 2025 · 3 min read · Here's how releases used to go for me: Figure out what version number comes next (is this a patch? minor? I broke the API so... major?) Update package.json Update any other version references Write the changelog (scroll through commits, try to re...
Join discussion
Nov 7, 2025 · 3 min read · It started on a quiet Friday evening.Our sprint had just closed, the builds were green, and the team was ready to wrap up for the weekend. Then came the message from our Product Owner: “Hey, can we have the release notes by end of day? Just a summar...
Join discussion
Oct 15, 2025 · 14 min read · Introduction Picture this: It's Friday evening, and your team needs to deploy a critical hotfix. With traditional branch-based deployments, you're playing Russian roulette—will you deploy the right code, or accidentally include that experimental feat...
Join discussionSep 5, 2025 · 3 min read · Some time ago I was working on the simple Dynamics 365 Sales-based solution project. We had some customization and very little custom code there (only one developer is responsible for delivering it). We decided to use Power Platform Pipelines for dep...
Join discussion
Aug 17, 2025 · 4 min read · Introduction Imagine you’ve just shipped a brand-new feature to production. You’re excited… until a critical bug surfaces, and suddenly your users are stuck with a broken experience. Rolling back your entire deployment feels like overkill, and hotfix...
Join discussion
Jul 27, 2025 · 5 min read · I am a big fan of having small pull requests, but this is not always easy to achieve. I have worked in many organisations where PRs of hundreds of lines of code is the normal situation, because of multiple reasons. In this blog post, I want to go int...
Join discussion