Shopery
Built with a small team as a real multivendor marketplace, not a tutorial clone — split across a dedicated GitHub organization with a separate repository per service. I owned the backend and infrastructure end to end: 10+ independent Spring Boot microservices (core, payments, orders, blog, notifications, AI, and more), Kafka decoupling notifications and order events from the request path, Redis backing verification codes and rate-limiting, and Docker images built and published automatically into a self-managed Kubernetes cluster with readiness/liveness probes across every service. CI/CD is fully automated end-to-end — every merge builds, deploys, and verifies its own rollout — backed by a GitOps repo where changing one manifest redeploys exactly the right service.