November 20, 2024
Debugging a Production Memory Leak in Node.jsHow I tracked down and fixed a critical memory leak in our production API that was causing daily crashes.
Node.jsDebugging
Thoughts on software development, cloud, and modern tech.
November 20, 2024
Debugging a Production Memory Leak in Node.jsHow I tracked down and fixed a critical memory leak in our production API that was causing daily crashes.
November 15, 2024
Advanced TypeScript Types That Changed How I CodeExploring conditional types, mapped types, and template literal types to write safer and more expressive TypeScript code.