DEV Community

Cover image for Numbers All Programmers Should Know - System Design Basics
Renaissance Engineer
Renaissance Engineer

Posted on

Numbers All Programmers Should Know - System Design Basics

Rote memorization is usually a bad idea for programmers but in some cases it's worthwhile to know something by heart.

In this video tutorial I'll cover some useful numbers that I think are essential and worthwhile for programmers and software engineers to memorize for many different situations. Knowing this stuff will help you quickly map out the requirements for new projects or adding features to existing projects, help you in system design interviews, and also help you determine how to properly architect an application depending on cost and performance requirements.

Topics covered:

  • Latency numbers with examples
  • Data size conversions
  • How to estimate traffic, memory, bandwidth, and storage requirements with formulas and example problems

If you're interested in other system design topics be sure to check out my other articles and videos

Top comments (0)