From a5033f6fbd26907c838dd5b1cf742d4b011d6f95 Mon Sep 17 00:00:00 2001 From: Cenny Davidsson Date: Mon, 7 Mar 2022 21:34:06 +0100 Subject: [PATCH] Add programmingbooks.dev to Computer Books section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 213b5b57..06768370 100644 --- a/README.md +++ b/README.md @@ -717,6 +717,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Goal Kicker](https://goalkicker.com) : Programming Notes for Professionals books - [The GraphQL Guide](https://graphql.guide) : The complete guide to GraphQL, the new REST ✨ - [Eloquent JavaScript](https://eloquentjavascript.net/) : A book about JavaScript, programming, and the wonders of the digital. +- [programmingbooks.dev](https://www.programmingbooks.dev) : An Ordered and Curated Reading List for Software Craftsmanship Growth.
↥ Back To Top