From 7fc1bb0d6196e8b8969d1191c74c1541d0219de1 Mon Sep 17 00:00:00 2001 From: KenavR Date: Wed, 30 Oct 2019 20:32:18 +0100 Subject: [PATCH] Added refactoring.guru resource to fullstack category. --- resources/fullstack.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/fullstack.json b/resources/fullstack.json index d786c5b..9c01cfe 100644 --- a/resources/fullstack.json +++ b/resources/fullstack.json @@ -19,6 +19,12 @@ "desc": "Lecture platform about anything ranging from basic Javascript to advanced React methods. Community courses available free of charge with an opt-in paid section for full course paths.", "url": "https://egghead.io", "tags": ["videos", "frontend", "react", "javascript"] + }, + { + "title": "Refactoring Guru", + "desc": "This site makes it easy for you to discover everything you need to know about refactoring, design patterns, SOLID principles, and other smart programming topics.", + "url": "https://refactoring.guru/", + "tags": ["refactoring", "patterns", "educational", "learning"] } ] }