Case studies, performance optimizations, and technical deep dives.
A practical look at refactoring an Express.js backend for a university attendance system, focusing on risk mitigation, API behavior, and DB connection pooling.
Looping through large Excel uploads to hit external APIs (like emails) will drain your DB connections and block your server. Here is how I fixed it.