Shipped a production-style full-stack blog platform.
Not a CRUD demo.
Not a tutorial clone.
Built to practice:
• real auth flows
• type-safe APIs
• optimistic UI
• monorepo architecture
Code ↓
https://t.co/tv4KTBk8yW
Profile avatar uploads sound simple — until you build them properly.
Built a production-grade flow:
• Direct browser → Cloudinary uploads (signed)
• Deterministic public IDs per user
• Versioned URLs to fix CDN/browser caching
• Optimistic UI with rollback (React Query)
👇
Built a production-style comments system for my blog app 👇
• Auth-aware UI (login → comment / reply / delete)
• Optimistic UI for create & delete
• Full backend integration
Not a demo — this is live in production.
Live Blog: https://t.co/NvGROvGvn2
Video ↓
Been learning backend by building real projects instead of demos.
Finally put my work in one place:
https://t.co/JOV9B6CK3w
Early-career, backend-focused, still learning.