End of free Java?

End of free Java?

The arrival of Java 9 and its modules, the shutdown of the free support of Java SE 8 in 2019 and the new release system set up by Oralce are subjects that animate the Web very much. In this article, we will see what the logic of this new system is, what will be the...

Immutability and Javascript

The immutability is a very highly exploited concept in functional programming languages, where the values of the variables do not change when assigned. This has the merit of simplifying the administration of the application state by reducing the number of shared...