Screenshots
Project Case Study
A Java-based console app that simulates sneaker marketplace workflows with persistent MySQL data, secure connectivity, and practical backend logic.
We modeled core sneaker app behaviors in a CLI environment, including product querying, data persistence, and user-flow logic tied to real database records.
Built with paired programming, which improved implementation quality through shared problem solving, faster debugging, and consistent architecture decisions.
Week one focused on infrastructure setup and secure DB access. Weeks two and three focused on query logic, behavior validation, and final refinement.