Built Docker from scratch in Go
Always thought Docker doesn't make any sense so I ripped it apart and rebuilt it from scratch.
Built a lightweight container runtime using Linux namespaces (PID, mount, UTS), chroot, and clone syscalls for strict process isolation
Automated container setup by generating minimal root filesystems with selective binary/library injection and integrated networking utilities
Debugged kernel-level edge cases across architectures, fixing namespace conflicts and ensuring ARM64 compatibility
AI-powered personal finance tracker
Built an AI finance platform that tells you where your money actually goes (and judges you for it).
Ingests transactions from multiple banks, normalizes schemas into PostgreSQL, and uses LLMs to auto-categorize spending for personalized insights
Delivers rich visual analytics (pie charts, time series, summaries) with dynamic caching and rate-limiting for optimal performance
Engineered a parallelized data pipeline with category-level caching to minimize API costs, reduce latency, and enable real-time recommendations
Always cooking up something new. More projects coming soon 🚀
© 2001 - Made with ❤️ and lots of code