Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0 – Java Code Geeks – 2023
Interested to learn about Secure Service? Check our article explaining how to use HTTPS and OAuth 2.0 to secure service-to-service communication.
Talk – Devoxx UK
Spring Framework 6 and Spring Boot 3 imply a new baseline, bringing the Spring ecosystem in line with the needs of tomorrow’s workloads. A huge part of that is the new baselines of Jakarta EE and Java 17 and the new support for GraalVM native ima
Bootiful Development with Spring Boot and Vue – Java Code Geeks – 2023
Interested to learn about Bootiful Development? Check our article explaining how to build a Spring Boot API using Spring Data JPA and Hibernate.
Undertow Web Server Tutorial
The Undertow Java web server is an open source, minimalistic, high performance web server, which can run in embedded mode – which is very useful for web applications and web services.
Starting with DevSecOps Cheatsheet, Free Java Code Geeks Cheat Sheet
Free Cheat Sheet to Starting with DevSecOps Cheatsheet A Quick Reference to the Essentials of DevSecOps
Hex Representation of an SHA-1 Digest of a String in Java – Examples Java Code Geeks – 2023
Interested to learn more about Hex Representation of an SHA-1 Digest of a String in Java? Then check our examples of how you can achieve it!
The benefits of participating in the OpenJDK Quality Outreach Program
FOSS Projects and OpenJDK collaborating for a more robust Java platform.
find entry of a collection by multiple keys
How can I store data in java, so that I can access it by any of the stored fields, without having to store the data multiple times?lets assume I have got a class like this:class Fruit { Strin…
How to fetch multiple to-many relationships with jOOQ MULTISET
Introduction In this article, we are going to see how we can fetch multiple to-many relationships with jOOQ MULTISET so that we avoid bumping into an unintentional Cartesian Product. The approach t…
Build a Reactive App with Spring Boot and MongoDB – Java Code Geeks – 2023
Interested to learn about Reactive App? Check our article explaining how you can build Build a Reactive App with Spring Boot and MongoDB.
Build a Web App with Spring Boot and Spring Security in 15 Minutes – Java Code Geeks – 2023
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.
Tutorial: Create and Verify JWTs in Java – Java Code Geeks – 2023
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.
Making Life Easier Around Data: Java, Jakarta EE – DZone
This article will cover more about the next steps of Jakarta EE around the world of data and its techniques to work as more besides just the data source.