The quite power of Pattern Matching

There’s something quietly shaping the way we work every day, but we rarely talk about it. It’s not a tool, a process, or a framework. It’s pattern matching. In programming, pattern matching is common in functional programming. It’s a clean and expressive way to work with data. Instead of writing a dozen nested if statements, … Continue reading The quite power of Pattern Matching

Lessons from a Decade of Complexity: Microservices to Simplicity

Microservice architecture has been a topic of many discussions and different opinions among software engineers. A decade ago, microservices were seen as a way to solve all the challenges of building and scaling large systems. Many teams believed it was the future. But now, after seeing how it plays out in real-world situations, many of … Continue reading Lessons from a Decade of Complexity: Microservices to Simplicity