radhasharma.devSecure Your Spring Boot App with Keycloak: A Beginner's Guide🔐 Why Security Matters in Backend Applications Security in applications means protecting your app, users, and data from threats.Authentication verifies user identities, allowing systems to confirm who is trying to access their services, like logging...Aug 1, 2025·3 min read
radhasharma.devBoosting Web Performance with Debouncing and Throttling TechniquesWhen you are developing a web app you need to be very performant and you can achieve great performance using debouncing and throttling techniques.So in this article, we will learn about the concept of debouncing and throttling, how they differ, and w...Aug 14, 2024·3 min read
radhasharma.devDecoding SSL CertificatesImagine browsing a website without worrying about your data being compromised. How does that happen? Let's delve into the world of SSL certificates and HTTPS to understand the magic behind secure connections. As A web developer, We Visit A Lot Of W...Jul 8, 2024·4 min read