#100DaysOfCode – Days 58–62 Recap
August 13–17, 2025
I’ve been consistently building in public on a digital marketplace platform for weeks now. But over the past few days, I briefly shifted focus to a new project — a landing page, about page, and features page for a related
Today (Aug 18), I received Google email credentials for configuring waitlist functionality. This will allow new users who join the waitlist to have their details captured and stored. That’s the next step toward making this landing project functional, not just beautiful.
#100DaysOfCode – Days 55–57 Recap
August 10–12, 2025
Continuing my #BuildInPublic journey on the large-scale digital commerce application I’ve been contributing to for over a month — a project with multiple complex flows and dashboards for different user types.
🚀 Days 52–54 of My #BuildInPublic Journey
August 7–9, 2025
Sometimes you get so deep into building that you forget to share the process — so here’s a 3-day snapshot of my recent React development work.
🔐 Authentication System
Created admin users & login functionality
Built basic login form with templates
🔧 Backend Configuration Updates
Set default for DJANGO_SECRET_KEY
Increased CONN_MAX_AGE for DB performance
Finalized WhiteNoise setup