Skip to content
On this page

Software architecture

My current preferred tech stack is outlined here.

I love the idea of building truly offline first software where backend failing isn't a big deal. All operations are done locally (fast), then sync deltas to server. Like DriftDB, Replicache or TinyBase. Good example of such app is Linear.

Architecture of Open Source Applications seems like nice read.

Inspiration

Other

Notes