Skip to content

Hi, Sandro here 👋

Software engineer and independent creator exploring how to build stuff, as well as the habits, constraints, and decisions that make that work possible.

Sandro Maglione
“Essays about building, attention, games, and the systems behind creative work.”
  1. Static Metaprogramming in Dart and Flutter: macro_prototype overview
  2. Macros, Static Metaprogramming, and Primary Constructors in Dart and Flutter
  3. How to build a complete Flutter app: step by step example
  4. Create a blog with Effect, NextJs and MDX
  5. Flutter State Management: Riverpod, Bloc, Signals, GetX
  6. How to implement a data structure in Typescript
  7. How to implement State Machines and Statecharts in dart and Flutter
  8. Getting started with OCaml and Functional Programming
  9. How to implement a Custom Newsletter form with ConvertKit and Effect
  10. How to implement a Dart CLI using fpdart
  11. How to test a Typescript app using vitest and msw
  12. Covariant, Contravariant, and Invariant in Typescript