WORK
Things I've Built
A mix of personal systems, open source tools, and client work. I tend to build things from first principles—databases, protocols, frameworks—to understand how they actually work.
PROJECTS
Rayy
activeA high-throughput WebSocket relay implementing non-blocking I/O and zero-allocation routing. Decouples connection management from application logic, preventing Head-of-Line blocking in high-concurrency environments.
GoCast
completeA low-level video streaming server built on raw TCP. Implements custom flow control and adaptive buffering to handle variable-bitrate streams more efficiently than standard HTTP wrappers.
Bracket
wipLightweight scheduling application. Built with tanstack router, zod, and shadcn ui, actix rust, and aurora.
Aurora
activeA high-performance embedded DBMS architected for real-time edge workloads. Implements a hybrid tiered storage engine achieving 1.5M+ read ops/sec via lock-free in-memory indexing, eliminating the need for external caching layers like Redis.
Jigsaw
activeA template engine implementing Islands Architecture with native View Transitions. Delivers SPA-like interactivity on multi-page apps by selectively hydrating persistent components, eliminating full-page JavaScript bundles.
Lumin Engine
experimentalA hybrid recommendation engine optimized for the edge. Combines vector similarity search (HNSW) with traditional collaborative filtering to solve the 'Cold Start' problem while maintaining low-latency inference.
Ink
activeA collaborative text editor engine powered by Operational Transformation (OT). Prioritizes low-bandwidth synchronization over CRDTs to minimize memory footprint and payload size for constrained clients.
RAID
completeSoftware RAID implementation from first principles. Read the paper after.
Mesh
experimentalA distributed peer-to-peer network implementing self-healing topology. Uses custom gossip protocols and distance-vector routing to maintain partition tolerance without central coordination.
go-smtp
completeSMTP server implementation from scratch. Handles mail routing, authentication, and delivery protocols.
EXPERIENCE
Contract Software Engineer
Various Organizations
- Built custom infrastructure and systems solutions for startups and established companies
- Designed and implemented distributed systems, real-time engines, and data processing pipelines
- Architected deployment platforms, databases, and backend services from scratch
- Consulted on system design, performance optimization, and scalability challenges
Senior Full-Stack Engineer
NotchHR (MyXalary)
- Architected standalone Modules from scratch (TypeScript, MongoDB, Zod)
- Multi-stage approval workflows, event management, analytics dashboard
- Bot automation system for organizational user management
- Distributed systems, async job processing, financial data (payroll, attendance)
- ...more to come
Backend Engineer
Monarch Group
- Led zero-downtime MongoDB to PostgreSQL migration (100% data integrity)
- Modernized legacy JavaScript codebase to TypeScript
- Implemented multi-layer Redis caching (70% database load reduction)
- ...more unlisted
Software Engineer (Contract)
DPIA Innovation
- Optimized enterprise application performance (60% API call reduction)
- Built secure transactional platform with Stripe integration
- Reduced UI load times by 40% through state management optimization
- ...more unlisted