The Vector API enables developers to write platform-agnostic, data-parallel programs where single instructions operate on multiple data (SIMD). Get an introduction to Vector API, learn how it was implemented, and view examples of data-parallel programs. H... (more…)
Read more »
In this blog post I will go through some practical examples of using the Try monad for exception handling in Java. The purpose is to see how we can write more functional code in a non-functional but widely adopted language such as Java. (more…)
Read more »
Beginner approach to creating RestFul APIs using Java’s spring boot framework including controllers, maven, pom.xml, MySQL, Java Repository and many more. (more…)
Read more »
Java enums will be enhanced with generics support and with the ability to add methods to individual items, new JEP shows. Both features can be delivered with one single change, reason for which they're bundled together. The change only affects the Java co...
Read more »
Kotlin is here to make mobile development easier on Android and to end the mutation and Null Pointer Exceptions of the past. (more…)
Read more »