In this session, Steve Poole explains that whether it’s driven by AI or quantum computers the problems of tomorrow demand new approaches and new thinking.
Category: dummyCategory
Java 8 – Convert stream to array – Stream.toArray() – HowToDoInJava
Learn to convert stream to array using Stream.toArray() API. This post contains multiple examples for collecting stream elements to array.
Stream difference between Java 8 and 11
public static void main(String[] args) { Stream.iterate(1, i -> i + 1) .flatMap(i -> Stream.of(i, i, i)) ….
Parallel programming | Coursera
Parallel programming from École Polytechnique Fédérale de Lausanne. With every smartphone and computer now boasting multiple processors, the use of functional ideas to facilitate parallel programming is becoming increasingly widespread. In this …
Quarking Drools: How we turned a 13-year-old Java project into a first-class serverless component
“The question of whether a computer can think is no more interesting than the question of whether a submarine can swim.” – Edsger W. …
Java Stream reuse – traverse stream multiple times? – HowToDoInJava
Is it possible to reuse streams in Java 8? Learn the alternative of Java stream reuse.
5 Free DevOps Courses to learn Jenkins, Docker, and Kubernetes Online
Hello guys, you might have heard about DevOps and all the attention it is getting now. The DevOps is a new phenomenon and there is a mad ra…
A beginner’s guide to Java programming nightmares – JAXenter
Georgi Minkov explores some of the more common Java mistakes and their solutions with a tour of the horrors of his own early code.
How (not) to use Reactive Streams in Java 9+
The reactive components are really not trivial to implement correctly. Here is why.
Java 10 Immutable/Unmodifiable Stream API Collectors
Recently, while developing examples for the groupingBy() guide, I discovered handy JDK 10 additions to the Stream API – Collectors allowing collecting Stream pipelines into…
New Features in Java 12
The final release of Java 12 is coming on March 19th, 2019, however there is an early access of Java 12 available now to download. Let’s…
Java Stream allMatch() API – HowToDoInJava
Java Stream allMatch (Predicate predicate) is short-circuiting terminal operation used to check if all the elements of the stream match the predicate.
Scala Tutorial For Absolute Beginners | Udemy
Become A Professional Scala Developer From Scratch
The 2019 Payara 5 Platform Roadmap
Steve Millidge, CEO at Payara, recently outlined the 2019 Payara 5 Platform roadmap describing the goals for Payara in 2019. A brief review of 2018 accomplishments was highlighted by the introduction of the Payara 5 Platform with the release of Payara 5.181 in March 2018. Payara is once-again planning to deliver quarterly releases (5.191 thru 5.194) of Payara 5 Server and Payara Micro 5 in 2019.