Monolith with Feature Flags as alternative to Microservices?I want to go through a thought experiment where I try to mimic microservices behaviour in a monolithic architecture. The thesis is that…Jan 4, 2021Jan 4, 2021
ADT with Java: sealed classes, pattern matching, recordsI am a big fan of Algebraic Data Types. They allow us to declaratively specify data model grammar. Many modern statically typed languages…Dec 28, 2020Dec 28, 2020