From 362b7975a22992f53780fc5bc74b76ded636eb40 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Fri, 18 Nov 2016 13:28:07 +0100 Subject: [PATCH] Add a few stuff, including the Tao of Programming --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e1a88..ddcdc10 100644 --- a/README.md +++ b/README.md @@ -97,10 +97,18 @@ Let's be honest: algo can be a pretty dry topic. [This quora question](https://w * [Mastering Programming](https://www.prod.facebook.com/notes/kent-beck/mastering-programming/1184427814923414#), Kent Beck. * [The traits of a proficient programmer](https://www.oreilly.com/ideas/the-traits-of-a-proficient-programmer) +* [The tao of programming](http://www.mit.edu/~xela/tao.html): a set of parables about programming. + +### Biases + +Biases don't only apply to hiring. For instance, the fundamental attribution bias also applies when criticizing somebody's code written a long time ago, in a totally different context. + +* [Cognitive bias cheat sheet](https://betterhumans.coach.me/cognitive-bias-cheat-sheet-55a472476b18#.6temb6hyg). #hiring ### Career growth * [The Conjoined Triangles of Senior-Level Development](http://frontside.io/blog/2016/07/07/the-conjoined-triangles-of-senior-level-development.html) looks into how to define a senior engineer. +* [ ### Characters sets @@ -204,7 +212,6 @@ Articles * [Technical Interview Megarepo](https://github.com/jdsutton/Technical-Interview-Megarepo): study materials for SE/CS technical interviews * [How to Win the Coding Interview](https://blog.devmastery.com/how-to-win-the-coding-interview-71ae7102d685#.16ph6bp5y) * [The elevator programming game](http://play.elevatorsaga.com/) -* [Cognitive bias cheat sheet](https://betterhumans.coach.me/cognitive-bias-cheat-sheet-55a472476b18#.6temb6hyg) ### Learning