Browsing Tag
systemdesign
38 posts
Understanding Storage Concepts in System Design
Understanding Storage Concepts in System Design In system design, storage concepts play a critical role in ensuring data…
Database Sharding for System Design Interview
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the…
Mastering Software Architecture: The Indispensable Role of Diagrams
Software architecture diagrams provide immense value throughout the software lifecycle. When leveraged effectively, these visualization techniques become instrumental…
Guide To Choose A Database For Your Next Design
Why we need to choose a database? A database is an organized collections of data that can be…
Personalized System Design Interview Prep for Engineering Managers
90% of engineering manager candidates feel unprepared for their upcoming engineering manager interviews, at big tech companies like…
Simplify PDF Generation in Node.js with html-to-pdf-pup
Introduction: I have created a new npm package html-to-pdf-pup, a powerful Node.js package designed to simplify the PDF…
10 Must Know System Design Concepts for Interviews
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the…
Understanding Layers, Tiers, and N-Tier Architecture in Application Development
In the realm of application development, the architecture of an application significantly impacts its performance, scalability, and ease…
How to Implement Sharding in MongoDB
In the realm of database management, scaling is a fundamental challenge. As data grows, so do the demands…
Power of Idempotency Keys – Making Your Transactions Smooth and Safe
Hey there! Ever wondered how to keep your transactions smooth and hassle-free, even in the face of network…