Secure Spring Boot APIs Using Keycloak
Welcome back to this Keycloak series, where we’ve been understanding Keycloak step by step. Before moving ahead, let’s quickly recap […]
Welcome back to this Keycloak series, where we’ve been understanding Keycloak step by step. Before moving ahead, let’s quickly recap […]
Welcome back to this Keycloak series. This is the second blog, where we continue understanding Keycloak step by step. In
Authentication and authorization are essential in real-world applications. Every system needs to verify user identity and control access, which involves
APIs are the backbone of modern software. For years, REST has been the go-to approach to building APIs in Java
In today’s data-driven applications, real-time processing is no longer a luxury—it’s a necessity. Kafka Streams, a powerful library from Apache
In today’s distributed systems, services often need to talk to each other in real time. REST has become super popular
We have been building microservices in Java using the Spring Boot framework, but microservices don’t work in isolation—they need to
Angular is a TypeScript-based framework that is primarily used for building the frontend of the web applications and Spring boot
In today’s time, Angular is a big name for building single-page applications (SPAs). SPAs dynamically update the content of a
In Java and Kotlin, there are three renowned types of classes: But if we want a way between these, Sealed
Introduction This blog is your shortcut to understand the essentials of OAuth 2.0, so you can confidently build secure Kotlin
Problem Statement In Android development, the main thread (also known as the UI thread) is responsible for handling UI interactions