Interested to learn about Spring Microservices? Check our article explaining about microservices architecture and how to implement it using Spring Boot.
Category: Articles
Java Fundamentals
What is an object? An instance of a class. Each object contains a state and behavior. State and…
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.
Quick Java application setup using Kafka messaging | Red Hat Developer
How to quickly set up a Java application using Kafka messaging and Red Hat OpenShift Streams for Apache Kafka. This is part 3 in a series.
Build a Reactive App with Spring Boot and MongoDB – Java Code Geeks – 2022
Interested to learn about Reactive App? Check our article explaining how you can build Build a Reactive App with Spring Boot and MongoDB.
Blog – Why Broadleaf is Pursuing eCommerce Microservices
Broadleaf has been leading Custom Enterprise Commerce solutions for a decade now, with many well known brands making up over 40 active Enterprise clients today. Read more to learn why Broadleaf chose microservices.
International Developer Career Day 2022
Have direct access to top developers from many areas, and learn their best tips to get YOUR career growing!
Java switch internals: the tableswitch and lookupswitch JVM instructions.
In Java, any switch expression or statement will be compiled to oneof two JVM instructions: tableswitch or lookupswitch.How does the compiler decide which instruction to generate?Are there runtime performance differences between the two?
Tutorial: Create and Verify JWTs in Java – Java Code Geeks – 2022
Interested to learn about JWTs in Java? Check our tutorial showing how to use an existing JWT library to Generate and Decode and verify a JWT.
2021 Jakarta EE Developer Survey Report
The Jakarta EE Developer Survey results give everyone in the Java ecosystem better insight into how the cloud native world for enterprise Java is evolving.
New HTTP clients, a Java generator, and more in Fabric8 6.0.0 | Red Hat Developer
The Fabric8 Kubernetes client has been simplifying Java developers’ use of Kubernetes for several years. The 6.0.0 release represents a major body of work spanning about 5 months of effort in both the core of the project and in related utilities.
Java on Visual Studio Code Update – July 2022
Hi everyone, welcome to the July update of Visual Studio Code Java. We have brought exciting updates on Lombok support as well as a few other fundamental user experience improvements. Let’s get started! Lombok Support Lombok is a popular Java library that makes your coding life easier,
Build a Web App with Spring Boot and Spring Security in 15 Minutes – Java Code Geeks – 2022
Interested to learn about Web App? Check our article explaining how to Build a Web App with Spring Boot and Spring Security in just a few minutes.
Bootiful Development with Spring Boot and Vue – Java Code Geeks – 2022
Interested to learn about Bootiful Development? Check our article explaining how to build a Spring Boot API using Spring Data JPA and Hibernate.