~/portfolio
Hey, I'm Dylan.
// I build things with circuits & code.
Electronics tinkerer and software developer sharing breadboard builds, PCB designs, and programming projects.
// featured projects
view allCHIP-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
DCache
// In-memory key-value store database with CLI and data persistence, written in Go.
go databases cli