بسم الله الرحمن الرحيم
I build systems.Hardware, controls, and the software that ties them together.
Electrical and computer engineer based in Edmonton.
Currently
Sensor node array for a greenhouse fleet
embedded · controls
Firmware for microcontrollers, sensor networks, and wearables. C, C++, and MicroPython on ESP32, ATmega328, and Bosch IMUs. Custom PCBs in KiCad when the project calls for it. Real-time, resource-constrained work where reliability matters.
Controls & Automation
SCADA, HMIs, PLC integration, and MQTT / OPC-UA plumbing. Making industrial processes visible, controllable, and safe for the people who run them. What I do professionally at TekToro. Systems that don't get to fail.
Software & Web
Full-stack applications. Angular and ASP.NET Core for practice, Next.js and Postgres for the projects I ship. Dashboards for the systems above, SaaS on the side, and this site.
- 09 · 20254 min read
WiFi and MQTT on the ESP32
Getting an ESP32 online over WiFi and pushing MQTT messages through HiveMQ. C++ firmware, Paho client, LEDs for feedback.
- 10 · 20244 min read
Setting up SQL Server on Linux with Docker
How I spin up Microsoft SQL Server on Ubuntu using Docker, with sqlcmd for control. No native install, no VM.