Add some articles

This commit is contained in:
Charles-Axel Dein 2019-01-14 13:37:52 +01:00
parent 2e311dba94
commit ba060c9241

View File

@ -6,6 +6,7 @@
- [Must read books](#must-read-books) - [Must read books](#must-read-books)
- [Must-read articles](#must-read-articles) - [Must-read articles](#must-read-articles)
- [Other general material and list of resources](#other-general-material-and-list-of-resources) - [Other general material and list of resources](#other-general-material-and-list-of-resources)
- [Courses](#courses)
- [Topics](#topics) - [Topics](#topics)
- [Algorithm and data structures](#algorithm-and-data-structures) - [Algorithm and data structures](#algorithm-and-data-structures)
- [Attitude, habits, mindset](#attitude-habits-mindset) - [Attitude, habits, mindset](#attitude-habits-mindset)
@ -97,6 +98,10 @@ There are some free books available, including:
* [The Imposter's Handbook](https://bigmachine.io/products/the-imposters-handbook) - $30. From the author: "Don't have a CS Degree? Neither do I - That's why I wrote this book." * [The Imposter's Handbook](https://bigmachine.io/products/the-imposters-handbook) - $30. From the author: "Don't have a CS Degree? Neither do I - That's why I wrote this book."
* [mr-mig/every-programmer-should-know: a collection of (mostly) technical things every software developer should know](https://github.com/mr-mig/every-programmer-should-know) * [mr-mig/every-programmer-should-know: a collection of (mostly) technical things every software developer should know](https://github.com/mr-mig/every-programmer-should-know)
### Courses
* [Google Tech Dev Guide](https://techdevguide.withgoogle.com/)
## Topics ## Topics
### Algorithm and data structures ### Algorithm and data structures
@ -300,6 +305,13 @@ Learn how to learn!
* [Tips for learning programming](http://blog.hiphipjorge.com/tips-for-learning-programming/) * [Tips for learning programming](http://blog.hiphipjorge.com/tips-for-learning-programming/)
* [You can increase your intelligence: 5 ways to maximize your cognitive potential](https://blogs.scientificamerican.com/guest-blog/you-can-increase-your-intelligence-5-ways-to-maximize-your-cognitive-potential/): forgive the clickbait title, its actually a good article. * [You can increase your intelligence: 5 ways to maximize your cognitive potential](https://blogs.scientificamerican.com/guest-blog/you-can-increase-your-intelligence-5-ways-to-maximize-your-cognitive-potential/): forgive the clickbait title, its actually a good article.
* [How to ask good questions](https://jvns.ca/blog/good-questions/), Julia Evans. * [How to ask good questions](https://jvns.ca/blog/good-questions/), Julia Evans.
* [Stop Learning Frameworks](https://sizovs.net/2018/12/17/stop-learning-frameworks/)
Richard Feynman's Learning Strategy:
1. Step 1: Continually ask "Why?”
2. Step 2: When you learn something, learn it to where you can explain it to a child.
3. Step 3: Instead of arbitrarily memorizing things, look for the explanation that makes it obvious.
### Problem solving ### Problem solving