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.
Today I have produce a small infography with some cleancode principles that are important for me in my daily job of a coder.
A short article to complete the page of MkYoung about the streams (link here). How to write loops using lambdas and streams without using for ?
This article is showing you how to use SonarQube with ReactJS and its JSX files. I will use both the SonarQube JavaScript plugin and the additional plugin Sonar EsLint plugin.
Today I have felt on an interesting article about Javascript promises and the new functionality of async/await.