english is, like, hard. here are some easy to read articles.
- Database Fundamentals (https://tontinton.com/posts/database-fundementals)
- Database Sharding in Plain English (https://www.citusdata.com/blog/2018/01/10/sharding-in-plain-english/)
- Design Patterns for Humans (https://github.com/kamranahmedse/design-patterns-for-humans)
- Big O (https://skerritt.tech/big-O/)
- Itsy Bitsy Data Structures (https://github.com/jamiebuilds/itsy-bitsy-data-structures/blob/master/itsy-bitsy-data-structures.js)
- Memoization in a Nutshell (https://dev.to/pieohpah/memoization-in-a-nutshell-5072)
- Recursion Made Simple (https://medium.com/code-zen/recursion-demystified-24867f045c62)
- The Super Tiny Compiler (https://github.com/jamiebuilds/the-super-tiny-compiler)
- The Actor Model in 10 Minutes (https://www.brianstorti.com/the-actor-model)
- Dead simple WebRTC explanation (https://medium.com/@ermirsuldashi/dead-simple-webrtc-explanation-e09ae718a577)
- The Most Convoluted JavaScript Fizz Buzz Solution (https://www.dalejefferson.com/convoluted-fizzbuzz/)
- What React refs really are (https://huth.me/what-react-refs-really-are)
useEffect
vsuseLayoutEffect
(https://kentcdodds.com/blog/useeffect-vs-uselayouteffect)