June 13, 2026
#Postgres
March 5, 2026
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.
SQL Window Functions and PARTITION BY in Practice
Sharing our experience with window functions in a recent client project involving historical data management
October 4, 2025
July 29, 2025
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.
July 8, 2025
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.
June 28, 2025
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.