Recent Articles
One Best Way - Continuous Improvement in Software Engineering
Let’s talk about what it means to find the one best way of doing something. We’ve been trying to answer this question since the dawn of someone teaching anyone how to do a task.
Read moreFeature Flags with Spring Boot
Feature flags are a great tool to improve confidence in deployments and to avoid impacting customers with unintended changes. Instead of deploying a new feature directly to production, we “hide” it behind an if/else statement in our code that evaluates a feature flag.
Read moreLaws and Principles of Software Development
In discussions around software development, it’s almost impossible to avoid quoting a law or two. “This won’t work because of ‘The Law of X’!
Read moreTimeouts with Spring Boot and Resilience4j
In this series so far, we have learned how to use the Resilience4j Retry, RateLimiter, TimeLimiter, Bulkhead, Circuitbreaker core modules and also seen its Spring Boot support for the Retry and the RateLimiter modules.
Read moreAsserting Lists with AssertJ
In tests, we need to add assertions to make sure that a result is the expected result. For this, we can make use of the AssertJ assertion library.
Read moreAtomic Habits in Software Development
Compound interest is both a powerful and apt analogy for when it comes to devising your workflows. Improving a process' efficiency and efficacy by 2% can feel negligible.
Read more