Michael Debertol

  1. loxjit: A Simple JIT Compiler For Lox
    "Crafting Interpreters" by Robert Nystrom teaches us how to implement an interpreter for a toy programming language. But can we make a JIT compiler out of it?
  2. Refreshing FutureProvider.family or Multiple Providers
    TLDR: Watch a common provider so that when it refreshes, all providers refresh.
  3. Debouncing a FutureProvider
    A quick quide on how to implement a debounce functionality for a FutureProvider
  4. Displaying Paginated APIs as Infinite Lists
    Let's try to display an infinitely scrollable list without using dependencies!