Decentralized Networking Sandbox

Building mesh-network system where multiple Python processes exchange regular messages over UDP without a central server, to deepen my knowledge of networking and network protocol.

Tech: Python, UDP, networking

Embedded Thermostat with Cloud Variables

Simple theromstat on the Photon 2: read sensor data, published to the cloud, and a local webpage, and update LED state based on user selection.

Tech: C++, embedded, cloud, Photon 2

Photon-based Lockbox

Developing the firmware and wiring for a lockbox controlled by push-button sequence; implementing input handling, pattern storage/comparison logic, and lock servo control on Photon 2.

Tech: C++, firmware, embedded, input handling

Command Line Blackjack

Built a command-line blackjack game in C++ using object-oriented design; wrote classes for hands and deck, stored card values using arrays, and implemented simple algorithm for dealer strategy.

Tech: C++, OOP, Data Structures

Personal Website

Designed and deployed my personal website using HTML and CSS; hosted using Github Pages.

Tech: HTML, CSS, web development