Category: Software Technologies
https://sylvainleroy.com/wp-admin/options-general.php?page=ad-inserter.php#tab-2 A presentation I made (in french) about how to modularize C/C++ Softwares and the various ways to implement it. Tags: Cleancode, Migration, Programming, Refactoring, Software Technologies
https://sylvainleroy.com/wp-admin/options-general.php?page=ad-inserter.php#tab-2 Today, I released a new library to help developers to write integration tests with mail servers. The library has been released on GitHub and Maven Central. fakesmtp-junit-runner Links : github. Important : Part...
https://sylvainleroy.com/wp-admin/options-general.php?page=ad-inserter.php#tab-2 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 hours on internet,...
https://sylvainleroy.com/wp-admin/options-general.php?page=ad-inserter.php#tab-2 This article is part of my working notes on the subject of "How to migrate Web applications running on JBoss AS 5 to the version 7". JBoss Application Server – Wildfly I will...
https://sylvainleroy.com/wp-admin/options-general.php?page=ad-inserter.php#tab-2 In this short story, I will relate how I migrate my blog personal website from a classic VM instance to a container using Google Cloud Container Engine and Kubernetes, Docker, Nginx. Tags: Cloud...
https://sylvainleroy.com/wp-admin/options-general.php?page=ad-inserter.php#tab-2 Thanks to its popularity, Docker has disrupted many companies and blurred the silos between Developers and Operations. In this article, based partially on my own experiences. Tags: Application Lifecycle Management, Software, Software Technologies,...
https://sylvainleroy.com/wp-admin/options-general.php?page=ad-inserter.php#tab-2 Today I have felt on an interesting article about Javascript promises and the new functionality of async/await. Tags: Programming, Software Technologies, Web