projects-v2 (4)
- advanced 8 Aug 2026 · 8 minNeo4j 5.x Recommendation Engine: How to Ship Real-time Personalization
This article details building a robust, real-time recommendation engine with Neo4j 5.x, covering architecture, data pipelines, graph algorithms, and production hardening for high performance.
- advanced 27 Jul 2026 · 7 minMesh LLM + iroh: Building Distributed LLM Inference
Implement a distributed LLM inference service using Mesh LLM and iroh, following a step-by-step guide to demonstrate multi-node operation and effective load distribution.
- intermediate 6 May 2026 · 8 minBuilding On-Device AI Agents with Tiny LLMs: Three Practical Projects
Explore and build three distinct on-device AI agents—a voice assistant, a data summarizer, and an anomaly detector—using tiny LLMs and modern edge tooling on a Raspberry Pi.
- advanced 5 May 2026 · 8 minBuilding a Game Boy Emulator with F#
Build a functional Game Boy emulator in F#, covering CPU, MMU, PPU, and sound, focusing on low-level architecture, functional design, and practical implementation.