Back to Projects

Baxter

A financial literacy platform built during the NSE Financial Literacy Hackathon. I led backend development — specifically the registration and login system — delivering secure, production-ready auth under full hackathon time pressure.

nextmongodbtailwindjavascript
Baxter

The Problem

Building secure authentication in a hackathon environment means making fast, high-quality engineering decisions without the luxury of iteration. The system needed proper password hashing, session management, and input validation — not a rushed implementation that would fall apart under scrutiny. Doing that well while the clock is running and a team is depending on your output is a real test of fundamentals.

The Solution

Implemented a complete registration and login flow with bcrypt password hashing, secure session management, and server-side input validation. Designed the auth layer to be clean and well- structured so frontend teammates could integrate against it quickly without back-and-forth. Delivered working, tested authentication within the hackathon window while the rest of the team built the platform features on top of it.

// what I learned

Hackathons compress the entire software development lifecycle into hours. The engineers who perform well are the ones with strong fundamentals — not the ones who know the most tricks. I learned to prioritize ruthlessly, communicate clearly with teammates under pressure, and resist the urge to over-engineer when shipping fast is the goal. It also validated that solid auth is always worth doing right, regardless of timeline.

Related Projects

All Projects -