Founder & Software Engineer
BookMyEvent Services LLC · Northern Virginia (Remote)
- Designed, built and deployed a production two-sided marketplace on a Spring Boot 4 / Java 21 backend, React 19 SPA and PostgreSQL — live over HTTPS on a custom domain.
- Stood up a GitHub Actions CI/CD pipeline (test + build + zero-downtime deploys) and integrated S3-compatible object storage via the AWS SDK for Java v2.
- Secured the API with stateless JWT auth, role-based access control and an OWASP-aligned hardening pass (rate limiting, input validation, security headers).
- Engineered a 30-day soft-delete with a daily scheduled purge job and a transactional cascade-delete engine; moved registration to async background processing for near-instant response.