SlugSync — Software Engineer | Co-Founder
• Designed and deployed a production-grade client–server system to centralize UCSC event discovery, replacing fragmented Instagram-based discovery which is presently used.
• Built a FastAPI backend with role-based access control, enforcing ownership-level permissions so organizers can create, update, and delete only their own events.
• Implemented Google OAuth + JWT authentication, restricting access to verified UCSC accounts and enforcing authorization at the API layer.
• Implemented a relational SQL schema preserving user–event ownership, favorites, and timestamps to support filtering, search, and feed generation.
• Deployed the backend and database on Render, managing environment variables, migrations, and uptime for live mobile access.