Deep Tech Wisdom
For backend developers who care about craft
Latest Insights
Javascript
JavaScript WeakRef: The Feature You Probably Shouldn't Use
Most JavaScript developers go their entire careers without ever touching WeakRef. That is probably for the best. However, it is one of those corners …
General
15 Configuration Files Every Developer Should Know
The first time you clone a production repo, you scroll past the src/ folder and freeze. There is a parade of files you have never opened: .eslintrc, …
Nodejs
Node.js with TypeScript in 2025: Best Practices Guide
TypeScript is the standard for building Node.js applications in 2025. These are the patterns we use for production TypeScript projects. TS adds static …