Oracle Groundbreaker Award winner Graeme Rocher’s new open source project fills a growing need in a cloud native, polyglot world.
API Testing and Automation 101: The Essential Guide
Interested to learn about API Testing? Check our article presenting an essential guide for API Testing and Automation 101.
Attaching Values to Java Enum | Baeldung
Explore features of the Java Enum implementation.
Grails with Spring Security
1. Overview of Spring Security Integration with GrailsSpring Security touts a number of authenticat…
Guide to the Java Queue Interface | Baeldung
A quick tour around Java Queue interface and its implementations.
Check the keys in the map matching with the List content in Java
I have a List of Strings and a Map. Every key in the map needs to present in the list else I need to throw an exception. As of now I am looping the list and checking the key and throw exception if …
5 Free Scala Programming Courses for Java Programmers to learn Online
Scala is a powerful object-oriented and functional programming language which has been long touted as the successor to Java or to replace J…
Convert an array to list with specific range in Java 8
I want to convert one string array to list with specific range. In my case I always want from index 1 to last index. I don’t need the index 0 value included in the list. Is there any direct method …
The 8 Best GitHub Integrations to Look at in 2019 – DZone Open Source
Take a look at these Github integrations under four essential categories that you will find useful in communicating, managing, and securing your applications.
Your Guide to Getting Started With Java Certification
Global, Sr. Marketing Manager Working a career plan is hard enough without having to dig around to find everything you need. The ….
Staring into my Java Crystal Ball 2019 – Azul Systems, Inc.
What will the year of 2019 hold for Java? Here are my predictions for each area of the Java platform as well as the JCP and JDK distributions.
Java Weekly, Issue 263 | Baeldung
A new series from Spring on integrating Boot apps with Microsoft Azure, and a quick guide on how to run tests individually and in groups with TestProject.
Java Interfaces | Baeldung
Explore the concept of Java interfaces and learn how Java uses them to implement polymorphism and multiple inheritance.