Deep Tech Wisdom
For backend developers who care about craft
Latest Insights
Mongodb
Mongoose vs MongoDB Driver: When to Use What
Should you reach for Mongoose or the native MongoDB driver? We have shipped both to production, and the honest answer is that neither one wins …
General
Mendel: A Self-Hosted A/B Testing Framework
Mendel is a self-hosted A/B testing and feature flag library for Node.js apps that already use Mongoose. v1.0.2 shipped this week on npm under MIT. …
Nodejs
Structured Logging in Nodejs: A Complete Guide to Pino
Logging is often the last thing added to a Nodejs service and the first thing developers reach for when something breaks at 2 AM. Plain console.log …