diff --git a/README.md b/README.md index 9ce11d3..19b7e3d 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ - [Interviewing](#interviewing) - [Learning & memorizing](#learning--memorizing) - [Low-level, assembly](#low-level-assembly) + - [Math](#math) - [Network](#network) - [Observability (monitoring, logging, exception handling)](#observability-monitoring-logging-exception-handling) - [Logging](#logging) @@ -956,6 +957,10 @@ Richard Feynman's Learning Strategy: - 📖 [The Elements of Computing Systems](https://www.nand2tetris.org/book): building a modern computer from first principles (nand2tetris). - [Old pattern powering modern tech](https://softwarebits.substack.com/p/old-pattern-powering-modern-tech?s=r) +### Math + +- 🏙 [Statistics for Hackers](https://speakerdeck.com/jakevdp/statistics-for-hackers) + ### Network - [The Great Confusion About URIs](https://benbernardblog.com/the-great-confusion-about-uris/)