Mandelbrot set... in CSS

Rendering the Mandelbrot set in pure HTML+CSS (no JS).

On Rust's newtype pattern

A real-world example of where using the newtype pattern saves you from mistakes (at compile-time).

Riverpod from scratch

Riverpod is a state-management and DI framework Flutter. Let's implement it in Rust.