
Top 5 Skills Java Developers Should Learn In 2021 (on DZONE)
As a Java developer, you absolutely must take advantage of this respite at home to learn the 5 ultimate skills that will set you apart from other …
As a Java developer, you absolutely must take advantage of this respite at home to learn the 5 ultimate skills that will set you apart from other …
In this article, we suggest you to get acquainted with the free editor of web languages - CodeLobster IDE. It is presented on the software market for …
This is a book review of Java by comparison (you may check and buy it there https://java.by-comparison.com), an …
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 ?
In the continuation of my previous S3 article,
I present you, how to write an S3 Java Sample program that is using a mock S3 server to develop the …
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 …
I have received several requests after my first article dealing with CMS, Headless CMS (KeyStoneJS), and the rather gloomy conclusion.
This article is …
I have been using recently Java 8 new features CompletableFuture. This is a little feedback.
This article is a presentation of a new little framework, I have developed and used on several projects.
The framework is for Spring Framework and …
Some Interesting links about Digital Transformation :
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 …
This article is part of my working notes on the subject of “How to migrate Web applications running on JBoss AS 5 to version 7”.
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 …
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 …
Today I have produced a shortlist of links interesting about Togaf and Enterprise architecture.
This is a simple example of code to demonstrate how to use the library fakesmtp-junit-runner to write integration tests with mail servers.
The library …
Today I have felt on an interesting article about Javascript promises and the new functionality of async/await.