4 concrete examples of Vert.x

4 concrete examples of Vert.x

This part presents different uses of vert.x in various contexts. Boiler Vroom This demo presented by Julien Ponge is a Vert.x application designed around the Traktor audio mixing software. This application uses Vert.x to allow users to interact with the Traktor...
Java 11 : 9 new things to discover

Java 11 : 9 new things to discover

Java 11, released in september 2018, is a major novelty of the Java language in that it is an LTS version (Long Time support) that will be supported by Oracle until 2023 – and beyond if we want to benefit from extended support. As a result, Java 11 appears as an...
Succeeding my Java technical Interview – Part I

Succeeding my Java technical Interview – Part I

This article, written in a ‘questions and answers’ form, is intended for end-of-course students, junior developers as well as enthusiasts who plan on undergoing technical Java interview in the near future. The questions being dealt with are those most often asked in...
JAVA 9’s New Features

JAVA 9’s New Features

Three years after the release of Java 8, Java 9 has finally seen light of day. With more than 80 new features available at this address: http://openjdk.java.net/projects/jdk9/. (This is a very rich version in terms of content.) You will be able to discover through...

Secure your application with Spring Security

SPRING SECURITY DEFINITION Spring Security is a lightweight security framework that provides authentication and authorization support to secure Spring applications. It comes with implementations of popular security algorithms. This article guides us through the...
What’s new with Java 10 ?

What’s new with Java 10 ?

It’s only been six months since Java 9’s release, and we can already take a look at Java 10’s updates. In this article, we will be focusing on the main new features that will be used by developers in this version. The Type Inference of LocaL Variables It’s the...