From cea8e78f3d816bc39b49f9db8d521cf99ca1b75d Mon Sep 17 00:00:00 2001 From: coffman21 Date: Sat, 16 Sep 2017 20:25:10 +0300 Subject: [PATCH 01/80] update Coding Practice Sites --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88022d2..e4d25c8 100644 --- a/README.md +++ b/README.md @@ -159,3 +159,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Spoj](https://spoj.com/) - :link: [HackerEarth](https://hackerearth.com/) - :link: [TopCoder](https://www.topcoder.com/) +- :link: [Codewars](http://codewars.com/) From 580ff205f2f030a3a35091519e894de0d844b64e Mon Sep 17 00:00:00 2001 From: Guilhermeslucas Date: Sun, 17 Sep 2017 16:18:26 -0300 Subject: [PATCH 02/80] adding some data structures implementation resources --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88022d2..4e723f5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ But knowing the stuff will help you become better! :muscle:* ### Data Structures - :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd) +- [Foundations of Data Structures - EDX](https://www.edx.org/course/foundations-data-structures-iitbombayx-cs213-1x-0#!) +- [Data Structures - Coursera](https://www.coursera.org/learn/data-structures) ### Numbers - :book: [How to Count](https://www.goodreads.com/book/show/12093869-how-to-count) From c62faaffd0824a76b4413787f9bc699a813c91d9 Mon Sep 17 00:00:00 2001 From: Roman Kukharuk Date: Sun, 17 Sep 2017 18:42:20 -0700 Subject: [PATCH 03/80] Exercism edded in Practice Sites section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88022d2..df42dd3 100644 --- a/README.md +++ b/README.md @@ -159,3 +159,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Spoj](https://spoj.com/) - :link: [HackerEarth](https://hackerearth.com/) - :link: [TopCoder](https://www.topcoder.com/) +- :link: [Exercism](https://www.http://exercism.io/) From d5187c2e5a6f086fe5f2e138164553b961fb6ea4 Mon Sep 17 00:00:00 2001 From: Roman Kukharuk Date: Sun, 17 Sep 2017 18:48:42 -0700 Subject: [PATCH 04/80] Small style fix --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab9158f..6dd3230 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,14 +21,14 @@ We :heart: essential stuff.
This is why we strive to having less, but most valuable resources in the list.

-
We :heart: widely applicable knowledge/skills.

+

We :heart: widely applicable knowledge/skills.

The world is not static. Everything changes.
This is why we prioritize strategically valuable skills/knowledge.
This is why there are so many philosophical resources in that list.

-
We do not add to stress/hype level :zap:

+

We do not add to stress/hype level :zap:

There are enough stress sources in everybody's lifes.
We strive to be helpful without adding to the stress and creating hype.
From 123d73f17222fea31c0477dbd6282275a3ee4725 Mon Sep 17 00:00:00 2001 From: Matias Verdier Date: Mon, 18 Sep 2017 11:04:09 -0300 Subject: [PATCH 05/80] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63d267b..b9b9f97 100644 --- a/README.md +++ b/README.md @@ -159,3 +159,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Spoj](https://spoj.com/) - :link: [HackerEarth](https://hackerearth.com/) - :link: [TopCoder](https://www.topcoder.com/) +- :link: [CodeFights](https://codefights.com/) From b57c31f762f38bbe49ddd1a5a62760d28a8f9cd1 Mon Sep 17 00:00:00 2001 From: Roman Kukharuk Date: Mon, 18 Sep 2017 07:08:55 -0700 Subject: [PATCH 06/80] Link updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df42dd3..fe8fac4 100644 --- a/README.md +++ b/README.md @@ -159,4 +159,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Spoj](https://spoj.com/) - :link: [HackerEarth](https://hackerearth.com/) - :link: [TopCoder](https://www.topcoder.com/) -- :link: [Exercism](https://www.http://exercism.io/) +- :link: [Exercism](http://www.exercism.io/) From 4ebfcf1c54b4e5cc1fde379220ebfe86de2342f8 Mon Sep 17 00:00:00 2001 From: Ahmad Alhour Date: Mon, 18 Sep 2017 17:47:49 +0200 Subject: [PATCH 07/80] Add the "Systems Design: A Primer" repository. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63d267b..63d5050 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ But knowing the stuff will help you become better! :muscle:* - :movie_camera: [CQRS and Event Sourcing](https://www.youtube.com/watch?v=JHGkaShoyNs) - :book: [Practical Object Oriented Design in Ruby](http://www.poodr.com/) - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) +- [System Design: A Primer](https://github.com/donnemartin/system-design-primer) ### Practices - :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code) From 4d5e3e347bf5a0aa0867cdddedc96ff17940479e Mon Sep 17 00:00:00 2001 From: Emil Mikulic Date: Tue, 19 Sep 2017 16:55:12 +1000 Subject: [PATCH 08/80] Remove unnecessary ?v=1 from URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63d267b..9c23c38 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Latency Numbers Every Programmer Should Know](https://gist.github.com/jboner/2841832) ### Time -- :page_facing_up: [Some notes about time](https://unix4lyfe.org/time/?v=1) +- :page_facing_up: [Some notes about time](https://unix4lyfe.org/time/) ### Memory - :page_facing_up: [What every Programmer should know about memory](http://lwn.net/Articles/250967/) From 28d04c439afad04380138d0d887889342271b2af Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Tue, 19 Sep 2017 14:39:57 +0200 Subject: [PATCH 09/80] Added CodeWars --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0fc59c..8b9786c 100644 --- a/README.md +++ b/README.md @@ -161,3 +161,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [TopCoder](https://www.topcoder.com/) - :link: [Exercism](http://www.exercism.io/) - :link: [CodeFights](https://codefights.com/) +- :link: [CodeWars](https://www.codewars.com/) From 35f9ab61a32cac6b78bb4d0d2c0773eaf9b3fb93 Mon Sep 17 00:00:00 2001 From: Eshan Date: Tue, 19 Sep 2017 16:03:55 -0400 Subject: [PATCH 10/80] add project euler website with lots of problems of varying difficulty that take a numerical answer instead of being evaluated by an online judge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63d267b..f73a096 100644 --- a/README.md +++ b/README.md @@ -159,3 +159,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Spoj](https://spoj.com/) - :link: [HackerEarth](https://hackerearth.com/) - :link: [TopCoder](https://www.topcoder.com/) +- :link: [Project Euler](https://projecteuler.net/) From ac864b6bd16997ce6b2335fc1781db1e24e5de5d Mon Sep 17 00:00:00 2001 From: Ilya Ismagilov Date: Fri, 22 Sep 2017 18:06:03 +0700 Subject: [PATCH 11/80] =?UTF-8?q?Add=20LeetCode=20into=20coding=20practi?= =?UTF-8?q?=D1=81e=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a006e6..5f4ec65 100644 --- a/README.md +++ b/README.md @@ -166,3 +166,5 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Exercism](http://www.exercism.io/) - :link: [CodeFights](https://codefights.com/) - :link: [Project Euler](https://projecteuler.net/) +- :link: [LeetCode](https://leetcode.com/) + From ebd85f3cd2aef8768ba2c436cea7156e891a23fb Mon Sep 17 00:00:00 2001 From: Ilya Ismagilov Date: Fri, 22 Sep 2017 18:55:55 +0700 Subject: [PATCH 12/80] Add InterviewBit into Practice Section (on master branch) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a006e6..8f0d999 100644 --- a/README.md +++ b/README.md @@ -166,3 +166,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Exercism](http://www.exercism.io/) - :link: [CodeFights](https://codefights.com/) - :link: [Project Euler](https://projecteuler.net/) +- :link: [InterviewBit](https://www.interviewbit.com/) From c164c4b69fcc2e0f1d20ab8944430952d9e87b28 Mon Sep 17 00:00:00 2001 From: Ilya Ismagilov Date: Fri, 22 Sep 2017 21:15:23 +0700 Subject: [PATCH 13/80] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a006e6..339329c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ But knowing the stuff will help you become better! :muscle:* - [Big O Cheatsheet](http://bigocheatsheet.com/) - :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio) - [Sorting Algorithms](https://visualgo.net/en/sorting) +- [Algorithms Visualization](http://www.cs.usfca.edu/~galles/visualization/Algorithms.html) ### Data Structures - :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd) From bf1261eee4b0062d5b9bbeefded88949f18e9c14 Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Sat, 23 Sep 2017 12:32:06 +0200 Subject: [PATCH 14/80] Added freeCodeCamp guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a006e6..d2a8043 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ But knowing the stuff will help you become better! :muscle:* - [Simpleicons](https://simpleicons.org/) - [Learn Anything](https://learn-anything.xyz/) ### Where To Look For Further Info +- [freeCodeCamp Guide](https://guide.freecodecamp.org/) - [GeeksForGeeks](http://www.geeksforgeeks.org/) - [Dev.To](https://dev.to/) - [Stackoverflow](https://stackoverflow.com/) From 19e062f1f8e0bc02c126ee55c9301ca03e5cd345 Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Sat, 23 Sep 2017 12:39:33 +0200 Subject: [PATCH 15/80] Removed Sorting Algorithms in sake of Algorithms Visualisations --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e5693f..abfbf9d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ But knowing the stuff will help you become better! :muscle:* ### Algorithms - [Big O Cheatsheet](http://bigocheatsheet.com/) - :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio) -- [Sorting Algorithms](https://visualgo.net/en/sorting) - [Algorithms Visualization](http://www.cs.usfca.edu/~galles/visualization/Algorithms.html) ### Data Structures @@ -150,11 +149,13 @@ But knowing the stuff will help you become better! :muscle:* - [Without Coding](https://www.producthunt.com/@jurica87/collections/without-coding) - [Simpleicons](https://simpleicons.org/) - [Learn Anything](https://learn-anything.xyz/) + ### Where To Look For Further Info - [freeCodeCamp Guide](https://guide.freecodecamp.org/) - [GeeksForGeeks](http://www.geeksforgeeks.org/) - [Dev.To](https://dev.to/) - [Stackoverflow](https://stackoverflow.com/) + ### Coding Practice Sites :zap: - :link: [CodeForces](http://codeforces.com/) - :link: [CodeChef](https://www.codechef.com) From 443e84e8809c3f5d3e530050572b77b72a432b83 Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Sat, 23 Sep 2017 16:21:29 +0200 Subject: [PATCH 16/80] Added Remote Work List and NomadList --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index abfbf9d..ff8f4c4 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,10 @@ 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) +### Remote Work +- :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) +- :zap: [NomadList](https://nomadlist.com/) + ### Engineering Philosophy - :movie_camera: [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy) - :page_facing_up: [Speed In Software Development](https://www.targetprocess.com/articles/speed-in-software-development/) From c330e77e9e06e5ad270bc664bcf2ca3125a3cbaa Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Sat, 23 Sep 2017 16:23:43 +0200 Subject: [PATCH 17/80] Added The Ultimate Guide to Remote Work --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff8f4c4..8d3c555 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ But knowing the stuff will help you become better! :muscle:* ### Remote Work - :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) - :zap: [NomadList](https://nomadlist.com/) +- :book: [The Ultimate Guide to Remote Work](https://zapier.com/learn/remote-work/) ### Engineering Philosophy - :movie_camera: [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy) From 88199c8935cc4eb43d7bb4071382fe43fcb85d72 Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Sun, 24 Sep 2017 14:02:30 +0200 Subject: [PATCH 18/80] Added Web Application Exploits and Defenses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d3c555..dea12e6 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Rolling Your Own Crypto](http://loup-vaillant.fr/articles/rolling-your-own-crypto) - :book: [Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security) - [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project) +- [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1) ### SEO - :page_facing_up: [What Every Programmer Should Know About SEO](http://katemats.com/what-every-programmer-should-know-about-seo/) From 542aef70ee670646ab2a69245c5928a1a9c8fb79 Mon Sep 17 00:00:00 2001 From: Pieter Heijman Date: Mon, 25 Sep 2017 08:50:34 +0200 Subject: [PATCH 19/80] Slight typo in CONTRIBUTING.md Fix for two small typos --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6dd3230..466f96d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Our goal is to have a **comprehensible** list of most valuable things any progra ## Contributing -You contributions to this repo is always welcome! +Your contributions to this repo are always welcome! Bear in mind, that this repo is *highly opinionated* and *curated*. Your opinion on value of any resource may not match the opinion of curator. From 7014e67920c178440a5a3378c04a4cf80fbbabfe Mon Sep 17 00:00:00 2001 From: Jim-Lin Date: Mon, 25 Sep 2017 20:45:55 +0800 Subject: [PATCH 20/80] Add Awesome Remote Job --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dea12e6..f9140f5 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ But knowing the stuff will help you become better! :muscle:* - :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) - :zap: [NomadList](https://nomadlist.com/) - :book: [The Ultimate Guide to Remote Work](https://zapier.com/learn/remote-work/) +- :house: [Awesome Remote Job](https://github.com/lukasz-madon/awesome-remote-job) ### Engineering Philosophy - :movie_camera: [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy) From f72fdc5904f4a492f16d1d102da62f3768f20f1c Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Tue, 26 Sep 2017 12:20:53 +0800 Subject: [PATCH 21/80] Add Tech Interview Handbook --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dea12e6..82dc991 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Equity 101 for Startup Employees](https://blog.esharesinc.com/equity-101-stock-option-basics/) - :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) ### Remote Work - :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) From 7637e08b0fcd300dbd33f68d4706210fac67cb2f Mon Sep 17 00:00:00 2001 From: James Luo Date: Thu, 28 Sep 2017 00:03:43 -0700 Subject: [PATCH 22/80] proof theory book for discrete math This book is teaches the basics of organizing data and sets. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dea12e6..e8bd2e0 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ But knowing the stuff will help you become better! :muscle:* - :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd) - [Foundations of Data Structures - EDX](https://www.edx.org/course/foundations-data-structures-iitbombayx-cs213-1x-0#!) - [Data Structures - Coursera](https://www.coursera.org/learn/data-structures) +- [Mathematics for Computer Science - Eric Lehman](https://courses.csail.mit.edu/6.042/spring17/mcs.pdf) ### Numbers - :book: [How to Count](https://www.goodreads.com/book/show/12093869-how-to-count) From 80426414135efce4d862d38ac2893d3c061cce12 Mon Sep 17 00:00:00 2001 From: Guilhermeslucas Date: Sun, 1 Oct 2017 13:55:07 -0300 Subject: [PATCH 23/80] adding some problem solving resources --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4e723f5..191cabb 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,13 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [The mythical 10x programmer](http://antirez.com/news/112) - :page_facing_up: [The Debugging Mindset](http://queue.acm.org/detail.cfm?id=3068754) +### Problem Solving +- :book: [The Art and Craft of Problem Solving](https://www.goodreads.com/book/show/593458.The_Art_and_Craft_of_Problem_Solving) +- :book: [How to Solve It: A New Aspect of Mathematical Method](https://www.goodreads.com/book/show/192221.How_to_Solve_It) +- :book: [To Mock a Mockingbird](https://www.amazon.com/Mock-Mockingbird-Raymond-Smullyan/dp/0192801422?SubscriptionId=AKIAILSHYYTFIVPWUY6Q&tag=duckduckgo-d-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=0192801422) +- :book: [Conceptual Blockbusting: A Guide to Better Ideas](https://www.amazon.com/Conceptual-Blockbusting-Guide-Better-Ideas/dp/0738205370) +- [Joy of Problem Solving](http://brilliant.org/courses/joy-problem-solving/) + ### Soft Skills - :book: [Difficult Conversations](https://www.goodreads.com/book/show/774088.Difficult_Conversations) - :book: [Crucial Conversations](https://www.goodreads.com/book/show/15014.Crucial_Conversations) From f59b3e685cd2b3b05179b5e5e53e635df1ee543b Mon Sep 17 00:00:00 2001 From: Guilhermeslucas Date: Tue, 3 Oct 2017 16:06:57 -0300 Subject: [PATCH 24/80] choosing the two best books --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 191cabb..b087b29 100644 --- a/README.md +++ b/README.md @@ -131,9 +131,6 @@ But knowing the stuff will help you become better! :muscle:* ### Problem Solving - :book: [The Art and Craft of Problem Solving](https://www.goodreads.com/book/show/593458.The_Art_and_Craft_of_Problem_Solving) - :book: [How to Solve It: A New Aspect of Mathematical Method](https://www.goodreads.com/book/show/192221.How_to_Solve_It) -- :book: [To Mock a Mockingbird](https://www.amazon.com/Mock-Mockingbird-Raymond-Smullyan/dp/0192801422?SubscriptionId=AKIAILSHYYTFIVPWUY6Q&tag=duckduckgo-d-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=0192801422) -- :book: [Conceptual Blockbusting: A Guide to Better Ideas](https://www.amazon.com/Conceptual-Blockbusting-Guide-Better-Ideas/dp/0738205370) -- [Joy of Problem Solving](http://brilliant.org/courses/joy-problem-solving/) ### Soft Skills - :book: [Difficult Conversations](https://www.goodreads.com/book/show/774088.Difficult_Conversations) From 70a2008b9785c66b29a9550888556a6579358719 Mon Sep 17 00:00:00 2001 From: Po Chen Date: Thu, 5 Oct 2017 15:16:46 +1100 Subject: [PATCH 25/80] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac04cb3..a6987a4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ But knowing the stuff will help you become better! :muscle:* ### RegExp - [RegexHQ](https://github.com/regexhq) -- [Learn regex the easy way](https://github.com/zeeshanu/learn-regex.git) +- [Learn regex the easy way](https://github.com/zeeshanu/learn-regex) ### Security - :book: [Security Programming](https://www.dwheeler.com/secure-programs/) From f2147e0f814b9853e7f4d998e0e87097bfc4b397 Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Thu, 5 Oct 2017 13:16:43 +0300 Subject: [PATCH 26/80] Added "Choose An Open Source License" --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a6987a4..e622408 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,9 @@ But knowing the stuff will help you become better! :muscle:* - [Simpleicons](https://simpleicons.org/) - [Learn Anything](https://learn-anything.xyz/) +### Licenses +- [Choose An Open Source License](https://choosealicense.com/) + ### Where To Look For Further Info - [freeCodeCamp Guide](https://guide.freecodecamp.org/) - [GeeksForGeeks](http://www.geeksforgeeks.org/) From 712b4fa295ea981a58773a5590b4a9c0255f4132 Mon Sep 17 00:00:00 2001 From: Bruno Ferreira Date: Fri, 6 Oct 2017 10:14:43 +0100 Subject: [PATCH 27/80] Historical Paper by Dijkstra Amazing paper written by Dijkstra, in 1968, where he justifies why goto statements are harmful and should be avoided in the future. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e622408..c9d8505 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ But knowing the stuff will help you become better! :muscle:* - :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) +- πŸ“œ [Go To Statement Considered Harmful](https://homepages.cwi.nl/~storm/teaching/reader/Dijkstra68.pdf) ### Free Books on Programming - :books: [Free Programming Books](https://github.com/EbookFoundation/free-programming-books) From 3f46bb2397185209ce4192049afc36f8510d4e13 Mon Sep 17 00:00:00 2001 From: Bruno Ferreira Date: Fri, 6 Oct 2017 12:22:32 +0100 Subject: [PATCH 28/80] Added the book Clean Code The book "Clean Code: A Handbook of Agile Software Craftsmanship", by Robert C. Martin is a must read for every software developer. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e622408..b99e1d7 100644 --- a/README.md +++ b/README.md @@ -91,6 +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: [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 9f239467f30e41e392acb3bb861e4f82294db702 Mon Sep 17 00:00:00 2001 From: Mohamed Oun Date: Sat, 7 Oct 2017 12:34:01 +0200 Subject: [PATCH 29/80] 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 30/80] 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 31/80] 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 32/80] 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 689720644671d54eaf6a38e0a447464b41e38ac7 Mon Sep 17 00:00:00 2001 From: Bob Kim Date: Wed, 11 Oct 2017 22:04:36 +0000 Subject: [PATCH 33/80] Add ASCII and UTF-8 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8bc0bfc..2f0ecec 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Unicode and Character Sets](http://www.joelonsoftware.com/articles/Unicode.html) - [Homoglyphs](https://github.com/codebox/homoglyph/) - [Unicode Common Locale Data Repository](http://cldr.unicode.org/) +- :movie_camera: [ASCII](https://www.youtube.com/watch?v=B1Sf1IhA0j4) +- :movie_camera: [UTF-8](https://www.youtube.com/watch?v=vLBtrd9Ar28) ### Latency - [Interactive Latency Infographics](https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html) From a124e5aeccca41acbc5e480c2b94519ab4deff00 Mon Sep 17 00:00:00 2001 From: panrein-dev Date: Thu, 12 Oct 2017 14:08:05 +0700 Subject: [PATCH 34/80] 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 35/80] 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/) From e85d76910655385d4a2353d7847c2370923ede6d Mon Sep 17 00:00:00 2001 From: Xiaolu Li Date: Fri, 13 Oct 2017 22:05:20 -0700 Subject: [PATCH 36/80] add future-of-programming video --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e92a285..a61bcac 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [The Ten Rules of a Zen Programmer](https://www.zenprogrammer.org/en/10-rules-of-a-zen-programmer.html) - :page_facing_up: [The mythical 10x programmer](http://antirez.com/news/112) - :page_facing_up: [The Debugging Mindset](http://queue.acm.org/detail.cfm?id=3068754) +- :movie_camera: [The Future of Programming](http://worrydream.com/dbx/) ### Soft Skills - :book: [Difficult Conversations](https://www.goodreads.com/book/show/774088.Difficult_Conversations) From c1c7fadfa578fc152ae128f801724717bd183940 Mon Sep 17 00:00:00 2001 From: Xiaolu Li Date: Fri, 13 Oct 2017 22:06:47 -0700 Subject: [PATCH 37/80] add inventing-on-principle video --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e92a285..4dcf107 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ But knowing the stuff will help you become better! :muscle:* ### 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) +- :movie_camera: [Inventing on Principle](https://vimeo.com/36579366) + ### Remote Work - :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) - :zap: [NomadList](https://nomadlist.com/) From b43cdb62c623234a97be9edf093a340b40b03054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 16 Oct 2017 10:56:06 +0300 Subject: [PATCH 38/80] fix spelling error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e92a285..62baff6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ U don't like it? [Watch the doggo](https://twitter.com/RespectfulMemes/status/90 *P.S. You [don't need to know](https://xkcd.com/1050/) all of that by heart to be a programmer. But knowing the stuff will help you become better! :muscle:* -*P.P.S. [Contributions](CONTRIBUTING.md) are welcomed!* +*P.P.S. [Contributions](CONTRIBUTING.md) are welcome!* ---- From 9b05c866c2528ba431077ddf4ced6c3a0b79551b Mon Sep 17 00:00:00 2001 From: Diogo Felix Date: Tue, 17 Oct 2017 20:44:02 -0200 Subject: [PATCH 39/80] Add Cryptographic Right Answers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e92a285..dd72e04 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ But knowing the stuff will help you become better! :muscle:* ### Security - :book: [Security Programming](https://www.dwheeler.com/secure-programs/) - :page_facing_up: [Rolling Your Own Crypto](http://loup-vaillant.fr/articles/rolling-your-own-crypto) +- :page_facing_up: [Cryptographic Right Answers](https://gist.github.com/tqbf/be58d2d39690c3b366ad) - :book: [Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security) - [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project) - [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1) From 7a85cbb873231aa845792994a00f685dbf112cec Mon Sep 17 00:00:00 2001 From: Diogo Felix Date: Tue, 17 Oct 2017 20:45:01 -0200 Subject: [PATCH 40/80] An Open Letter to Developers About Crypto --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd72e04..43b75d8 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Security Programming](https://www.dwheeler.com/secure-programs/) - :page_facing_up: [Rolling Your Own Crypto](http://loup-vaillant.fr/articles/rolling-your-own-crypto) - :page_facing_up: [Cryptographic Right Answers](https://gist.github.com/tqbf/be58d2d39690c3b366ad) +- :page_facing_up: [An Open Letter to Developers Everywhere (About Cryptography)](https://gist.github.com/paragonie-scott/e9319254c8ecbad4f227) - :book: [Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security) - [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project) - [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1) From 8e5bac60d081d172f7834bcf6f91287a9f4e6c9f Mon Sep 17 00:00:00 2001 From: Ivan Mir Date: Thu, 19 Oct 2017 12:29:37 -0300 Subject: [PATCH 41/80] Add What you should know as a founder of a software company Hi! This is a guide for the developers who want to start their own business. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e92a285..9c5109f 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ 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) - :page_facing_up: [Teach Yourself Programming in Ten Years](http://norvig.com/21-days.html) +- :page_facing_up: [What you should know as a founder of a software company](https://qotoqot.com/blog/founder-skills/) ### UX/Usability From 18808528d0b8cb20fc11ef534f8db660ceaf4bed Mon Sep 17 00:00:00 2001 From: JerryShen Date: Fri, 20 Oct 2017 16:44:01 +0800 Subject: [PATCH 42/80] Add `repl.it` to `Services` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e92a285..88809e1 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ But knowing the stuff will help you become better! :muscle:* - [Without Coding](https://www.producthunt.com/@jurica87/collections/without-coding) - [Simpleicons](https://simpleicons.org/) - [Learn Anything](https://learn-anything.xyz/) +- [repl.it](https://repl.it/) ### Licenses - [Choose An Open Source License](https://choosealicense.com/) From fff14eb47eff6a7319ae6f1b56db8743c0ca2785 Mon Sep 17 00:00:00 2001 From: Adin Kwok Date: Fri, 20 Oct 2017 22:02:22 -0700 Subject: [PATCH 43/80] Add "Open Source" section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e92a285..b99718b 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,9 @@ But knowing the stuff will help you become better! :muscle:* ### 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) + +### Open Source + ### Remote Work - :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) - :zap: [NomadList](https://nomadlist.com/) From b0f99ab61ec76d4e8bf4e85c6144a03d1a4e406d Mon Sep 17 00:00:00 2001 From: Adin Kwok Date: Fri, 20 Oct 2017 22:02:58 -0700 Subject: [PATCH 44/80] Add "An Intro to Git and GitHub for Beginners" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b99718b..27517d6 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ But knowing the stuff will help you become better! :muscle:* - :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) ### Open Source +- :globe_with_meridians: [An Intro to Git and GitHub for Beginners](http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) ### Remote Work - :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) From 1cf328ba7042ac0aec419a920e032788d8af0818 Mon Sep 17 00:00:00 2001 From: Saundra Date: Mon, 23 Oct 2017 20:39:26 -0500 Subject: [PATCH 45/80] Stackoverflow -> Stack Overflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e92a285..2305913 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ But knowing the stuff will help you become better! :muscle:* - [freeCodeCamp Guide](https://guide.freecodecamp.org/) - [GeeksForGeeks](http://www.geeksforgeeks.org/) - [Dev.To](https://dev.to/) -- [Stackoverflow](https://stackoverflow.com/) +- [Stack Overflow](https://stackoverflow.com/) ### Coding Practice Sites :zap: - :link: [CodeForces](http://codeforces.com/) From 8d1200a3b3ac5d3060a1f83f3e2f9ceb3e8b991a Mon Sep 17 00:00:00 2001 From: Mr_Mig Date: Wed, 25 Oct 2017 20:15:44 +0200 Subject: [PATCH 46/80] Added CC-BY-4.0 License --- LICENSE | 397 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 397 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e5b9e22 --- /dev/null +++ b/LICENSE @@ -0,0 +1,397 @@ +Copyright (c) 2017 Alexey Migutsky (https://github.com/mr-mig) + +Attribution 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution 4.0 International Public License ("Public License"). To the +extent this Public License may be interpreted as a contract, You are +granted the Licensed Rights in consideration of Your acceptance of +these terms and conditions, and the Licensor grants You such rights in +consideration of benefits the Licensor receives from making the +Licensed Material available under these terms and conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + d. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + g. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + i. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + j. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + k. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's + License You apply must not prevent recipients of the Adapted + Material from complying with this Public License. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the β€œLicensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. \ No newline at end of file From b809d66bc93f073ab265602d8a58691ca1d5a482 Mon Sep 17 00:00:00 2001 From: Bob Kim Date: Thu, 26 Oct 2017 05:29:59 +0000 Subject: [PATCH 47/80] Add how-javascript-works --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2322c1..7e1d4db 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,8 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Practical Object Oriented Design in Ruby](http://www.poodr.com/) - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) - [System Design: A Primer](https://github.com/donnemartin/system-design-primer) - +- :link: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5), [5](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec) + ### 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) From 0718c28d17631bca04629a1b8e38c0164ccc838b Mon Sep 17 00:00:00 2001 From: Bob Kim Date: Thu, 26 Oct 2017 05:36:01 +0000 Subject: [PATCH 48/80] Add how-javascript-works with video --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e1d4db..095dd79 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,8 @@ But knowing the stuff will help you become better! :muscle:* - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) - [System Design: A Primer](https://github.com/donnemartin/system-design-primer) - :link: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5), [5](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec) - +- :movie_camera: [How JavaScript works(video version)](https://www.youtube.com/watch?v=8aGhZQkoFbQ) + ### 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) From 3f5d6136bc157c38ebaac00e5ae031d709cd0da9 Mon Sep 17 00:00:00 2001 From: Bob Kim Date: Fri, 27 Oct 2017 07:08:57 +0000 Subject: [PATCH 49/80] Remove item 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 095dd79..2de6832 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Practical Object Oriented Design in Ruby](http://www.poodr.com/) - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) - [System Design: A Primer](https://github.com/donnemartin/system-design-primer) -- :link: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5), [5](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec) +- :link: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5) - :movie_camera: [How JavaScript works(video version)](https://www.youtube.com/watch?v=8aGhZQkoFbQ) ### Practices From f1619572338a055134117fdddd68e483f8fae8b1 Mon Sep 17 00:00:00 2001 From: Bob Kim Date: Sat, 28 Oct 2017 14:42:33 +0000 Subject: [PATCH 50/80] Fix a emoji --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de6832..be847aa 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Practical Object Oriented Design in Ruby](http://www.poodr.com/) - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) - [System Design: A Primer](https://github.com/donnemartin/system-design-primer) -- :link: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5) +- :page_facing_up: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5) - :movie_camera: [How JavaScript works(video version)](https://www.youtube.com/watch?v=8aGhZQkoFbQ) ### Practices From 89baf90ad146ea83cefb80c330e825670f271635 Mon Sep 17 00:00:00 2001 From: Xiaolu Li Date: Mon, 30 Oct 2017 22:41:12 -0700 Subject: [PATCH 51/80] add lintcode.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e92a285..9a45136 100644 --- a/README.md +++ b/README.md @@ -189,4 +189,5 @@ 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/) +- :link: [LintCode](https://www.lintcode.com/) From 6165bb4159af46e706dbda34be97c7ddfc987343 Mon Sep 17 00:00:00 2001 From: Setily Date: Wed, 1 Nov 2017 21:11:21 +0100 Subject: [PATCH 52/80] Add Coding Practice Site CodeCombat --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2322c1..8516225 100644 --- a/README.md +++ b/README.md @@ -202,4 +202,5 @@ 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/) +- :link: [CodeCombat](https://codecombat.com/) From 6645354a1c4503ecc79906aa797a5b9394edc507 Mon Sep 17 00:00:00 2001 From: Phelps Date: Thu, 2 Nov 2017 22:16:39 -0200 Subject: [PATCH 53/80] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2322c1..701a532 100644 --- a/README.md +++ b/README.md @@ -202,4 +202,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/) +- :link: [uCoder](ucoder.com.br) +- :link: [The URI Online Judge](www.urionlinejudge.com.br) From 455c7d3a860d06166145bef95a134d5aafcd2aea Mon Sep 17 00:00:00 2001 From: bob Date: Sat, 11 Nov 2017 08:05:09 +0900 Subject: [PATCH 54/80] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index be847aa..8baaa33 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ But knowing the stuff will help you become better! :muscle:* - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) - [System Design: A Primer](https://github.com/donnemartin/system-design-primer) - :page_facing_up: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5) -- :movie_camera: [How JavaScript works(video version)](https://www.youtube.com/watch?v=8aGhZQkoFbQ) ### Practices - :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code) From 99f0ceb070ea48003b0e19fb95fd4c8bc0a4bacd Mon Sep 17 00:00:00 2001 From: Shailesh Pandey Date: Tue, 14 Nov 2017 15:50:23 +0530 Subject: [PATCH 55/80] Add new website to look for more information --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2322c1..1e3324b 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ But knowing the stuff will help you become better! :muscle:* - [GeeksForGeeks](http://www.geeksforgeeks.org/) - [Dev.To](https://dev.to/) - [Stack Overflow](https://stackoverflow.com/) +- [Dzone](https://dzone.com/) ### Coding Practice Sites :zap: - :link: [CodeForces](http://codeforces.com/) From 0701ee6b81a20d4978792daee4c75208921574c5 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 6 Dec 2017 08:26:54 -0700 Subject: [PATCH 56/80] Update wording in CONTRIBUTING.md, closes #93 --- CONTRIBUTING.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 466f96d..82d0485 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,12 +1,12 @@ ## The Goal -Our goal is not to have the biggest list of stuff. +Our goal is not to have the biggest list of stuff. Our goal is to have a **comprehensible** list of most valuable things any programmer should know about. ## Contributing -Your contributions to this repo are always welcome! -Bear in mind, that this repo is *highly opinionated* and *curated*. -Your opinion on value of any resource may not match the opinion of curator. +Your contributions to this repo are always welcome! +Bear in mind, that this repo is *highly opinionated* and *curated*. +Your opinion on value of any resource may not match the opinion of curator. **No PR will be discarded without explanations!** @@ -18,7 +18,7 @@ Your opinion on value of any resource may not match the opinion of curator. We :heart: simplicity.
We :heart: essential stuff.
-This is why we strive to having less, but most valuable resources in the list. +We strive to have a smaller list of more valuable resources, quality over quantity.

We :heart: widely applicable knowledge/skills.

@@ -47,25 +47,25 @@ This is why resources on soft skills are an essential part of that list.

Do not add things you have not evaluated personally!

-Use your critical thinking to filter out non-essential stuff. -Give honest arguments for why the resource should be included. -Have you read this book? -Can you give a short article? +Use your critical thinking to filter out non-essential stuff. +Give honest arguments for why the resource should be included. +Have you read this book? +Can you give a short article?

Use reasoning based on our values.

-Before adding any resource, answer this questions to yourself: -- Will it make every programmer a better human being? -- Will it change the quality of programmer's work? -- Will it change the quality of programmer's life? +Before adding any resource, answer this questions to yourself: +- Will it make every programmer a better human being? +- Will it change the quality of programmer's work? +- Will it change the quality of programmer's life? - Would you personally recommend this resource to your friend, starting on software development career?

One item per Pull Request.

-There may be a discussion related to an item you want to add. +There may be a discussion related to an item you want to add. Adding just a single item per pull request makes it much easier for everyone involved.

@@ -76,11 +76,11 @@ It is just easier to discuss and decide on a resource within a Pull Request.
Use consistent set of resource type emoji

-πŸŽ₯ - Video/Talk -πŸ“– - Book -πŸ“„ - Online article -πŸ“œ - Paper/Document -βœ… - Checklist +πŸŽ₯ - Video/Talk +πŸ“– - Book +πŸ“„ - Online article +πŸ“œ - Paper/Document +βœ… - Checklist

From a8e8e5c95815740f9c2da0c4cf7c79076f3b048b Mon Sep 17 00:00:00 2001 From: Luan Kevin Ferreira Date: Sat, 13 Jan 2018 21:36:03 -0200 Subject: [PATCH 57/80] Added Coderbyte link. Coderbyte is a great site of code challenges. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2322c1..43aaca3 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ But knowing the stuff will help you become better! :muscle:* ### Coding Practice Sites :zap: - :link: [CodeForces](http://codeforces.com/) - :link: [CodeChef](https://www.codechef.com) +- :link: [Coderbyte](https://coderbyte.com/) - :link: [CodinGame](https://www.codingame.com/) - :link: [Cs Academy](https://csacademy.com/) - :link: [HackerRank](https://hackerrank.com/) From e0883e4291af9bb4661e435cf973127dcc17b0fb Mon Sep 17 00:00:00 2001 From: Brett Hardin Date: Tue, 16 Jan 2018 14:26:14 -0800 Subject: [PATCH 58/80] Updating URL to carta. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2322c1..401a9bd 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [How To Interview As a Developer Candidate](https://medium.freecodecamp.com/how-to-interview-as-a-developer-candidate-b666734f12dd) - :book: [How To Be A STAR Engineer](http://vlsicad.ucsd.edu/Research/Advice/star_engineer.pdf) - :page_facing_up: [TL;DR; Stock Options](https://tldroptions.io/) -- :page_facing_up: [Equity 101 for Startup Employees](https://blog.esharesinc.com/equity-101-stock-option-basics/) +- :page_facing_up: [Equity 101 for Startup Employees](https://blog.carta.com/equity-101-stock-option-basics/) - :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) From 93b1ccf693e0ced2b12da4aabff0bf380b7f0df8 Mon Sep 17 00:00:00 2001 From: Felipe Date: Sat, 24 Mar 2018 22:18:03 -0300 Subject: [PATCH 59/80] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 701a532..c569465 100644 --- a/README.md +++ b/README.md @@ -203,5 +203,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [LeetCode](https://leetcode.com/) - :link: [InterviewBit](https://www.interviewbit.com/) - :link: [uCoder](ucoder.com.br) -- :link: [The URI Online Judge](www.urionlinejudge.com.br) From d0a9747c5b7f0e2550de20341667ab69242b17be Mon Sep 17 00:00:00 2001 From: Igor Kustov Date: Mon, 26 Mar 2018 21:07:18 +0200 Subject: [PATCH 60/80] Fixed 404 link to 'Pomodoro For Programmers' article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1569ccd..0b8731c 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ But knowing the stuff will help you become better! :muscle:* Learn the basics of a language in a highly condensed way. - [Hyperpolyglot](http://hyperpolyglot.org/) Compare commonly used features of more or less similar languages side-by-side. Helps you to jump Python<->Ruby, Ocaml<->Haskell, etc. -- :page_facing_up: [Pomodoro for Programmers](http://www.metadevelopment.io/pomodoro-for-programmers/) +- :page_facing_up: [Pomodoro for Programmers](https://blog.metadevelopment.io/pomodoro-for-programmers/) ### Career - :page_facing_up: [10 Things Every Programmer Should Know For Their First Job](http://www.applematters.com/article/10-things-every-programmer-should-know-for-their-first-job/) From 3910bd5131fee97c39687c809eb552b379eb52bd Mon Sep 17 00:00:00 2001 From: Igor Kustov Date: Mon, 26 Mar 2018 21:21:51 +0200 Subject: [PATCH 61/80] Switched to HTTPS links where it's possible --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1569ccd..8e976f9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ But knowing the stuff will help you become better! :muscle:* ### Algorithms - [Big O Cheatsheet](http://bigocheatsheet.com/) - :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio) -- [Algorithms Visualization](http://www.cs.usfca.edu/~galles/visualization/Algorithms.html) +- [Algorithms Visualization](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html) ### Data Structures - :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd) @@ -43,7 +43,7 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/) ### Strings -- :page_facing_up: [Unicode and Character Sets](http://www.joelonsoftware.com/articles/Unicode.html) +- :page_facing_up: [Unicode and Character Sets](https://www.joelonsoftware.com/articles/Unicode.html) - [Homoglyphs](https://github.com/codebox/homoglyph/) - [Unicode Common Locale Data Repository](http://cldr.unicode.org/) - :movie_camera: [ASCII](https://www.youtube.com/watch?v=B1Sf1IhA0j4) @@ -57,15 +57,15 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Some notes about time](https://unix4lyfe.org/time/) ### Memory -- :page_facing_up: [What every Programmer should know about memory](http://lwn.net/Articles/250967/) +- :page_facing_up: [What every Programmer should know about memory](https://lwn.net/Articles/250967/) ### Distributed Systems - :book: [Designing Data-Intensive Applications](https://www.goodreads.com/book/show/23463279-designing-data-intensive-applications) -- :scroll: [Designs, Lessons and Advice from Building Large Distributed Systems](http://www.cs.cornell.edu/projects/ladis2009/talks/dean-keynote-ladis2009.pdf) +- :scroll: [Designs, Lessons and Advice from Building Large Distributed Systems](https://www.cs.cornell.edu/projects/ladis2009/talks/dean-keynote-ladis2009.pdf) - :scroll: [Time, Clocks and the Ordering of Events in a Distributed System](https://www.microsoft.com/en-us/research/publication/time-clocks-ordering-events-distributed-system/?from=http%3A%2F%2Fresearch.microsoft.com%2Fen-us%2Fum%2Fpeople%2Flamport%2Fpubs%2Ftime-clocks.pdf) -- :page_facing_up: [There is No Now](http://queue.acm.org/detail.cfm?id=2745385) +- :page_facing_up: [There is No Now](https://queue.acm.org/detail.cfm?id=2745385) - :page_facing_up: [Jepsen: how different databases behave under partition](https://aphyr.com/tags/jepsen) -- :scroll: [Fallacies of Distributed Computing Explained](http://www.rgoarchitects.com/Files/fallacies.pdf) +- :scroll: [Fallacies of Distributed Computing Explained](https://www.rgoarchitects.com/Files/fallacies.pdf) ### RegExp - [RegexHQ](https://github.com/regexhq) @@ -81,15 +81,15 @@ But knowing the stuff will help you become better! :muscle:* - [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1) ### SEO -- :page_facing_up: [What Every Programmer Should Know About SEO](http://katemats.com/what-every-programmer-should-know-about-seo/) +- :page_facing_up: [What Every Programmer Should Know About SEO](https://katemats.com/what-every-programmer-should-know-about-seo/) ### Architecture -- :scroll: [A Field Guide to Boxology](http://web.cs.wpi.edu/~cs562/s98/pdf/Boxology.pdf) +- :scroll: [A Field Guide to Boxology](https://web.cs.wpi.edu/~cs562/s98/pdf/Boxology.pdf) - :scroll: [Out of the Tar Pit](https://github.com/papers-we-love/papers-we-love/blob/master/design/out-of-the-tar-pit.pdf?raw=true) -- :scroll: [No Silver Bullet β€” Essence and Accidents of Software Engineering](http://faculty.salisbury.edu/~xswang/Research/Papers/SERelated/no-silver-bullet.pdf) +- :scroll: [No Silver Bullet β€” Essence and Accidents of Software Engineering](https://faculty.salisbury.edu/~xswang/Research/Papers/SERelated/no-silver-bullet.pdf) - :movie_camera: [Growing a Language](https://www.youtube.com/watch?v=_ahvzDzKdB0) - :movie_camera: [CQRS and Event Sourcing](https://www.youtube.com/watch?v=JHGkaShoyNs) -- :book: [Practical Object Oriented Design in Ruby](http://www.poodr.com/) +- :book: [Practical Object Oriented Design in Ruby](https://www.poodr.com/) - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) - [System Design: A Primer](https://github.com/donnemartin/system-design-primer) - :page_facing_up: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5) @@ -128,7 +128,7 @@ 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) +- :page_facing_up: [Teach Yourself Programming in Ten Years](https://norvig.com/21-days.html) - :page_facing_up: [What you should know as a founder of a software company](https://qotoqot.com/blog/founder-skills/) @@ -137,7 +137,7 @@ But knowing the stuff will help you become better! :muscle:* - :movie_camera: [Inventing on Principle](https://vimeo.com/36579366) ### Open Source -- :globe_with_meridians: [An Intro to Git and GitHub for Beginners](http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) +- :globe_with_meridians: [An Intro to Git and GitHub for Beginners](https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) ### Remote Work - :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) @@ -152,7 +152,7 @@ But knowing the stuff will help you become better! :muscle:* - :movie_camera: [Making Badass Developers](https://www.youtube.com/watch?v=FKTxC9pl-WM&t=2s) - :page_facing_up: [The Ten Rules of a Zen Programmer](https://www.zenprogrammer.org/en/10-rules-of-a-zen-programmer.html) - :page_facing_up: [The mythical 10x programmer](http://antirez.com/news/112) -- :page_facing_up: [The Debugging Mindset](http://queue.acm.org/detail.cfm?id=3068754) +- :page_facing_up: [The Debugging Mindset](https://queue.acm.org/detail.cfm?id=3068754) - :movie_camera: [The Future of Programming](http://worrydream.com/dbx/) ### Problem Solving @@ -188,7 +188,7 @@ But knowing the stuff will help you become better! :muscle:* ### Where To Look For Further Info - [freeCodeCamp Guide](https://guide.freecodecamp.org/) -- [GeeksForGeeks](http://www.geeksforgeeks.org/) +- [GeeksForGeeks](https://www.geeksforgeeks.org/) - [Dev.To](https://dev.to/) - [Stack Overflow](https://stackoverflow.com/) - [Dzone](https://dzone.com/) @@ -203,7 +203,7 @@ But knowing the stuff will help you become better! :muscle:* - :link: [Spoj](https://spoj.com/) - :link: [HackerEarth](https://hackerearth.com/) - :link: [TopCoder](https://www.topcoder.com/) -- :link: [Codewars](http://codewars.com/) +- :link: [Codewars](https://codewars.com/) - :link: [Exercism](http://www.exercism.io/) - :link: [CodeFights](https://codefights.com/) - :link: [Project Euler](https://projecteuler.net/) From 3938261a77ba57cde301ea515d5cedab17105796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Thu, 17 May 2018 13:04:21 +0200 Subject: [PATCH 62/80] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 371256a..6b9d104 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ But knowing the stuff will help you become better! :muscle:* ### Time - :page_facing_up: [Some notes about time](https://unix4lyfe.org/time/) +- :movie_camera: [The Problem with Timezones](https://www.youtube.com/watch?v=-5wpm-gesOY) ### Memory - :page_facing_up: [What every Programmer should know about memory](https://lwn.net/Articles/250967/) From cbf003d8371407dc4f81bad65a335dae78e53628 Mon Sep 17 00:00:00 2001 From: Karl Kruus Date: Wed, 30 May 2018 16:37:44 +0300 Subject: [PATCH 63/80] Added article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 371256a..837bf07 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [The mythical 10x programmer](http://antirez.com/news/112) - :page_facing_up: [The Debugging Mindset](https://queue.acm.org/detail.cfm?id=3068754) - :movie_camera: [The Future of Programming](http://worrydream.com/dbx/) +- :page_facing_up: [The Good Software Development Manifesto](https://www.infoworld.com/article/3214481/application-development/the-good-software-development-manifesto.html) ### Problem Solving - :book: [The Art and Craft of Problem Solving](https://www.goodreads.com/book/show/593458.The_Art_and_Craft_of_Problem_Solving) From a2c4331089ffa608a42ca13b8a5700b5a05e06c6 Mon Sep 17 00:00:00 2001 From: Hithesh Vurjana Date: Mon, 2 Jul 2018 13:40:01 +0530 Subject: [PATCH 64/80] Added Cake Interview link at the bottom of Coding Practice Sites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 371256a..d6e05ac 100644 --- a/README.md +++ b/README.md @@ -212,4 +212,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [uCoder](ucoder.com.br) - :link: [LintCode](https://www.lintcode.com/) - :link: [CodeCombat](https://codecombat.com/) - +- :link: [InterviewCake](https://www.interviewcake.com/) From d0ecc01e9cc1887cc901d67cd7155884ab7dca8c Mon Sep 17 00:00:00 2001 From: Eugene Oskin Date: Wed, 29 Aug 2018 21:51:54 +0600 Subject: [PATCH 65/80] Fix broken link to uCoder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 371256a..9ead075 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ 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/) -- :link: [uCoder](ucoder.com.br) +- :link: [uCoder](https://ucoder.com.br) - :link: [LintCode](https://www.lintcode.com/) - :link: [CodeCombat](https://codecombat.com/) From f523e20d488360acadbd1b97005c512628cc1969 Mon Sep 17 00:00:00 2001 From: Warren Crasta Date: Sat, 6 Oct 2018 01:21:21 -0500 Subject: [PATCH 66/80] Added Firecode to coding practice sites --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e8a094..bba336d 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ But knowing the stuff will help you become better! :muscle:* - :link: [CodeFights](https://codefights.com/) - :link: [Project Euler](https://projecteuler.net/) - :link: [LeetCode](https://leetcode.com/) +- :link: [Firecode.io](https://www.firecode.io/) - :link: [InterviewBit](https://www.interviewbit.com/) - :link: [uCoder](https://ucoder.com.br) - :link: [LintCode](https://www.lintcode.com/) From 40d8b8487c6b60ed0f7326414e76debd29ff965d Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 25 Oct 2018 21:03:27 -0400 Subject: [PATCH 67/80] Add Google SRE Handbook --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e8a094..cf61b89 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ But knowing the stuff will help you become better! :muscle:* - [Hyperpolyglot](http://hyperpolyglot.org/) Compare commonly used features of more or less similar languages side-by-side. Helps you to jump Python<->Ruby, Ocaml<->Haskell, etc. - :page_facing_up: [Pomodoro for Programmers](https://blog.metadevelopment.io/pomodoro-for-programmers/) +- :book: [Site Reliability Engineering](https://landing.google.com/sre/sre-book/toc/index.html) ### Career - :page_facing_up: [10 Things Every Programmer Should Know For Their First Job](http://www.applematters.com/article/10-things-every-programmer-should-know-for-their-first-job/) From c0ff98b78af03a01e599af82bc4d7b2601986691 Mon Sep 17 00:00:00 2001 From: obarros Date: Sun, 18 Nov 2018 15:47:35 +0000 Subject: [PATCH 68/80] Adding At Coder programming contest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e8a094..1b0de44 100644 --- a/README.md +++ b/README.md @@ -215,3 +215,4 @@ But knowing the stuff will help you become better! :muscle:* - :link: [LintCode](https://www.lintcode.com/) - :link: [CodeCombat](https://codecombat.com/) - :link: [InterviewCake](https://www.interviewcake.com/) +- :link: [At Coder](https://atcoder.jp/) From 5a16361b4ffeb29a0900ba78b0a3966b58278184 Mon Sep 17 00:00:00 2001 From: CVCompiler Date: Mon, 19 Nov 2018 12:15:00 +0100 Subject: [PATCH 69/80] Update Readme.me Added an article on How to Get a Tech Job Abroad Faster --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e8a094..943c183 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ But knowing the stuff will help you become better! :muscle:* - [A list of European Investors](https://docs.google.com/spreadsheets/d/1hfl67rI0Pk_hSm0GIX0QByW4NgfAH-cEmMa4N6UoO1w/edit#gid=1203141194) - :page_facing_up: [Ten Rules for Negotiating a Job Offer](https://medium.freecodecamp.com/ten-rules-for-negotiating-a-job-offer-ee17cccbdab6) - :page_facing_up: [How To Interview As a Developer Candidate](https://medium.freecodecamp.com/how-to-interview-as-a-developer-candidate-b666734f12dd) +- :page_facing_up: [How To Get a Tech Job Abroad Faster](https://relocate.me/blog/job-relocation/landing-a-tech-job-abroad-7-simple-tips/#more-514) - :book: [How To Be A STAR Engineer](http://vlsicad.ucsd.edu/Research/Advice/star_engineer.pdf) - :page_facing_up: [TL;DR; Stock Options](https://tldroptions.io/) - :page_facing_up: [Equity 101 for Startup Employees](https://blog.carta.com/equity-101-stock-option-basics/) From 7770b5a7c34dd6cf34700237a422cf14f83ea0e4 Mon Sep 17 00:00:00 2001 From: Kiryl Karatsetski Date: Sun, 25 Nov 2018 15:01:29 +0300 Subject: [PATCH 70/80] Added Hashing, Encryption and Encoding --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e8a094..24a9474 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security) - [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project) - [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1) +- :page_facing_up: [Hashing, Encryption and Encoding](https://www.integralist.co.uk/posts/hashing-and-encryption/) ### SEO - :page_facing_up: [What Every Programmer Should Know About SEO](https://katemats.com/what-every-programmer-should-know-about-seo/) From 365d6091f0150d1abcc8bf93c6d79b1a70915723 Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Tue, 29 Jan 2019 10:50:23 +0100 Subject: [PATCH 71/80] Added Remotive.io: Startups hiring remotely --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a3c8df..9b8cde2 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ But knowing the stuff will help you become better! :muscle:* - :globe_with_meridians: [An Intro to Git and GitHub for Beginners](https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) ### Remote Work +- :globe_with_meridians: [Remotive.io: Startups hiring remotely](https://docs.google.com/spreadsheets/d/1TLJSlNxCbwRNxy14Toe1PYwbCTY7h0CNHeer9J0VRzE/htmlview?sle=true#gid=1279011369) - :globe_with_meridians: [Remote Work List for Developers](https://github.com/georgemandis/remote-working-list) - :zap: [NomadList](https://nomadlist.com/) - :book: [The Ultimate Guide to Remote Work](https://zapier.com/learn/remote-work/) From 07c2fb8bcc87b4483541fd921919a8113fa29d4f Mon Sep 17 00:00:00 2001 From: CVCompiler Date: Thu, 31 Jan 2019 00:11:13 +0100 Subject: [PATCH 72/80] Added CV Compiler for the new 'Resume' section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e8a094..9b431dc 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Teach Yourself Programming in Ten Years](https://norvig.com/21-days.html) - :page_facing_up: [What you should know as a founder of a software company](https://qotoqot.com/blog/founder-skills/) +### Fine-tune Your Resume +- :hammer: [CV Compiler](https://cvcompiler.com/) ### 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) From 130b20e78b65a27cb09672c8f96b122779d360cb Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Thu, 31 Jan 2019 10:52:29 +0100 Subject: [PATCH 73/80] Added CTA to the top of the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8a8903a..22a1cb9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +> *[Join our community](https://metadevelopment.io/)* for professional Software Developers and get more control over your life and career! + +---- + # Every Programmer Should Know :thinking: A collection of (mostly) technical things every software developer should know. From 88e3807aa46d7c63ccff5e00b1089c67da7fb331 Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Sat, 2 Feb 2019 19:50:58 +0100 Subject: [PATCH 74/80] Added #NoEstimates talk ... and moved Engineering Philosophy section --- README.md | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 22a1cb9..afd4928 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,11 @@ But knowing the stuff will help you become better! :muscle:* - [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1) - :page_facing_up: [Hashing, Encryption and Encoding](https://www.integralist.co.uk/posts/hashing-and-encryption/) +### 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) +- :movie_camera: [Inventing on Principle](https://vimeo.com/36579366) + + ### SEO - :page_facing_up: [What Every Programmer Should Know About SEO](https://katemats.com/what-every-programmer-should-know-about-seo/) @@ -100,6 +105,19 @@ But knowing the stuff will help you become better! :muscle:* - [System Design: A Primer](https://github.com/donnemartin/system-design-primer) - :page_facing_up: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5) +### Engineering Philosophy +- :movie_camera: [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy) +- :page_facing_up: [Speed In Software Development](https://www.targetprocess.com/articles/speed-in-software-development/) +- :movie_camera: [#NoEstimates](https://www.youtube.com/watch?v=QVBlnCTu9Ms) +- :movie_camera: [The Myth of the Genius Programmer](https://www.youtube.com/watch?v=0SARbwvhupQ&feature=youtu.be) +- :movie_camera: [Making Badass Developers](https://www.youtube.com/watch?v=FKTxC9pl-WM&t=2s) +- :page_facing_up: [The Ten Rules of a Zen Programmer](https://www.zenprogrammer.org/en/10-rules-of-a-zen-programmer.html) +- :page_facing_up: [The mythical 10x programmer](http://antirez.com/news/112) +- :page_facing_up: [The Debugging Mindset](https://queue.acm.org/detail.cfm?id=3068754) +- :movie_camera: [The Future of Programming](http://worrydream.com/dbx/) +- :page_facing_up: [The Good Software Development Manifesto](https://www.infoworld.com/article/3214481/application-development/the-good-software-development-manifesto.html) + + ### 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) @@ -142,10 +160,6 @@ But knowing the stuff will help you become better! :muscle:* ### Fine-tune Your Resume - :hammer: [CV Compiler](https://cvcompiler.com/) -### 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) -- :movie_camera: [Inventing on Principle](https://vimeo.com/36579366) - ### Open Source - :globe_with_meridians: [An Intro to Git and GitHub for Beginners](https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) @@ -156,17 +170,6 @@ But knowing the stuff will help you become better! :muscle:* - :book: [The Ultimate Guide to Remote Work](https://zapier.com/learn/remote-work/) - :house: [Awesome Remote Job](https://github.com/lukasz-madon/awesome-remote-job) -### Engineering Philosophy -- :movie_camera: [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy) -- :page_facing_up: [Speed In Software Development](https://www.targetprocess.com/articles/speed-in-software-development/) -- :movie_camera: [The Myth of the Genius Programmer](https://www.youtube.com/watch?v=0SARbwvhupQ&feature=youtu.be) -- :movie_camera: [Making Badass Developers](https://www.youtube.com/watch?v=FKTxC9pl-WM&t=2s) -- :page_facing_up: [The Ten Rules of a Zen Programmer](https://www.zenprogrammer.org/en/10-rules-of-a-zen-programmer.html) -- :page_facing_up: [The mythical 10x programmer](http://antirez.com/news/112) -- :page_facing_up: [The Debugging Mindset](https://queue.acm.org/detail.cfm?id=3068754) -- :movie_camera: [The Future of Programming](http://worrydream.com/dbx/) -- :page_facing_up: [The Good Software Development Manifesto](https://www.infoworld.com/article/3214481/application-development/the-good-software-development-manifesto.html) - ### Problem Solving - :book: [The Art and Craft of Problem Solving](https://www.goodreads.com/book/show/593458.The_Art_and_Craft_of_Problem_Solving) - :book: [How to Solve It: A New Aspect of Mathematical Method](https://www.goodreads.com/book/show/192221.How_to_Solve_It) From f7489b4355271ec88b6ae191788322329e0ac0a0 Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Sat, 2 Feb 2019 20:32:08 +0100 Subject: [PATCH 75/80] Added Levels FYI --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index afd4928..14410ce 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,8 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Site Reliability Engineering](https://landing.google.com/sre/sre-book/toc/index.html) ### Career +- :moneybag: [Levels FYI](https://www.levels.fyi) + Salary stats for various tech companies. Better than Glassdoor. - :page_facing_up: [10 Things Every Programmer Should Know For Their First Job](http://www.applematters.com/article/10-things-every-programmer-should-know-for-their-first-job/) - :page_facing_up: [How Much Do Software Engineers Really Make in Each City?](https://www.codementor.io/blog/best-cities-software-engineer-earnings-271vpf599k) - :page_facing_up: [Software Engineers Tenure in San Francisco](https://hackerlife.co/blog/san-francisco-large-corporation-employee-tenure) From c48dceb945da2232de44e152b734d3e877ff1dfe Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Sun, 3 Feb 2019 01:04:18 +0100 Subject: [PATCH 76/80] Added Category Theory in Life talk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14410ce..0ea043f 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5) ### Engineering Philosophy +- :movie_camera: [Category Theory in Life](https://www.youtube.com/watch?v=ho7oagHeqNc) - :movie_camera: [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy) - :page_facing_up: [Speed In Software Development](https://www.targetprocess.com/articles/speed-in-software-development/) - :movie_camera: [#NoEstimates](https://www.youtube.com/watch?v=QVBlnCTu9Ms) From 25b6d68fbb656f2726ab41dafc2ca33b83148634 Mon Sep 17 00:00:00 2001 From: Zeeshan Ahmad Date: Mon, 18 Feb 2019 09:58:36 +0400 Subject: [PATCH 77/80] Fix username in the github link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ea043f..8883ad9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ But knowing the stuff will help you become better! :muscle:* ### RegExp - [RegexHQ](https://github.com/regexhq) -- [Learn regex the easy way](https://github.com/zeeshanu/learn-regex) +- [Learn regex the easy way](https://github.com/ziishaned/learn-regex) ### Security - :book: [Security Programming](https://www.dwheeler.com/secure-programs/) From f2a0f4ab23edbda345287ecd1d13fe36d32f14a9 Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Sat, 2 Mar 2019 10:51:04 +0100 Subject: [PATCH 78/80] Added Awesome Mental Health list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8883ad9..e75ca52 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,10 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Crucial Conversations](https://www.goodreads.com/book/show/15014.Crucial_Conversations) - :book: [How to Win Friends and Influence People](https://www.goodreads.com/book/show/4865.How_to_Win_Friends_and_Influence_People) +### Mental Health +- [Awesome Mental Health](https://github.com/dreamingechoes/awesome-mental-health) + A curated list of awesome articles, websites and resources about mental health in the software industry. + ### Papers on Programming - :heart: [Papers We Love](https://github.com/papers-we-love/papers-we-love) - :newspaper: [The Morning Paper](https://blog.acolyer.org/) From 90f9a87a61e706d910f95e2590d01469c491654c Mon Sep 17 00:00:00 2001 From: Dominik Clemente Date: Mon, 22 Apr 2019 15:55:41 +0200 Subject: [PATCH 79/80] Change CodeFights to CodeSignal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e75ca52..3706c44 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ But knowing the stuff will help you become better! :muscle:* - :link: [TopCoder](https://www.topcoder.com/) - :link: [Codewars](https://codewars.com/) - :link: [Exercism](http://www.exercism.io/) -- :link: [CodeFights](https://codefights.com/) +- :link: [CodeSignal](https://codesignal.com/) - :link: [Project Euler](https://projecteuler.net/) - :link: [LeetCode](https://leetcode.com/) - :link: [Firecode.io](https://www.firecode.io/) From 2b218fb65ad94a33488f86a5543edc5257faa10a Mon Sep 17 00:00:00 2001 From: Alex Migutsky Date: Thu, 25 Jul 2019 21:43:19 +0200 Subject: [PATCH 80/80] Added ECS example video --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3706c44..32537d4 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ But knowing the stuff will help you become better! :muscle:* - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) - [System Design: A Primer](https://github.com/donnemartin/system-design-primer) - :page_facing_up: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5) +- :movie_camera: [Entity-Component-System Architecture with Unity by example](https://www.youtube.com/watch?v=lNTaC-JWmdI&t=166s&list=PLZlJZzHmx31XvgT96DfbXQ4IMb1ryztbp&index=33) ### Engineering Philosophy - :movie_camera: [Category Theory in Life](https://www.youtube.com/watch?v=ho7oagHeqNc)