Java 11 has brought some interesting changes to handlers and APIs. Check out this post were we explore how to handle HTTP Clients and WebSockets in Java 11.
What's wrong with boxed numbers in Java? Check out this post to learn more about boxed numbers and how they can waste memory and create GC pressure for your applications.
Want to learn more about using setters, getters, and method handles? Check out this post where we explore the differences in implementing these methods in Java 11.
The latest version of JMetro has brought about some cool changes to the Progress Bar. Check out this post to learn more about the Java, JavaFX theme in JMetro version 4.6.
Learning about performance differences between microservices written in Java and Go will help you plan the language you choose when building your own services.
Want to learn how to build a React app with GraphQL and user authentication? Check out this post on how to use these tools to build a health tracking app.