Standard Search
About 6 results
https://jakelazaroff.com/words/building-more-resilient-local-first-software-with-atproto/ · 31 Mar 2026
atproto has the potential to become a rock-solid replacement for the most fragile part of any local-first app: the sync server.
https://jakelazaroff.com/words/homomorphically-encrypted-crdts/ · 17 Jun 2025
Homomorphic encryption allows a computer to run programs on encrypted data. Learn how homomorphic encryption works through interactive examples, build a homomorphically encrypted CRDT and see whether it has promise for local-first software.
https://jakelazaroff.com/words/a-local-first-case-study/ · 1 Oct 2024
How I built a local-first app for planning trips, and what I learned about the current state of the local-first ecosystem along the way.
https://jakelazaroff.com/words/making-crdts-98-percent-more-efficient/ · 17 Oct 2023
State-based CRDTs grow monotonically, but that doesn't mean they can't be efficient. We'll learn how to compress the pixel editor state by 98%.
https://jakelazaroff.com/words/building-a-collaborative-pixel-art-editor-with-crdts/ · 10 Oct 2023
CRDTs sound cool, but how are they actually used? Let's learn by building a collaborative pixel art editor.
https://jakelazaroff.com/words/an-interactive-intro-to-crdts/ · 4 Oct 2023
CRDTs don't have to be all academic papers and math jargon. Learn what CRDTs are and how they work through interactive visualizations and code samples.