RARangga Aprilio Utamainaprilio.hashnode.dev00Indexing Your Codebase Into Live Documentation for AIMay 21 · 10 min read · Most engineering teams have two versions of their documentation. The first version is the one they wrote: architecture diagrams, onboarding guides, API notes, and a few carefully maintained README filJoin discussion
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