Backend Systems Engineer ยท Open Source Author
URL shorteners, multi-tenant APIs, auth libraries, and job automation agents. 5 projects in production. 1 PyPI package. Self-taught, 1 year in.
About
Python backend engineer focused on async APIs, production systems, and reusable tooling.
I'm a self-taught Python engineer who went from first line of code to 5 deployed production systems and a published PyPI package in months. My focus is backend async APIs, database design, auth systems, and the infrastructure that keeps things running.
I care about writing code that's testable and maintainable. Before deploying Snip, I wrote a full integration test suite that surfaced 4 real production bugs. I published gatevault because I kept solving the same auth problem across projects and decided to package the solution properly.
Currently building Clustra a multi-org work management API with role-based access control at every layer. Open to roles where I can ship real systems with a focused team.
Async APIs, PostgreSQL, auth systems, REST, Docker, CI/CD pipelines, open-source packages
Write tests before deploying. Wrap third-party exceptions. Ship then improve. Document what matters.
Building Clustra, applying to remote Python backend roles, and grinding LeetCode DSA patterns.
Open Source
Framework-agnostic Python auth library wired together so you don't have to.
JWT token management, bcrypt hashing, OAuth2 login flow, and decorator-based route protection in one coherent package. Works with FastAPI, Flask, or plain Python. No framework assumptions.
Deployed
Real systems running in production not tutorial clones.
Collision-safe URL shortener. Atomic counter encoded in Base62, every short code unique by construction, no UUID collisions, no retry loops. Fully async end-to-end.
Multi-tenant SaaS platform with row-level data isolation enforced at the ORM query layer. Blueprint factory architecture. Customer and order management for multiple independent users.
Developer knowledge base with tag-based multi-filtering, per-user content scoping, and full-text search. Blueprint modularization throughout. Multi-user auth with session management.
Multi-org work management API. GitHub-style hierarchy: Org โ Team โ Project โ Task. Role-based access control at every layer. Labels, milestones, and activity logging.
Personal job application agent. Scrapes Ashby job boards across 60+ companies, filters by seniority and experience, generates role-specific application answers, and queues assisted browser submission via Playwright.
Stack
Tools used in production, not just read about.
Contact
Available for full-time remote positions. Currently building and applying.