Transaction pooling for Postgres with pgcat
A technical deep dive into how pgcat, a Postgres connection pooler, works by multiplexing client connections to improve performance and resource usage.
A technical deep dive into how pgcat, a Postgres connection pooler, works by multiplexing client connections to improve performance and resource usage.
A comprehensive guide explaining the fundamentals of web deployment, covering architecture, hosting options, and key technical concepts.
Analyzes Stack Overflow's performance-first engineering culture, including trade-offs like skipping unit tests for speed and building custom servers over cloud hosting.