12 Comments
Aug 28, 2023Liked by Neo Kim

Hi,

You write "The communication paths between engineers increase exponentially as the team grows in size.", but in fact the total number of communication paths between n nodes is equal to n * (n-1) / 2, which is not an exponential growth, but an polynomial growth (quadratic to be exact), i.e. O(n^2).

Expand full comment

I learned so much reading this. Also thank you for the bibliography/works cited.

While diagonal Scaling is an interesting infrastructure scaling, the use of load testing and the small team size were eye-opening

This allows me to delve deeper into some of mentioned concepts

Expand full comment

Great read, Neo! In short don’t reinvent the wheel and avoid complexity as long as possible.

Expand full comment

I bet Jan Koum is glad he got rejected by Facebook in 2008! Thanks for the article.

Expand full comment

Great post! As someone who is building his own product, articles like these are a treat.

Expand full comment
Dec 17, 2023·edited Dec 17, 2023Liked by Neo Kim

Hi,

Thanks for the wonderful newsletter.

You have given a good overview on the type of technology stack used, it would have been much more helpful if you could have included about databases, and messaging queue being used.

Expand full comment

Thanks for explaining it with clarity while being concise.

A quick question, what software are you using for your diagrams? I like their sketch feel.

Expand full comment