I Built a Persistent Memory Server for AI Tools - Here's Everything I Learned.Mar 8, 2026·16 min read·45
PinnedJourney From React to Next.js: Building Modern Web Apps for SEO and PerformanceIntroduction Hello 👋 Devs. Welcome to this quick introduction blog highlighting the differences between React and Next.js. React is a widely used JavaScript library for constructing user interfaces. In this blog post, we will delve into the signific...Aug 8, 2023·3 min read·98
The moment I actually started "Engineering" with AI (Hint: It’s all about the tokens).Mar 2, 2026·2 min read·8
A Complete Guide to Optimizing webpack with Preload, Prefetch, and Dynamic ImportsNov 21, 2024·4 min read·47
The Complete Guide to Understanding Webpack Chunking1. Introduction to Webpack Chunking What is Chunking? Chunking in Webpack is a vital optimization technique for improving the performance of web applications, particularly for reducing initial load time and enhancing user experience. Real-World Scena...Nov 19, 2024·7 min read·429
How to Enhance Webpack Performance with Code SplittingWebpack is a powerful tool for bundling JavaScript, but as applications grow larger, optimizing those bundles can become challenging. In the early days of front-end development, bundling everything into a single JavaScript file was the default approa...Nov 18, 2024·5 min read·16
Understanding Jest Queries: The Interplay Between the DOM and Accessibility TreesHello everyone! As a frontend React developer with four years of experience, I’ve recently been diving deep into the world of accessibility (A11Y). While working on making our applications more inclusive, I stumbled upon a fascinating concept: the ac...Oct 6, 2024·4 min read·49
Architecting Custom State Management in ReactIntroduction Hello everyone! 👋, I was just exploring state management tools in React JS and thought of replicating the same using core React APIs. So here I am in front of you all with this new blog. While well-established libraries like Redux and Z...Aug 5, 2023·9 min read·92
Train Chat GPT on your custom data 🚀I was using ChatGPT for some of my causal queries. I realized that it is a trained model, it is trained on the huge collection of internet data using supercomputers. What happens if we ask a question to this language model on data or information that...Jul 31, 2023·5 min read·70
Demystifying AWS VPC Key Concepts.In this post I try my best to cover AWS VPC key conceptsJul 15, 2023·8 min read·117