Code generation and data generator : the best use cases
This small state of the art illustrates various use-cases where tools can be used to generate code and data to ease the coder's life.
Application modernization and Cloud migration
Blog by Sylvain Leroy about Cloud, Software Quality, Refactoring, Legacy Software Migration, and Application Modernization
This small state of the art illustrates various use-cases where tools can be used to generate code and data to ease the coder's life.
I am writing a new release of my Spring CQRS Module(link1, link2), including a parallel execution feature. Concurrency issues can be hard to solve especially with new programming language features.
I have been using recently Java 8 new features CompletableFuture. This is a little feedback.
I have tried Vue.js and just love it. Some weeks ago, I started a new project for which, I have to build an internet website. Context After spending really long…
Today I have felt on an interesting article about Javascript promises and the new functionality of async/await.