#java
Read more stories on Hashnode
Articles with this tag
Introduction This is a follow-up post to Maven 101 - Basics. If you have not read that, I strongly suggest reading that before continuing on this. In...
Introduction Maven is used to manage and build any Java-based project. It provides an opinionated way of the project structure, managing dependencies,...
Introduction In one of my project setups, the authentication process is offloaded to Keycloak and set up with an Open Policy Agent sidecar in a...
Background While I was writing for another blog post, I realize something interesting about RequestHeaderAuthenticationFilter where it isn't...
Yes, you can, and you just need an additional line of code in the Abstract Class. Let's take a look at how we can do so. Context If you have an...
With the introduction of Java Record class, it becomes the perfect candidate to use as a Data Transfer Object (DTO). I'm not going to explain more,...