← Back to Portfolio
Dev Notes

// BLOG

Dev Notes

Short write-ups on architecture decisions, debugging patterns, and lessons from gameplay plus backend systems.

Gameplay

Building a Smart Metro Interaction System in Unreal Engine 5

How I built an event-driven metro prototype with trigger-volume interactions, Timeline-based door open/close states, modular Blueprint separation, and runtime collision-transform debugging.

Backend

Building a Scalable Discord Moderation Bot

How I designed a Node.js bot with intelligent role management, behavioral enforcement, and persistent infractions tracking for 1000+ member servers.

Computer Vision

Real-Time Hand and Face Detection with Deep Learning

How I built a computer vision system using Python and TensorFlow to detect faces and hands in real-time with 30+ FPS performance.