Projects
JaDFS
23/11/2025 – present
A distributed file storage system in Go, progressing from a simple file server to a fully distributed, fault-tolerant storage system.
JaTorchC
05/01/2026 – present
A project aimed at understanding machine learning by recreating PyTorch in C with a subsequent Python interface.
DependaMan
25/03/2026 – present
A Python dependency analysis and visualization tool. Analyzes your project's internal module structure and produces an interactive HTML graph — surfacing cycles, dead modules, hotspots, and coupling issues with zero external dependencies.
Articles
I Got 99 Problems but Endpoint Configuration Ain't One
16/02/2026
Tags: python, metaprogramming, FastAPI
Breakups and Reconciliations, Solving N+1 Across Database Boundaries
12/12/2025
Tags: python, Django, Optimization