Skip to content

Latest commit

 

History

History
270 lines (260 loc) · 34.8 KB

software-architecture.md

File metadata and controls

270 lines (260 loc) · 34.8 KB
title
Software architecture

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 Replicache. Good example of such app is Linear.

My current preferred stack is NextJS/Prisma/Postgres/PostGraphile with some Go/Deno services. The Architecture of Open Source Applications has nice architecture insights.

Inspiration

Other

Notes

Links