Our monthly Java, Jakarta EE and MicroProfile news round up of interesting articles, videos, podcasts and community news from September.
Category: dummyCategory
Can a left shift in Java cause DevOps developer burnout?
Don’t let a shift left in Java create developer burnout. Find the right balance between management and IT staff to smooth out your workflow and get all parties pushing in the same direction.
5 Topics Developers Are Reading Right Now – Devada
Discover what developers are reading in our quarterly DZone pageview analysis. Open-source, Jakarta, cloud and analytics are trending hot right now.
Eclipse completes enterprise Java move with Jakarta EE 8
The Eclipse Foundation launched the Jakarta EE 8 Full Platform and Web Profile specifications and related Technology Compatibility Kits to complete its takeover of the enterprise Java platform from Oracle. Jakarta EE is the new name for the technology formerly known as Java EE.
New Features in Java 13
In Few days Java 13 will be coming out for General availability on 17th Sep 2019, With Early Access of jdk 13 available now lets start…
Java List Initialization in One Line | Baeldung
In this quick tutorial, we’ll investigate how can we initialize a List using one-liners.
Java on Visual Studio Code September Update | The Visual Studio Blog
Welcome to the September update of Java on Visual Studio Code!There’re a lot we’ve been working on during the summer which we’d like to share with you now. You will see new refactoring and code action features such as move member and class,
Vlad Mihalcea’s Courses
Sign Up High-Performance Java Persistence and Hibernate A high-performance data access layer must resonate with the underlying dat….
Top 10 Courses to learn Java in 2019
If you are a computer science graduate or someone who wants to learn Java and looking for some awesome resources like books, tutorials…
Tools to keep JavaDoc up-to-date
There are many projects where the documentation is not up-to-date. It is easy to forget to change the documentation after the code was changed. The reason is fairly understandable. There is a chang…
7 Minutes Interview on the Differences Between Java EE, Jakarta EE, and MicroProfile – Microprofile
Difference between Java EE, Jakarta EE & MicroProfile At Devoxx BE 2018, I was interviewed by Yolande Poirier on what’s the differ….
find all permutations of given items using java 8
Find all permutations of given items using Java 8. GitHub Gist: instantly share code, notes, and snippets.
Modern Best Practices for Testing in Java
Modern best practices for unit tests and integration tests in Java and in general