Client work · 2025 — 2026
Hospitality Service Marketplace
Two-sided booking platform connecting providers, employers and job seekers
Built for a client of Hybrid Interactive Consultancy. The client name, screens and source stay private. What follows is the architecture and my part in it.
What it is
A marketplace where service providers, customers, employers and job seekers meet, with booking, referrals and provider management. This was the organisation's first real FastAPI project and the one where the house architecture was worked out.
How it works
- Booking and service-provider modules carrying the bulk of the domain logic, plus customer, employer, job seeker and referral flows.
- Worked through the architectural iteration honestly: different modules landed on different patterns as the team learned, and the current best practice was written down rather than left implicit.
- Live on its own domain with Celery workers and Flower monitoring in production.
What I took from it
The project I learned the house patterns on, and the reason the conventions kit exists. Several rules in it were written because of bugs that shipped here first.