Today one of my readers asked about what is the latest OCPJP or SCJP exams available and is there a Java certification available for Java S…
Category: Articles
Top 5 Big Data and Apache Spark Courses for Java Developers to Learn Online in 2018
Slowing economy and the recent trend of job cuts in India and elsewhere have made many programmers anxious about their job security. I rece…
In Production
In Production Payara Platform Production Resources Use the following resources and guides to evaluate Payara Platform’s production….
(PDF) Exploiting High-Performance Heterogeneous Hardware for Java Programs using Graal
PDF | The proliferation of heterogeneous hardware in recent years means that every system we program is likely to include a mix of compute elements; each with different characteristics. By utilizing these available hardware resources, developers can improve the performance and…
Helidon Takes Flight – Oracle Developers – Medium
Today is a great day. Today we introduce a new Java microservices frameworks and a new member of MicroProfile family. Please welcome…
Java Annotated Monthly – September 2018 | IntelliJ IDEA Blog
Posted on September 7, 2018 by Trisha Gee Java 11 is due out this month, so you’d expect a lot of Java 11 news. There is some, bu….
Java is still available at zero-cost
The Java ecosystem has always been built on a high quality $free (zero-cost) JDK available from Oracle, and previously Sun. This is as true…
Time Complexity of Java Collections | Baeldung
Learn about the time complexity for common operations on Java collections
Run Java command line in Docker containers – Gordon Lesti
Simple example for Java interpreter, compiler and Gradle that are running in Docker containers
Akka Java Middleware: What Goes Inside the Containers Counts – The New Stack
Back when Jonas Bonér was forming the ideas behind The Reactive Manifesto, based on his work with distributed systems, the move to the cloud was still in its infancy and containers and Kubernetes yet to come. Yet he’s finding Akka, middleware he created that adds layers of abstraction between components, with new relevance in the …
Android Java Masterclass – Become an App Developer
Improve your career options by learning Android app Development. Master Android Studio and build your first app today
How Memory Leaks Happen in a Java Application
Introduction to Memory Leaks In Java Apps One of the core benefits of Java is the JVM, which is an out-of-the-box memory management. Essentially, we can create objects and the Java Garbage Collector will take care
MongoDB Java API slow reading peformance
We are reading from a local MongoDB all documents from a collections and performance is not very brillant.We need to dump all the data, don’t be concerned why, just trust it’s really needed and t…
List of Top 20 Java Influencers in 2018 – Whizlabs Blog
Who are the most influential people in the Java domain? Here we bring the list of top 20 Java influencers, follow them on twitter now!
An Ingenious Workaround to Emulate Union Types in Java
Before I move on with the actual article, I’d like to give credit to Daniel Dietrich, author of the awesome Javaslang library, who has had the idea before me: Contravariant Generic Bounds It …