~/portfolio
Hey, I'm Dylan.
// Software engineer who loves building things.
Software engineer and electronics hobbyist sharing programming projects and breadboard builds.
// featured projects
view allReal-Time Object Detection Pipeline
// Self-hosted real-time video analytics system running YOLOv8 inference in C++ on a Raspberry Pi 5, with Kafka streaming, a FastAPI backend, and a React dashboard.
c++ python typescript yolov8 kafka react docker raspberry-pi
LogicForge
// Desktop application for designing and simulating digital logic circuits, built with C++ and Qt.
c++ qt simulation desktop
CHIP-8 Emulator
// Fully functional CHIP-8 virtual machine emulator written in modern C++.
c++ emulation low-level
Collaborative Editing App
// Real-time document editing app with permission-based sharing, built with React and Go.
react go websockets full-stack