Projects
A collection of my electronics builds, breadboard prototypes, and programming projects.
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
8-Bit Breadboard Computer Assembler
// Custom assembler that compiles assembly source code into binary ROM images for a homebrew 8-bit breadboard computer.
python assembly low-level hardware
DCache
// In-memory key-value store database with CLI and data persistence, written in Go.
go databases cli
Part of Speech Tagging Model
// Multi-algorithm POS tagging model using Bayesian classification, logistic regression, and SVMs.
python machine-learning nlp scikit-learn