Blog
All articles. All pillars. All authors.
#005 -- The Golden Rule: One .flin File Is All You Need
FLIN's golden rule: one .flin file replaces 15 config files. No package.json, no tsconfig, no webpack.
#100 -- Request Context Injection
How FLIN injects params, query, body, headers, cookies, and session into every route handler automatically -- zero imports, zero boilerplate, zero ceremony.
#068 -- FlinDB Hardening for Production
How Session 308 hardened FlinDB for production with CRC-32 WAL checksums, auto-checkpointing, cross-platform file locking, per-entity-type data files, history deduplication, and schema persistence.
#135 -- File Preview Generation
How FLIN generates preview thumbnails for uploaded files automatically.
#153 -- What the Audit Taught Us About Building a Language
Lessons learned from auditing a 186,000-line programming language built in 42 days.
#017 -- The Bytecode Format Explained
The FLIN bytecode format: instruction encoding, constant pool, view instructions, and the .flinc binary.
#184 -- MVP Status Review: What's Ready and What's Not
An honest assessment of FLIN at Session 158 -- what works, what needs work, and what comes next.
#193 -- The FLIN Showcase App
A complete FLIN application demonstrating every major feature in one project.
#136 -- Building phpMyAdmin for FLIN
How we built a full admin console for FLIN -- a phpMyAdmin-style interface for entities, storage, and monitoring.
The Complete, Unfiltered Workflow I Use to Get Claude to Build Production-Grade Software at Senior CTO Level
The complete system behind 6 production products, 3,700+ tests, and 51 security vulnerabilities found -- built by one founder and one AI CTO from Abidjan with $200/month.
#174 -- Testing, Benchmarks, and Fuzzing
The built-in testing framework, benchmark runner, and fuzzer for FLIN applications.
#165 -- The Theme Toggle Bug
When dark mode toggling caused a cascade of style recalculations and flickering.