Skip to content

Instantly share code, notes, and snippets.

View jeffrafter's full-sized avatar
You are amazing

Jeff Rafter (he/him) jeffrafter

You are amazing
View GitHub Profile

Some Title

Some Description Some text

Click Me To Expand

#!/bin/zsh
@pesterhazy
pesterhazy / building-sync-systems.md
Last active June 6, 2025 20:47
Building an offline realtime sync engine

So you want to write a sync system for a web app with offline and realtime support? Good luck. You might find the following resources useful.

Overview articles