15:45

PGWeb

Cross-platform client for PostgreSQL databases.
22:21

9 Advanced PostgreSQL Features I Wish I Knew Sooner

GENERATED columns, EXCLUDE constraints, DISTINCT ON, Foreign Data Wrappers… PostgreSQL has powerful features you might not know about. Here are my favorites.
22:21

SQL Window Functions and PARTITION BY in Practice

Sharing our experience with window functions in a recent client project involving historical data management
00:59

Pgbackweb

Effortless PostgreSQL backups with a user-friendly web interface
17:47

n8n-local: Run n8n + Postgres + pgAdmin via Docker Compose

Docker Compose setup to self-host n8n with a Postgres backend and pgAdmin for DB management — quick local automation stack.
12:25

Yamtrack: Self-Hosted Media Tracker (Movies, TV, Books)

Open-source self-hosted media tracker built with Django — tracks movies, TV shows, books, and more, with Docker deployment and Postgres/SQLite support.
10:10

Self-Hosted URL Shortener (Go + Gin + Postgres + Redis)

Self-hosted URL shortening service built in Go/Gin-Gonic with user auth, a link management dashboard, Redis caching, Postgres storage, and Docker deployment behind Nginx.