
A C++ remote development system using Boost.Asio and PTY/ConPTY to expose a live terminal session on a home machine, controllable from anywhere via a Raspberry Pi acting as an always-on gateway.
Built a C++ remote development system using Boost.Asio and PTY/ConPTY to expose a live terminal session on a home machine, controllable from anywhere via a Raspberry Pi acting as an always-on gateway.
Configured Wake-on-LAN and an iOS Shortcut to remotely power on the home PC from sleep, then connected via Termius over SSH to establish a terminal session directly from an iPhone, including launching Claude Code to work on projects remotely.
Integrated the Apple Watch (HealthKit) API to continuously log heart rate and calories burned, and the Canvas LMS API to automatically verify assignment submission status and retrieve turned-in files.
Integrated Claude API to programmatically compare submitted assignment files against instructor-provided directions, flagging missing or incomplete requirements before grading.
Tech Stack