My Publications

Technical Writeups

Case studies, system guides, and research notes detailing technical challenges and implementations.

July 20264 min read

From Prompt to Patient Navigator: Building MedNav Agent in Five Days

What Google and Kaggle's AI Agents Intensive Vibe Coding course taught me about building safer, tool-using AI systems.

AI AgentsGeminiMulti Agents Systems
March 20258 min read

Lessons from a Computer Vision Project

Deploying real-time facial tracking models on low-power devices. Overcoming latency challenges and light sensitivity.

Computer VisionPyTorchRaspberry Pi
Full Article Coming Soon
February 20214 min read

The difference between “==” and “is” in Python

A walkthrough of Python's comparison operators and the intricacies that come with both operators.

Python programming
February 20213 min read

Differences and Similarities between Python Lists, Sets and Tuples.

A walkthrough of Python's built-in data structures, and the surprises that come with mutable types.

Python programmingListsTuplesSets