// Engineering Notebook

Projects

A working log of things I've built — automation tooling, hardware integrations, internal apps, and the occasional weekend script. Each writeup focuses on the actual engineering decisions, not just what got shipped.

2026
Printer Status Monitor
A Python script that polls every printer on the plant floor via SNMP, collects supply levels and status codes, and generates a self-contained HTML dashboard. Covers 16 printers across two buildings.
Python SNMP Hardware Internal Tool
2025–2026
FSMetrics Dashboard
A standalone HTML dashboard that pulls live Freshservice ticket data and renders KPIs, category/service/priority breakdowns, and daily volume charts — no server, no build step, just open in Edge.
JavaScript REST API Freshservice Internal Tool
2026
Offline Container Label Printer
A Raspberry Pi kiosk that prints sequentially-numbered container labels to a Zebra ZP505 over CUPS. Hardened Flask app, WAL-mode SQLite counter, barcode-driven admin recovery, redeploy-from-zip rebuilds.
Python Flask Hardware ZPL Raspberry Pi
2026
Thermal Sticker Printing System
A Flask web app that prints UPC barcode stickers on demand to a Zebra ZM400 thermal transfer printer. Includes a three-tier lookup chain, ZPL injection for quantity control, and a generated reference booklet.
Python Flask Hardware ZPL