Backend
Database Connection Pooling Explained
A practical guide to database connection pooling for Postgres and Node.js. Pool sizing, timeouts, PgBouncer, serverless pitfalls, and real numbers.
5 articles tagged with "Performance"
A practical guide to database connection pooling for Postgres and Node.js. Pool sizing, timeouts, PgBouncer, serverless pitfalls, and real numbers.
Learn how to speed up slow CI builds with dependency caching, parallelisation, incremental builds, and Docker layer optimisation. Practical patterns that work.
Learn how database indexes work, when to add them and how to avoid the most common indexing mistakes that slow your queries down.
Learn the most important caching strategies for web applications, from browser and CDN caching to in-memory stores and cache invalidation patterns.
Understand what edge computing means for web developers and how to use edge functions for faster, globally distributed apps.