Published inBetter ProgrammingMicroservices: Keep the Transition Under ControlGoing from a monolith to micro-services is often desired but many give up. How do you ensure this transformation without being drowned in…Jun 2, 2022Jun 2, 2022
Published inJavarevisitedCQRS & Event Sourcing III: the frameworkLet’s see the workings of the application in particular the Event Store and the Event Bus.Feb 9, 2022Feb 9, 2022
Published inTowards DevCQRS & Event Sourcing II: Use case implementationLet’s see how to implement CQRS use cases in Kotlin. Full code exemple is available on Github.Jan 25, 2022Jan 25, 2022
Published inTowards DevCQRS & Event Sourcing I : IntroductionBasic implementation of a CQRS application with Event sourcing persistence.Jan 12, 20221Jan 12, 20221
Published inJavarevisitedHow to write 3 times less codeHow to gain productivity and focus on essential code using your IDE.Oct 27, 20211Oct 27, 20211
Published inJavarevisitedException handling : 3 ways illustratedWe will explore several ways of handling exception so that you can choose your favorite for your application.Oct 14, 2021Oct 14, 2021
Published inJavarevisitedLazy Loading, Aggregate and CQRSUnderstand these patterns to handle the complexity of an application.Sep 15, 20211Sep 15, 20211
Published inJavarevisitedWhat the test pyramid is hiding?In each project, the test automation strategy is based on a test pyramid (maybe more 😮) but is it well understood?Aug 31, 2021Aug 31, 2021
Published inGeek CultureBoost Your Code Efficiency with These 4 Quick Wins Using Value ObjectAn easy to implement pattern that could bring large benefits to your code baseAug 23, 2021Aug 23, 2021