
Chemaclass
Building software, teams, and ideas
About
15+ years building software, 5+ leading teams. Still writing code daily.
I specialize in layered architecture, modular monoliths, and TDD. I organize AI agents as a team of specialists with clear roles and constraints, so quality standards don't compete with deadlines.
A great engineer is not just a great coder. The best teams are the ones where psychological safety and growth mindset make everyone sharper.
Latest Content
View all →
Building a Game in Two Days
A casual Telegram message turned into a nine-level Lord of the Rings browser game. Every line of code written by an AI a…
April 05, 2026 · 7 min read
The Art of Being Happy
Schopenhauer's posthumous collection of 50 rules for practical happiness, built on the idea that avoiding suffering matt…
March 15, 2026 · 3 min readOpen Source Projects
View all →Phel
A Lisp that compiles to PHP
(ns app)
(defn greet [name]
(str "Hello, " name "!"))Functional programming meets PHP. Write expressive, immutable code with macros, pattern matching, and a REPL.
bashunit
Testing framework for Bash
function test_sum() {
assert_equals 4 "$(sum 2 2)"
}Write tests for your bash scripts with a simple, expressive syntax. Assertions, mocking, snapshots, and more.