From cea8e78f3d816bc39b49f9db8d521cf99ca1b75d Mon Sep 17 00:00:00 2001 From: coffman21 Date: Sat, 16 Sep 2017 20:25:10 +0300 Subject: [PATCH 1/8] 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 c62faaffd0824a76b4413787f9bc699a813c91d9 Mon Sep 17 00:00:00 2001 From: Roman Kukharuk Date: Sun, 17 Sep 2017 18:42:20 -0700 Subject: [PATCH 2/8] 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 3/8] 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 4/8] 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 5/8] 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 6/8] 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 7/8] 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 8/8] 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/)