Blog
All articles. All pillars. All authors.
#176 -- Embedded Demo and Templates
Starter templates and the embedded demo that ships with every FLIN installation.
#177 -- The FLIN VSCode Extension
Building a VSCode extension for FLIN with syntax highlighting, autocomplete, and error diagnostics.
#178 -- The Module System and Imports
How FLIN resolves imports, manages modules, and handles circular dependencies.
#180 -- Arrow Functions and Lambda Inference
Arrow function syntax and automatic lambda type inference in FLIN.
#181 -- Production Hardening Phase 1
Phase 1 of production hardening: crash prevention, graceful error handling, and stability.
#192 -- Entity and Enum Patterns
Common design patterns with FLIN entities and enums for real-world applications.
#194 -- Regex Support and Rest Parameters
Built-in regex support and rest parameter syntax in FLIN.
#195 -- Named Arguments and the Elvis Operator
Named arguments for readable function calls and the Elvis operator for null coalescing.
#198 -- The FlinUI Sprint: 70 Components Overnight
How we built 70 UI components in a single overnight session.
#199 -- The Temporal Debugging Marathon
20 sessions spent debugging and perfecting the temporal model.
#200 -- The Security Sprint: 18 Sessions
18 sessions in 2 days to build a complete security system from scratch.
#201 -- The File Storage Marathon: 30 Sessions
30 sessions building a complete file storage system with 4 backends.