Owner and operator of multiple Software/SaaS companies acquired over the past decade.
May 14, 2026
•
3 min read
13 rules for idiomatic OTP code - plus BEAM lands on iOS, NervesConf 2024 talks are online, and GraphBLAS hits Hex
May 7, 2026
CVE-2026-32688 crashes BEAM nodes via atom table exhaustion. Upgrade plug_cowboy to 2.8.1 or disable HTTP/2 now
Apr 30, 2026
Emily puts Nx on Apple Metal GPU - plus SAFE catches what pattern matching misses
Apr 23, 2026
Multi-region consensus on pure BEAM - zero external deps, zero false alerts
Apr 16, 2026
6 min read
Vet scans Elixir deps for supply chain attacks at the AST level - plus a framework that puts the BEAM directly on your phone
Apr 9, 2026
7 min read
Raft consensus meets Bitcask storage - an Elixir library that makes Redis persistence actually work
Apr 2, 2026
Torque ships SIMD-powered parsing, Oban Pro 1.7 overhauls workflows, and hot-loaded tracing goes to production
Mar 26, 2026
8 min read
Remote profiling, browser-side Elixir, and AI agents that actually fit OTP
Mar 19, 2026
Real-time fieldbus protocol implementation proves Elixir's ready for the factory floor
Mar 12, 2026
Plus: Jido 2.0 drops, SSH-based deployment that'll make your DevOps team nervous, and AI pipelines in pure Elixir
Mar 5, 2026
Two new flow builders debut, OTP patches land, plus screenshot/PDF generation without headless Chrome
Feb 26, 2026
Full-stack Elixir in the browser is almost here, plus OTP 29 and building AI agents on the BEAM
Feb 19, 2026
Compilation speed doubles, and the case for Elixir as the best language for AI workloads is getting loud.
Feb 12, 2026
Scaling Phoenix beyond theory, pgvector in production, and why your monitoring probably lies to you
Feb 5, 2026
Native code without the crashes, scientific computing gets real, Phoenix's sync magic
Jan 29, 2026
5 min read
GenServer migration reality check
Jan 22, 2026
The memory model that makes Elixir fault-tolerant, Ash's first non-trivial architecture example, and type inference that graduated from research to bug-catcher.
Jan 15, 2026
One developer's World of Warcraft server refactor reveals why separating data from orchestration changes everything
Jan 9, 2026
Event-based ledgers beat drifting account totals when refunds and retroactive changes hit.
Jan 2, 2026
The API call worked. The transaction didn’t. One line of Ash code created state divergence and production chaos.
Dec 25, 2025
One CPU-heavy request froze Node. BEAM kept serving traffic.
Dec 18, 2025
Launch was perfect until someone bookmarked the staging domain. Redirects fix what check_origin can’t.
Dec 12, 2025
Fifteen years of polyglot experience means nothing if you skip OTP-here's what actually matters
Dec 4, 2025
String parsing works until it doesn’t. Here’s why Phoenix teams switch to NimbleParsec when correctness, clarity, and production errors actually matter.
Nov 27, 2025
Jevons Paradox from 1865 explains why easier programming creates MORE code debt—here's the survival guide