Blynca
The systems behind a beauty
and wellness marketplace.
From choosing a service to confirming a booking, the backend brings availability, payments and communication together.
My engineering contribution
- Booking workflows across services, staff and time zones, with transactional occupancy checks.
- Stripe payments and refunds, idempotent webhook processing and recovery workflows.
- Real-time chat, queued notifications, Redis caching, automated tests and GitLab deployment pipelines.
const booking = await
availability.reserve();
await payment.confirm(booking);
await events.publish(booking);Conceptual flowAVAILABILITY → RESERVATION → CONFIRMATION


