A collection of my work spanning full-stack apps, tools, and challenges
Anonymous community platform for college students. Built with Next.js featuring moderation filters, cursor-based pagination, and lightweight post-syncing for real-time performance.
Excalidraw-style collaborative whiteboard with real-time shape sync over WebSockets, Bun-native backends, session-based auth, and automated CI/CD deployment.
Self-initiated community management platform I built to solve real coordination problems — multi-service architecture with role-based workflows, event-driven notifications, realtime chat, and full DevOps pipeline.
Built Redis clone with persistence logic using Rust.
Implemented TCP runtime from scratch using Rust.
Created Unix shell with piping and persistence logic.
Implemented JSON parser from scratch using recursion in TypeScript.
Built BPE tokenizer from scratch using recursion in Rust.