November 16, 2025
Containerization: Introduction
In the modern era of DevOps and cloud computing, containerization has emerged as a revolutionary technology, solving the age-old problem…
November 10, 2025
AEM: Content fragments with GraphQL
Adobe Experience Manager (AEM) has evolved into a powerful headless CMS by decoupling content creation from the presentation layer. At…
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…