Category: Home
System.out.println in Color #airhacks #java #shorts
https://www.youtube.com/shorts/LV3SgHfO0_w
Top 9 Free Java Process Monitoring Tools & How to Choose One – Java Code Geeks – 2023
Interested to learn about Monitoring Tools? Check our article presenting the top 9 Free Java Process Monitoring Tools and how to choose from them.
Build a Microservice Architecture with Spring Boot and Kubernetes – Java Code Geeks – 2023
Interested to learn about Microservice Architecture? Check our article explaining how to use Kubernetes to deploy a Spring Boot microservice architecture.
A Guide To Contributing to Jakarta EE 11
A look at how to contribute to the Jakarta EE 11, the next major release of the platform Jakarta EE 10.
High-Performance Java Persistence – Online Edition
50 downloadable video episodes – 10 hours and 50 minutes of awesomeness
WebAssembly for the Java Geek – JVM Advent
When many Java developers hear the word WebAssembly, the first thing they think is “browser technology”. The second thing: “it’s the JVM all over again”. After all, for a Java developer, in-browser apps are prehistory.
Build Spring Microservices and Dockerize Them for Production – Java Code Geeks – 2023
Interested to learn about Spring Microservices? Check our article explaining about microservices architecture and how to implement it using Spring Boot.
Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0 – Java Code Geeks – 2022
Interested to learn about Secure Service? Check our article explaining how to use HTTPS and OAuth 2.0 to secure service-to-service communication.
Developing OpenShift applications with Java and Quarkus | Red Hat Developer
For the best experience in this learning path, we suggest that you complete the following learning resources in the order shown. When you click on a resource,
github – ldziedziul/j: a simple script switching the current java between installations managed by sdkman
A simple script switching the current Java between installations managed by SDKMAN – GitHub – ldziedziul/j: A simple script switching the current Java between installations managed by SDKMAN
11 Mistakes Java Developers make when Using Exceptions – Java Challengers
It’s a common mistake that developers specifically catch the Exception class for any error. It’s much more difficult to identify the error…