July 17, 20266 min readBuilding Walt: An Offline-First Finance Tracker with FlutterA deep dive into building a personal finance app with Flutter, covering offline-first architecture, Riverpod state management, and local data storage with SQLite and Hive.FlutterMobile DevelopmentDartArchitectureRead Full Article
July 12, 20265 min readWhy Rust is the Ultimate Language for Developer ToolingAn in-depth look at how Rust's safety guarantees, rich type system, and static compilation make it the ideal choice for building CLI tools like ltx.RustDevToolsSystems ProgrammingRead Full Article
June 28, 20264 min readSpeeding up Rust CI Builds by 4x using Smart CachingTired of waiting for your Rust CI builds? Here is a practical guide to configuring GitHub Actions caches for large Cargo workspaces.CI-CDRustGitHub ActionsRead Full Article