Writings 🧑🏻💻
→ Mastering Linked Lists: Finding the Kth Last Node
Understand the fundamentals of Linked Lists and learn the elegant two-pointer approach to finding the Kth last node in a single pass.
→ The Art of the Two-Pointer: Efficiency Without the Effort
Why write two loops when you can write one? Mastering the two-pointer technique to slash complexity and write cleaner code.
→ Retrieval Augmented Generation (RAG): Enhancing AI and Large Language Models
Retrieval Augmented Generation (RAG) enhances AI by integrating data retrieval with language models, improving accuracy and relevance in responses.
→ Load Shedding: Scaling down to scale up
Load shedding is a technique to scale down the resources of a system to prevent it from crashing under heavy load.
→ Self hosting Docmost, an open-source alternative to Notion
A step-by-step guide to deploy Docmost on your VPS and setting up a custom domain.
→ Unlocking Beckn: The Unsung Hero of eCommerce Revolution
Connecting multiple platforms without the need for a central authority.
→ Initial Setup for Next.js Projects
A guide to setting up your Next.js project efficiently.
I try to write from time to time about topics that have helped me grow.