Writing
All articles.
Thoughts on software architecture, engineering, and the tech community.
- Events
Stage all your file changes! It's time to Commit Conf
A first-timer's experience at Commit Conf 2025 in Madrid — exploring tech talks, meaningful connections, and insights from Spain's leading software conference.
- Events
Highlights of the Rev/Dev 2025
Revolut's annual dev event in Barcelona: talks on scaling event-streaming and data aggregators, plus networking over Moritz beer.
- Software Architecture
The importance of semantics when writing code
How Java's lambdas and Streams API affect code semantics, and when to use them vs. explicit approaches to keep your code readable and maintainable.
- Software Architecture
An enhanced Strategy Design Pattern for real-world applications
Learn how to implement the Strategy Design Pattern in real-world applications using Quarkus, with dynamic strategy selection at runtime.