~/work/deployed
Deployed Missions Production software, framed honestly: DEPLOYED means a live demo exists, FIELD-TESTED means it ran in a real facility, IN DEVELOPMENT means the repo is public and moving.
MISSION-01 · FIELD-TESTED field Real-time people detection and counting on industrial CCTV, built on YOLOv10 and a 15,000-image dataset curated by hand.
── yolov10 · bytetrack · opencv · python ──
▸ 15,000-image custom dataset, curated and annotated ▸ real-time inference on live plant CCTV feeds ▸ ran inside an operating steel facility [ case study ] [ github ] MISSION-02 · DEPLOYED live Real-time messaging with websocket delivery, JWT auth, and rate limiting that survives strangers on the internet.
── socket.io · jwt · zustand · mongodb · arcjet ──
▸ websocket delivery — no polling, no refresh ▸ IP-based rate limiting via Arcjet ▸ JWT auth with protected socket handshakes [ case study ] [ github ] MISSION-03 · DEPLOYED live Prompt-to-thumbnail generation for creators — an AI image pipeline wrapped in product decisions about cost and abuse.
── react · node.js · express · mongodb ──
▸ prompt → generated thumbnail pipeline ▸ credit-based usage to cap generation cost ▸ gallery + regeneration flow [ case study ] [ github ] MISSION-04 · DEPLOYED live A production-grade authentication system — token rotation, email verification, password reset — built once, properly, and reused since.
── node.js · express · mongodb · jwt ──
▸ access + refresh token flow with rotation ▸ email verification and password reset ▸ reused as the auth layer in later projects [ case study ] [ github ]