Full History
The ML Fundamentals Handbook
Fundamental ML concepts with examples and explanations that feel like a conversation, not a lecture. A guide for building your machine learning foundation before you get to know about different...
AWS Cloud Quest Task 6: Connecting VPCs
Learning how VPC Peering lets different departments communicate directly without submitting tickets every time they need to access shared resources. Secure, private, and way more efficient.
AWS Cloud Quest Task 5: VPCs
Helping a bank fix their connectivity issues by setting up VPC Internet Gateways. Turns out, VPCs don't come with internet access by default - you gotta configure it yourself.
AWS Cloud Quest Task 4: AWS Pricing (Spoiler: It Adds Up Fast)
Using AWS Price Calculator to estimate costs for a surf shop's cloud migration. Played around with instance types, scaling, and discovered that cloud bills can get wild real quick
AWS Cloud Quest Task 3: Picking The Right EC2 Instance (it matters)
Learning about AWS Systems Manager, using EC2 Instance Connect to access servers without SSH keys, and optimizing instance types for better performance
AWS Cloud Quest Task 2: EC2 - When You Need a Server Yesterday
Learning about EC2 instances, AWS regions, availability zones, and spinning up virtual servers in the cloud. Also featuring my first DIY fail.
AWS Cloud Quest Task 1: Why S3 Is Actually Pretty Cool
My first impressions of an AWS learning game that feels more like a town-builder than a technical course. Follow along as I create a questionable avatar, dodge a rogue gorilla,...
Making Regression Actually Make Sense: Building an Interactive Visualizer
Ever wondered how social media algorithms know you so well? I built one from scratch to find out, everything from basic scoring to embeddings, FAISS indexing, and the exploitation-exploration tradeoff....
Featured ProjectMaira: An AI Companion That Remembers & Cares
Early-stage emotionally-intelligent AI companion focused on memory, safety, and human-like support. Currently iterating on system prompts and prompt-engineering to make interactions safer and more empathetic.
Building a Social Media Recommendation Algorithm from Scratch
Ever wondered how social media algorithms know you so well? I built one from scratch to find out, everything from basic scoring to embeddings, FAISS indexing, and the exploitation-exploration tradeoff. A deep dive into the math and code behind your For You page.
Building a Privacy-Preserving Fraud Detection System with Federated Learning
How I built a distributed training infrastructure that achieved 99.7% AUC-ROC on Ethereum fraud detection while keeping data private. Complete technical breakdown of the federated learning architecture.