|
You are here |
www.chrisritchie.org | ||
| | | | |
www.hackerschool.com
|
|
| | | | | I was talking with a friend about my plan to sit in my room for three months and read Cracking the Coding Interview, and he told me about the Recurse Center. It seemed so curiosity driven; a perfect synergy of what I needed professionally and spiritually at the time. | |
| | | | |
techcrunch.com
|
|
| | | | | It's time to get completely off RSS and switch to Twitter. RSS just doesn't cut it anymore. The River of News has become the East River of news, which | |
| | | | |
blog.pragmaticengineer.com
|
|
| | | | | This is a collection of software engineering and engineering management books that I have read and would recommend to others. See also my list of 100 tech book recommendations for software engineers, EMs and PMs. Note that none of the below links are affiliate links or sponsored. See my ethics | |
| | | | |
yieldcode.blog
|
|
| | | Take a good look at the following function and try to understand what it's doing. function do_magic(a, b) { return a + b; } | ||