02 · history
Where I've built.
e4c1a09 · Dec 2023 — present · (HEAD -> main)
Backend Developer · Mod.Venture
- Design and ship scalable backend services in Python (FastAPI) and Node.js (NestJS / Express) — secure, high-performance REST APIs.
- Model and tune MongoDB schemas, indexes, and queries; integrate Stripe and Paystack with webhook handling and secure multi-currency transaction logging.
- Build real-time features with WebSockets (Socket.IO), and run multi-region AWS disaster recovery with Datadog observability (Cloud SIEM / APM) and security scanning in CI/CD.
FastAPINestJSMongoDBAWSDocker7b2f4d1 · Feb — Apr 2024
Software Support Engineer · IOT Systems
- Diagnosed and resolved critical production bugs, keeping systems stable and downtime low.
- Refactored legacy code and cleared performance bottlenecks to improve reliability.
Node.jsMongoDBDebugging
03 · the stack
What I build with.
stack.config.ts
1
export const stack = {2
languages: ["Python", "TypeScript", "JavaScript", "SQL"],3
backend: ["FastAPI", "NestJS", "Express", "REST", "WebSockets", "JWT / OAuth2"],4
databases: ["MongoDB", "PostgreSQL", "MySQL"],5
devops_cloud: ["AWS", "Docker", "GitHub Actions", "Datadog", "Git"],6
} as const;7
8
// also in the toolbox: tested in production, not just in CI04 · what it builds
Things I've built.
usman/intellicoursePython
usman/collaborative-whiteboardPython
usman/staffing-systemJavaScript
usman/ARbizJavaScript
05 · it's alive
So try it yourself.
client.http
GET
// hit Send to run the request. these route handlers actually run — edit the path, break it, find the 404.
06 · 200
Let's build something.
contact.http
POST /api/contact HTTP/1.1
content-type: application/json
{
"from":,"message":
}