Skip to content

Commit 1eda954

Browse files
committed
Add some articles
1 parent bea51b6 commit 1eda954

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
- [Email](#email)
4545
- [Engineering management](#engineering-management)
4646
- [Exercises](#exercises)
47+
- [Experimentation](#experimentation)
4748
- [Functional programming (FP)](#functional-programming-fp)
4849
- [Hardware](#hardware)
4950
- [HTTP](#http)
@@ -269,6 +270,7 @@ Let's be honest: algorithms can be a pretty dry topic. [This quora question](htt
269270
- [Essential Algorithms](https://www.amazon.com/Essential-Algorithms-Practical-Approach-Computer/dp/1118612108?ie=UTF8&*Version*=1&*entries*=0)
270271
- [Data Structure Visualization](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
271272
- 🎞 [15 Sorting Algorithms in 6 Minutes](https://www.youtube.com/watch?v=kPRA0W1kECg&ab_channel=TimoBingmann)
273+
- [Hashing](https://samwho.dev/hashing/)
272274

273275
Example implementations:
274276

@@ -824,6 +826,10 @@ Practice:
824826
- [Codewars](https://www.codewars.com/)
825827
- [Exercism](https://exercism.org/)
826828

829+
### Experimentation
830+
831+
- [8 annoying A/B testing mistakes every engineer should know](https://posthog.com/blog/ab-testing-mistakes)
832+
827833
### Functional programming (FP)
828834

829835
- [Goodbye, Object Oriented Programming](https://medium.com/@cscalfani/goodbye-object-oriented-programming-a59cda4c0e53#.39ax09e4k)
@@ -1547,6 +1553,7 @@ Microservices/splitting a monolith:
15471553
- 🏙 [Full Stack Fest: Architectural Patterns of Resilient Distributed Systems](https://speakerdeck.com/randommood/full-stack-fest-architectural-patterns-of-resilient-distributed-systems)
15481554
- 🏙 [The 7 quests of resilient software design](https://www.slideshare.net/ufried/the-7-quests-of-resilient-software-design)
15491555
- 🧰 [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))
15501557

15511558
### Site Reliability Engineering (SRE)
15521559

0 commit comments

Comments
 (0)