Skip to content
View parabuzzle's full-sized avatar

Organizations

@breakingrobots @github-beta @RisingOrchards

Block or report parabuzzle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
parabuzzle/README.md

Mike Heijmans

I build intelligent hardware from silicon to cloud: embedded systems, platform engineering, and applied AI.

I spent roughly twenty years on platform and infrastructure engineering at scale: Kubernetes, CI/CD, observability, and globally distributed teams. Now I also design the hardware underneath, from PCBs in Altium and ESP32 firmware in C to the cloud platform that manages the fleet. Most engineers build one end of that stack. The interesting problems live in owning both.

Silicon to Cloud

As CTO of Rising Orchards I build IgorBox, a show control platform for haunted attractions and live venues: cloud-connected controllers that drive the lights, motors, and DMX rigs on the floor. This is production engineering, not a weekend project, and I build every layer of it.

  • Firmware: ESP32 in C on ESP-IDF, with OTA updates, WiFi provisioning, and multicast coordination that keeps a venue full of controllers in sync.
  • Hardware: schematic and PCB design in Altium, 4-layer boards taken from prototype through production.
  • Interfacing: isolated RS-485 and DMX, motor drivers, and LED drivers. Unglamorous work, but it's what makes hardware safe and reliable enough to run a show with a paying audience in the room.
  • Regulatory: FCC and ISED certification, the difference between a working prototype and a product you can legally ship.
  • Cloud: a Next.js platform on Vercel that authors and sequences shows, then deploys them to a fleet of networked controllers in the field.

Roughly twenty years of platform and infrastructure engineering behind the software. The hardware is where I get to build the whole thing from the copper up.

Applied AI

AI isn't a spectator sport for me. I use it, build with it, and instrument it every day.

  • Multi-agent development workflows where coding agents work across multiple repositories, negotiate API contracts with each other, and hand off work through Linear.
  • MCP servers that connect agents to running applications, turning AI from a code generator into a developer that can test its own work.
  • OpenTelemetry instrumentation on my own AI usage, so workflow decisions come from real token and cost data, not vibes.

I write about all of it: context engineering, how attention bias shapes agent behavior, and what actually works in production.

Open Source

A few things I've published that people actually use:

Elsewhere

I'm open to select advisory and fractional engagements across platform engineering, embedded systems, and applied AI. If that sounds relevant, or you just want to talk shop, reach out.

Pinned Loading

  1. craneoperator craneoperator Public

    Gives you a simple web interface for browsing around a Docker Registry

    JavaScript 130 29

  2. docker-circleci-template docker-circleci-template Public

    A template for Docker managed by CircleCI

    Ruby 4

  3. linky linky Public

    url shortener service for your company's intranet

    Ruby 6 2

  4. esp-idf-simple-audio-player esp-idf-simple-audio-player Public

    A simple audio player using I2S in ESP-IDF 5.x to play WAV files from an ESP32

    C 35 4

  5. idf_http_rest_client idf_http_rest_client Public

    A library to make working with REST api's in ESP-IDF easier.

    C 9 3

  6. mikeheijmans.com mikeheijmans.com Public

    NextJS app that powers mikeheijmans.com

    TypeScript