Projects

Focused, production-ready, and highly performant backend systems.

Wripple

A social media backend focused on security and scalable cloud architecture. Built with Node.js and AWS.

Tech
Node.js, Express, MongoDB, AWS S3, AWS SES, Multer, Sharp
Type
Backend
Status
active

What I learned

  • - Secure APIs using environment-driven configurations and token-based auth
  • - Manage media-heavy workloads using AWS S3 signed URLs for time-limited access
  • - Optimize server bandwidth by compressing uploaded images to WebP on-the-fly

ScholaCore

A secure, modular, and performance-oriented REST API for school management built in Go (Golang).

Tech
Go, MySQL, MariaDB, HTTPS, TLS, JWT, Argon2id
Type
Backend
Status
active

What I learned

  • - Design and chain custom net/http middleware layers for CORS, CSP, HPP, and rate limiting
  • - Build a dynamic reflection engine in Go to generate SQL insert statements dynamically
  • - Implement cryptographic password hashing using Argon2id and session security with JWT