Featured
-
Cloning NFC Room Cards with ESP32 and PN532
A weekend project exploring embedded systems by cloning NFC room cards using ESP32 and PN532 module.
Recent Posts
-
Stop Managing Multi-Step React Flows With Booleans
Why chains of boolean flags break down for multi-step React flows, and how modeling the flow as a single discriminated union (with a reducer) makes impossible states unrepresentable.