- Published on
Can you imagine your team deploying to production every day?
Deploying in smaller batch sizes makes deployments safer and rollbacks easier. Could you achieve this with your team?
Read our latest pieces on improving software delivery performance
Deploying in smaller batch sizes makes deployments safer and rollbacks easier. Could you achieve this with your team?
I see a lot of Scrum teams estimating stories on their backlog. Should they be?
Exceptions allow us to handle errors elegantly, enabling the normal flow of our code to stay focussed on the task at hand, and letting us explicitly deal with the exceptional cases independently.
Legacy software has a strong influence over the way that we think about a domain; we can use tactics to learn from its models and improve upon them, while avoiding falling into the trap of reimplementing the same solutions.
Commento.io is a platform for integrating visitor comments with your site, without invading the privacy of those commenting.
Drawing well-defined boundaries around clusters of objects within your codebase is vital to reducing contention between users and optimising the availability of your system. Understanding the invariants within your domain is key to understanding where these boundaries can be drawn.