|
44 | 44 | - [Email](#email)
|
45 | 45 | - [Engineering management](#engineering-management)
|
46 | 46 | - [Exercises](#exercises)
|
| 47 | + - [Experimentation](#experimentation) |
47 | 48 | - [Functional programming (FP)](#functional-programming-fp)
|
48 | 49 | - [Hardware](#hardware)
|
49 | 50 | - [HTTP](#http)
|
@@ -269,6 +270,7 @@ Let's be honest: algorithms can be a pretty dry topic. [This quora question](htt
|
269 | 270 | - [Essential Algorithms](https://www.amazon.com/Essential-Algorithms-Practical-Approach-Computer/dp/1118612108?ie=UTF8&*Version*=1&*entries*=0)
|
270 | 271 | - [Data Structure Visualization](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
|
271 | 272 | - 🎞 [15 Sorting Algorithms in 6 Minutes](https://www.youtube.com/watch?v=kPRA0W1kECg&ab_channel=TimoBingmann)
|
| 273 | +- [Hashing](https://samwho.dev/hashing/) |
272 | 274 |
|
273 | 275 | Example implementations:
|
274 | 276 |
|
@@ -824,6 +826,10 @@ Practice:
|
824 | 826 | - [Codewars](https://www.codewars.com/)
|
825 | 827 | - [Exercism](https://exercism.org/)
|
826 | 828 |
|
| 829 | +### Experimentation |
| 830 | + |
| 831 | +- [8 annoying A/B testing mistakes every engineer should know](https://posthog.com/blog/ab-testing-mistakes) |
| 832 | + |
827 | 833 | ### Functional programming (FP)
|
828 | 834 |
|
829 | 835 | - [Goodbye, Object Oriented Programming](https://medium.com/@cscalfani/goodbye-object-oriented-programming-a59cda4c0e53#.39ax09e4k)
|
@@ -1547,6 +1553,7 @@ Microservices/splitting a monolith:
|
1547 | 1553 | - 🏙 [Full Stack Fest: Architectural Patterns of Resilient Distributed Systems](https://speakerdeck.com/randommood/full-stack-fest-architectural-patterns-of-resilient-distributed-systems)
|
1548 | 1554 | - 🏙 [The 7 quests of resilient software design](https://www.slideshare.net/ufried/the-7-quests-of-resilient-software-design)
|
1549 | 1555 | - 🧰 [Resilience engineering papers](https://github.com/lorin/resilience-engineering): comprehensive list of resources on resilience engineering
|
| 1556 | +- [MTTR is more important than MTBF (for most types of F)](https://www.kitchensoap.com/2010/11/07/mttr-mtbf-for-most-types-of-f/) (also as a [presentation](https://www.slideshare.net/jallspaw/dev-and-ops-collaboration-and-awareness-at-etsy-and-flickr)) |
1550 | 1557 |
|
1551 | 1558 | ### Site Reliability Engineering (SRE)
|
1552 | 1559 |
|
|
0 commit comments