Blog
- Grow a New Tree with Git Worktrees — A calm way to ship a hotfix without wrecking your feature work. You open a second folder from the same project, tied to a different branch. Your feature stays exactly where you left it. The production fix lives in its own clean space. Fix it, push it, delete the folder, and step right back into your feature like nothing happened.
- TrustMed AI: Building a RAG-Powered Healthcare Chatbot on AWS — A deep-dive into building an AI-powered chatbot for Type II Diabetes & Cardiovascular Disease using Retrieval-Augmented Generation (RAG) with Amazon Bedrock, OpenSearch, and LangChain.
- Implementation of a Serverless Data Lake for Scalable Real Estate Analytics — A deep dive into re-architecting a real estate platform using a Serverless AWS Data Lake approach, achieving sub-3-second query latency while handling 10M+ logs without provisioning EC2 instances.
- Cold Starts in AWS Lambda and How to Mitigate Them — Cold starts were the hidden tax on my serverless bet. Here’s the short, practical playbook for warm starts, lower latency, and smaller bills.
- From Spikes to Steady Throughput Using SQS and Lambda — Architecture workflow of the ETL pipeline