Skip to content

Instantly share code, notes, and snippets.

View tianp's full-sized avatar

Tian Permana tianp

  • Jakarta, Indonesia
View GitHub Profile
@ibraheem4
ibraheem4 / postgres-brew.md
Last active September 27, 2025 02:49 — forked from sgnl/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update
@pesterhazy
pesterhazy / building-sync-systems.md
Last active November 27, 2025 23:09
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