How Dart 3.0's class modifiers enable a pattern where types prove that computations have occurred. A capability missing from JavaScript, Python, TypeScript, Java, and most mainstream languages.
How Wispr Flow and Mistral's Voxtral Transcribe API changed my workflow. I built a browser test app for Voxtral and dictated the equivalent of two books in just over a month.
Archiving 104K files into tar.gz reduced I/O time by 43x and total processing time by 2.3x. The bottleneck was not disk speed, it was syscall overhead.
Immediately Invoked Function Expressions unlock powerful patterns in Dart that most developers overlook. From if-expressions to scoped variables to Flutter widgets, IIFEs deserve more attention.
An open-source Flutter app that reads .concept files from the Concepts drawing app. Built as a data recovery safety net for when proprietary formats become a risk.
A visual guide to Dart 3.0 class modifiers using lattice theory. Learn how base, final, interface, and mixin modifiers relate to each other through an interactive diagram.