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 7 production products -- now opening with the step-by-step playbook: ten stages from an empty folder to a launched product, with the exact commands, for newcomers and veterans alike.
Multi-Server BYOS: SSH Tunnels, Image Transfer, and Trust On First Use
How we built multi-server support: SSH tunnels to remote Docker sockets via russh, disk-based image transfer, Trust On First Use host key verification, and node-aware deployment.
#173 -- The .flinc Binary Format
Designing the .flinc compiled binary format for fast loading and distribution.