All Projects

A selection of things I've built — from products serving millions of users to hackathon winners and hardware experiments.

mini-vercel Showcase Image

mini-vercel

TypeScriptFastifyPostgreSQLRedisDockernginxGoNext.js

My own little Vercel — a self-hosted deployment platform that turns a git push into a live HTTPS site, and it's serving the page you're reading right now (malam.me migrated off Vercel entirely). HMAC-verified GitHub webhooks queue builds on Redis; a worker clones the repo, builds the Dockerfile, health-checks the new container, then rewrites routes before stopping the old one — zero-downtime deploys with instant rollbacks. Every project gets its own *.malam.me subdomain under a wildcard TLS cert, managed from a dashboard with live build logs or a CLI, all on a single 1GB EC2 box.

Guess The Number Showcase Image

Guess The Number

Node.jsMongoDBRedisBull.js

Multiplayer Discord game grown organically to 13,000,000+ users across 13,000+ servers. Built on a Redis + MongoDB data layer with a Bull.js queue system to keep command latency low under high-volume concurrent traffic.

Dorm Room Viewer Showcase Image

Dorm Room Viewer

React.jsViteTailwind CSSFramer MotionAWS S3

Housing explorer for ~9,000 Columbia students: building photos, room-by-room floor plans with sizes, walk times to campus, and filters by room type, size, and distance. S3-backed image pipeline with graceful fallbacks and a Columbia CAS (SSO) auth scaffold — currently a public prototype with guest browsing.

Dine U Showcase Image

Dine U

React NativeTypeScriptPythonNode.jsSupabase

Cross-platform dining companion app for university students with real-time dining hall menus, an ML recommendation system trained on user preferences, and serverless APIs deployed on Supabase Edge Functions.