
About me
Hey, I’m a Senior Software Developer living in Dublin.
I’ve been building software for many years, mostly with .NET and AWS, and I still get excited about solving tricky problems with clean, simple code.
I love learning new things, helping teammates grow, and writing about tech
-
Failure Isolation Strategies in AWS Step Functions Map State Executions
In AWS Step Functions, a Map state processes each element of an input array in parallel. Every item is picked up by an iterator (processor), executed in isolation, and its output is returned to the Map state. After all iterations complete, the Map state aggregates the individual outputs… read more
-
How I Made Jira Show Better Commit Messages with a Simple Git Hook
It’s nice to have all your commits visible in one place, like on a Jira issue page. But let’s be honest — most of the time, those commit messages are a complete mess. They’re inconsistent, hard to read, and usually not worth opening that section for. But what… read more