🧵 Top posts of the month from The Coder Cafe.
1
1
0
175
0
#9: Unit Tests As Documentation We discuss how unit tests can serve as living documentation as it accurately reflects the behavior of our code. thecoder.cafe/p/unit-tests-a…
#11: Concurrency vs. Parallelism We delve into the differences between concurrency and parallelism and one can enable the other. thecoder.cafe/p/concurrency-…