Add math section

This commit is contained in:
Charles-Axel Dein 2022-09-13 10:45:44 +02:00
parent c29fb973a2
commit 8e694b12c4
No known key found for this signature in database
GPG Key ID: 64C00027F3375D70
1 changed files with 5 additions and 0 deletions

View File

@ -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/)