Coursework from Code First Girls' Full Stack Degree Foundation Module, covering JavaScript, SQL, and API fundamentals. All three assignments were completed with an average grade of 99%.
I currently work as an Executive Assistant to the Chief Technology Officer and Chief Product Officer at a London-based FinTech. I'm working towards a career transition into Software Engineering, and have built intermediate-to-advanced skills across JavaScript, SQL, and API development, alongside completing a full stack development professional certificate.
A JavaScript web app that recommends travel destinations based on a user's selected month, trip type, and preferred climate. Includes input validation, dynamic result rendering, and a Miro-planned user journey.
A MySQL relational database for an online art print retailer, covering customers, artists, prints, orders, and stock. Includes a stored procedure for placing orders with validation, a reporting view, and 9 queries covering joins, aggregates, subqueries, and CASE statements.
A REST API (Node.js/Express, MySQL) for logging and tracking workouts and exercises, with full CRUD endpoints and query filtering.
Each assignment was developed on its own feature branch and merged into main via pull request, following the branch → PR → merge workflow taught in the course. See GIT-WORKFLOW.md for a detailed walkthrough of this process, written up as part of Assignment 1.