From 9f239467f30e41e392acb3bb861e4f82294db702 Mon Sep 17 00:00:00 2001 From: Mohamed Oun Date: Sat, 7 Oct 2017 12:34:01 +0200 Subject: [PATCH 1/6] Add Don't make Me Think --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b99e1d7..a4deecf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ But knowing the stuff will help you become better! :muscle:* ### Falsehoods - [Awesome Falsehoods](https://github.com/kdeldycke/awesome-falsehood) - 💊 Curated list of falsehoods programmers believe in. + Curated list of falsehoods programmers believe in. Check for things you do not know about Strings, Addresses, Names, Numbers, Emails, Timezones and Dates and more. ### Algorithms @@ -124,6 +124,8 @@ But knowing the stuff will help you become better! :muscle:* - :fire: [Everything you need to know to get the job](https://github.com/kdn251/interviews) - :book: [Tech Interview Handbook](https://github.com/yangshun/tech-interview-handbook) +### UX/Usability +- :book: [Don't Make Me Think: A Common Sense Approach to Web Usability](https://www.goodreads.com/book/show/18197267-don-t-make-me-think-revisited) ### Remote Work - :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) - :zap: [NomadList](https://nomadlist.com/) @@ -147,7 +149,7 @@ But knowing the stuff will help you become better! :muscle:* ### Papers on Programming - :heart: [Papers We Love](https://github.com/papers-we-love/papers-we-love) - :newspaper: [The Morning Paper](https://blog.acolyer.org/) -- 📜 [What Every Programmer Should Know About Memory](http://futuretech.blinkenlights.nl/misc/cpumemory.pdf) +- [What Every Programmer Should Know About Memory](http://futuretech.blinkenlights.nl/misc/cpumemory.pdf) ### Free Books on Programming - :books: [Free Programming Books](https://github.com/EbookFoundation/free-programming-books) From 92b54e79a2984f789fcce8a1cc2032b7550da6dd Mon Sep 17 00:00:00 2001 From: Dang Van Dien Date: Sat, 7 Oct 2017 18:33:14 +0700 Subject: [PATCH 2/6] Add Teach Yourself Programming in Ten Years --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b99e1d7..3b17cfd 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Cracking the Coding Interview: 189 Programming Questions and Solutions](https://www.goodreads.com/book/show/25707092-cracking-the-coding-interview) - :fire: [Everything you need to know to get the job](https://github.com/kdn251/interviews) - :book: [Tech Interview Handbook](https://github.com/yangshun/tech-interview-handbook) +- :page_facing_up: [Teach Yourself Programming in Ten Years](http://norvig.com/21-days.html) + ### Remote Work - :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) From 13e4ef1a71957c0abcabbecad0b0c23a7d31e0ab Mon Sep 17 00:00:00 2001 From: Fernando Guerra Date: Sat, 7 Oct 2017 21:29:52 +0200 Subject: [PATCH 3/6] Fix markdown link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b99e1d7..8bc0bfc 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ But knowing the stuff will help you become better! :muscle:* ### Practices - :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code) -- :book: [Clean Code: A Handbook of Agile Software Craftsmanship] (https://www.goodreads.com/book/show/3735293-clean-code) +- :book: [Clean Code: A Handbook of Agile Software Craftsmanship](https://www.goodreads.com/book/show/3735293-clean-code) - :book: [Test Driven Development: By Example](https://www.goodreads.com/book/show/387190.Test_Driven_Development) - :white_check_mark: [Going To Production Checklist](https://github.com/mr-mig/going-to-production) - :book: [Release It!](https://www.goodreads.com/book/show/1069827.Release_It_) From b17dbb2e709bc8cf0bb97aa926a055afd90869c7 Mon Sep 17 00:00:00 2001 From: Mohamed Oun Date: Mon, 9 Oct 2017 09:30:37 +0200 Subject: [PATCH 4/6] Restore emojis --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4deecf..78a836d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ But knowing the stuff will help you become better! :muscle:* ### Falsehoods - [Awesome Falsehoods](https://github.com/kdeldycke/awesome-falsehood) - Curated list of falsehoods programmers believe in. + 💊 Curated list of falsehoods programmers believe in. Check for things you do not know about Strings, Addresses, Names, Numbers, Emails, Timezones and Dates and more. ### Algorithms @@ -149,7 +149,7 @@ But knowing the stuff will help you become better! :muscle:* ### Papers on Programming - :heart: [Papers We Love](https://github.com/papers-we-love/papers-we-love) - :newspaper: [The Morning Paper](https://blog.acolyer.org/) -- [What Every Programmer Should Know About Memory](http://futuretech.blinkenlights.nl/misc/cpumemory.pdf) +- 📜 [What Every Programmer Should Know About Memory](http://futuretech.blinkenlights.nl/misc/cpumemory.pdf) ### Free Books on Programming - :books: [Free Programming Books](https://github.com/EbookFoundation/free-programming-books) From a124e5aeccca41acbc5e480c2b94519ab4deff00 Mon Sep 17 00:00:00 2001 From: panrein-dev Date: Thu, 12 Oct 2017 14:08:05 +0700 Subject: [PATCH 5/6] add legal --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8bc0bfc..498bbf0 100644 --- a/README.md +++ b/README.md @@ -184,3 +184,6 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Project Euler](https://projecteuler.net/) - :link: [LeetCode](https://leetcode.com/) - :link: [InterviewBit](https://www.interviewbit.com/) + +### Legal +- :link: [Well-explained Software licenses in TLDR version](https://tldrlegal.com/) From a260eb62163018b40e1dc8c0453801dc10db1966 Mon Sep 17 00:00:00 2001 From: panrein-dev Date: Thu, 12 Oct 2017 14:10:46 +0700 Subject: [PATCH 6/6] add tldrlegal into licneses section --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 498bbf0..473cb6d 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ But knowing the stuff will help you become better! :muscle:* ### Licenses - [Choose An Open Source License](https://choosealicense.com/) +- [Well-explained Software licenses in TLDR version](https://tldrlegal.com/) ### Where To Look For Further Info - [freeCodeCamp Guide](https://guide.freecodecamp.org/) @@ -185,5 +186,3 @@ But knowing the stuff will help you become better! :muscle:* - :link: [LeetCode](https://leetcode.com/) - :link: [InterviewBit](https://www.interviewbit.com/) -### Legal -- :link: [Well-explained Software licenses in TLDR version](https://tldrlegal.com/)