Backend Engineering
Everything on SkillVeris tagged Backend Engineering — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is Database Connection Pooling and Why Does It Matter?
Database connection pooling is the practice of maintaining a reusable set of pre-established database connections that application threads borrow and return, i…
What is Request Coalescing and How Does It Prevent Cache Stampedes?
Request coalescing is the technique of detecting that multiple concurrent requests are asking for the same uncached (or expired) resource and merging them into…