RARangga Aprilio Utamainaprilio.hashnode.dev00Database Connection Pooling: A Production Survival GuideMar 7 · 9 min read · What This Article Is — and Isn't There are plenty of tutorials that explain what connection pooling is. This isn't one of them. This is about how to tune connection pools in the real world — with trafJoin discussion
RARangga Aprilio Utamainaprilio.hashnode.dev00Production Logging in Node.jsMar 7 · 4 min read · 1. The Anatomy of the Problem: console.log is "Blocking" In the Node.js world, the Event Loop is the heart of your application. The golden rule is: Never block the main thread. The shocker for many deJoin discussion