It was announced in December 2018 that raw string literals would be dropped from JDK 12. Now, in th…
Category: dummyCategory
The Brief but Complicated History of JDK 12’s String::transform Method
It was recently proposed that the Java preview feature Raw String Literals ( JEP 326 ) be removed from JDK 12 and it is now official that …
Machine Learning Techniques for Predictive Maintenance
In this article, the authors explore how we can build a machine learning model to do predictive maintenance of systems. They discuss a sample application using NASA engine failure dataset to predict the Remaining Useful Time (RUL) with regression models.
Leveraging Docker for Eclipse OpenJ9
This post adds on to Dockerfile for Building and Testing OpenJ9. At Eclipse OpenJ9 we want to be able to compile & test code on different architecture and operating system combinations. However…
Multi Dimensional ArrayList in Java | Baeldung
Learn how to create and work with multidimensional ArrayLists in Java.
Marcus Biel
https://www.youtube.com/channel/UC0syIz79dzjMXIf5VdJ65EA
netflix/hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex di…
Java Interfaces
Java interfaces specify what methods a class implementing that interface should have, but the interface does not specify the exact implementation of the methods. This Java interface tutorial explains how Java interfaces work, and how to use them.
Introduction to Akka HTTP | Baeldung
Learn how to create an HTTP server with Akka
Java @SuppressWarnings Annotation | Baeldung
Learn how to use the @SuppressWarnings annotation
API Design of Eclipse Collections – JVM Advent 2018
Eclipse Collections is an open source Java Collections Framework which enables writing functional, fluent code in Java. History Eclipse Collections started off as a collections framework named Caramel at Goldman Sachs in 2004. Since then the framework has evolved, and in 2012, it was open sourced to GitHub as a project called GS Collections. Over …
Using Module Dependencies, Part 1 – Developer.com
Learn about module dependencies in Java. There is an example in which one module has a dependency on another.
Java @SafeVarargs Annotation | Baeldung
Learn about the @SafeVarargs annotation in Java
Top 10 Java stories of 2018: Angular v6, Java 10 interview series, 10 SQL tricks & more – JAXenter
Before we start our engines and go full speed ahead, let’s take a step back and have a look at the most clicked news for 2018: Angular v6, Java 10 & more.