Software / Systems
Software specimens
Applications, platforms, and systems built from the same notebook-driven workflow.
Snake Game
Fully functional Snake game in Python (Turtle library); real-time game loop, 4-wall collision detection, persistent score tracker — under 150 lines, 3-class OOP design.
Hybrid Poker Table
Hybrid physical/digital poker management system — real cards at the table, app tracks chips/bets/pot live; turn management, blind/raise logic, ~40% less code duplication via modular design.
Personal Portfolio Website
Fully responsive React.js portfolio; automatic CI/CD from GitHub to Netlify, mobile-first layouts, CDN caching for fast load times.
CTF Platform Deployment
Deployed and hosted a Capture-the-Flag competition using CTFd, containerized with Docker, exposed via Ngrok for a college-wide cybersecurity event; load-tested for 50 concurrent users, zero downtime.
Full-Stack Technical Blog Platform
Blog CMS in React.js, Node.js, Express, MongoDB with JWT auth, Markdown rendering, draft/publish workflow, private admin dashboard, tag filtering, SEO meta.