Extreme close-up overhead of a microcontroller development board, oscilloscope probe tips resting on copper test pads, waveform traces visible on a monitor screen in the background, high-contrast technical lab lighting, no ambient warmth, sharp component detail
Extreme close-up overhead of a microcontroller development board, oscilloscope probe tips resting on copper test pads, waveform traces visible on a monitor screen in the background, high-contrast technical lab lighting, no ambient warmth, sharp component detail
/ Shipped Systems

Live code. Real constraints. No mockups.

Every project here links to a running repo or deployed endpoint. Architecture diagrams show integration across AI, embedded hardware, blockchain, and distributed infrastructure — not what was planned, but what shipped.

Filter by domain

All · AI & ML · Embedded Systems · Blockchain · Distributed Systems · DevOps & Infrastructure · IoT · Real-Time Streaming

Overhead workbench view of an ESP32 module wired to sensors, multimeter probes visible, oscilloscope trace on secondary screen, high-contrast lab lighting, no warm tones
Overhead workbench view of an ESP32 module wired to sensors, multimeter probes visible, oscilloscope trace on secondary screen, high-contrast lab lighting, no warm tones
Medium shot of server rack with blinking status LEDs, Kafka cluster dashboard visible on adjacent monitor, data-center overhead fluorescent lighting, sharp rack-unit detail
Medium shot of server rack with blinking status LEDs, Kafka cluster dashboard visible on adjacent monitor, data-center overhead fluorescent lighting, sharp rack-unit detail
Close-up of a hardware security module and Ethereum node console output on a dark terminal screen, cold blue-white workbench lighting, no ambient warmth
Close-up of a hardware security module and Ethereum node console output on a dark terminal screen, cold blue-white workbench lighting, no ambient warmth
Overhead view of a robotics arm end-effector above a circuit board, wiring harness visible, clean white lab surface, harsh directional lighting casting sharp component shadows
Overhead view of a robotics arm end-effector above a circuit board, wiring harness visible, clean white lab surface, harsh directional lighting casting sharp component shadows
Wide shot of a data-center aisle from ground level, rack LEDs forming a receding line of blue and green points, cold overhead lighting, cables bundled in organized runs
Wide shot of a data-center aisle from ground level, rack LEDs forming a receding line of blue and green points, cold overhead lighting, cables bundled in organized runs
Close-up of a vector embedding visualization on a dark terminal screen, high-density scatter plot of colored points, technical lab lighting, no human subjects
Close-up of a vector embedding visualization on a dark terminal screen, high-density scatter plot of colored points, technical lab lighting, no human subjects
• Embedded / AI
• Distributed / Streaming
• Blockchain / Smart Contracts

TinyML Inference on ESP32

Real-Time Kafka Telemetry Pipeline

On-Chain Audit Trail for IoT Sensor Data

Quantized neural network running on-device with FreeRTOS task scheduling. Memory ceiling forced a novel weight-pruning pass before deployment.

Sub-100ms end-to-end latency across 12 partitions. Three architectural rewrites exposed where the consumer lag actually originated.

Solidity contracts verify sensor hashes before writing to chain. Gas optimization required rethinking the commit-reveal scheme entirely.

ESP32 · FreeRTOS · TensorFlow Lite · MQTT · C++

Kafka · Python · Grafana · Docker · Kubernetes

Solidity · Ethereum · MQTT · Rust · Hardhat

• AI Agents / Robotics
• DevOps / Infrastructure
• AI / RAG Systems

Autonomous LLM Agent with Tool Use

GitOps-Driven Kubernetes Cluster

Production RAG Pipeline with Hybrid Retrieval

LangChain orchestration layer driving external API calls and vector-database lookups. Failure modes catalogued across 400 production runs.

Full declarative cluster state managed via Flux CD. Incident post-mortems from three failed rollbacks drove the final reconciliation strategy.

Dense and sparse retrieval combined over a 2M-document corpus. Reranking latency was the bottleneck — not embedding, not generation.

LangChain · PydanticAI · FastAPI · Qdrant · Python

Kubernetes · Flux CD · Terraform · Prometheus · Helm

PyTorch · Qdrant · FastAPI · LangChain · Docker

Every repo includes the readme that documents what broke first.

Constraints drove every decision documented here. The source is open — architecture notes, failure logs, and reproducible build instructions are in the repo alongside the code.