Yous Sibarani• Software Engineer

Mini-Play (Game Platform)

Game module + admin management

A simple game platform with admin endpoints and user-facing flow, including uploads and secure access control.

NestJSPostgreSQLPrismaJWTMulter

Role

Backend developer

Timeframe

Personal project

Category

BACKEND

Highlights

  • Admin-only endpoints
  • File uploads
  • Auth flow

Problems -> Solutions

Problems

  • Need secure separation between admin-only operations and user operations.
  • File uploads must be validated and served safely.

Solutions

  • Created admin-only endpoints guarded by role checks.
  • Handled uploads with size limits and safe storage paths.

Impact

  • Clear access control and stable media handling for user content.