© 2023 Hashnode
#springboot
Introduction Authentication and authorization are key requirements for securing web applications. For Spring/Java web applications, Spring Security is the mainstream security framework. The implementation of Spring Security, however, had a …
What are these annotations In Java, annotations are a form of metadata that provides additional information about program elements, such as classes, methods, fields, or parameters. They allow develope…
What is Fragment In Thymeleaf Fragments in thyme leaf is a section set apart for reusable purposes in another HTML file. they are separated and reorganized into a single line of code to reuse in anoth…
JAVA:- Java is a widely used programming language that was first released by Sun Microsystems in 1995. It was designed to be a platform-independent language, meaning that Java programs can run on any …
Background While I was writing for another blog post, I realize something interesting about RequestHeaderAuthenticationFilter where it isn't registered as part of the SecurityFilterChain. I thought th…
Microservices represent a significant shift in the software architecture paradigm, known for their scalability, robustness, and flexibility. Let's explore these in more detail. Key Concepts of Micros…
In the ever-evolving landscape of software development, the Spring Framework consistently stands out as a leading choice for constructing resilient, enterprise-level applications. Its enduring success…
With the emergence of Cloud technologies and microservices, the Observability of your application demands attention like never before. Before we go any further, let us take a step back and define Observability. "Observability can be defined…
Introduction This article is written to help you understand how you can easily deploy a backend API on the cloud. It is assumed that you have a fair understanding of writing spring boot applications w…
Introduction Building modern, scalable web applications requires technologies that can handle large amounts of data and high volumes of traffic. The combination of Spring WebFlux, Reactive Kafka, and …