From 7bdffce1c9aef025b14055eaf34a3e08bf741225 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Mon, 18 Jul 2022 09:48:34 +0200 Subject: [PATCH] Add every-programmer-should-know --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b3539d8..dcd4bc6 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ There are some free books available, including: - [Talks that changed the way I think about programming](http://www.opowell.com/post/talks-that-changed-the-way-i-think-about-programming/) - [What every computer science major should know](http://matt.might.net/articles/what-cs-majors-should-know/) - [kamranahmedse/developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) +- [mtdvio/every-programmer-should-know](https://github.com/mtdvio/every-programmer-should-know): a collection of (mostly) technical things every software developer should know about List of axioms: @@ -735,6 +736,7 @@ Practice: - [CodinGame](https://www.codingame.com/start) - [Codewars](https://www.codewars.com/) +- [Exercism](https://exercism.org/) ### Functional programming (FP)