November 28, 2025
2025
AEM: OIDC based Custom Authentication Handler
OpenID Connect or commonly known as OIDC is an authentication layer on top of the OAuth 2.0 authorization framework. It…
November 18, 2025
Redux: ReactJS via HOC & Hooks
Redux as we know is the global state manager, which can be used with Javascript or Typescript. We know the…
November 16, 2025
Containerization: Introduction
Initially we used to have this traditional model where we have physical machines with OS on top of that and…
November 10, 2025
AEM: Content fragments with GraphQL
There are certain pre-requisites before we proceed towards the POC for writing and testing the GraphQL, first is to define…
November 07, 2025
Redux: Vanilla JavaScript
Though redux have lots of features, you can read about all of them here but main feature because of which…
November 06, 2025
Spring Security: Custom Authencation with OTP based login
We will walk through you on how to setup Spring Security with Custom Authentication handler for OTP based login. We…
November 05, 2025
Spring: Database connection with MySQL
This is a walkthrough for establishing a connection between backend java code and database using spring boot. First you need…