From 5311f2f604bdf000429fe4299b1b53602ccd94c2 Mon Sep 17 00:00:00 2001 From: Brendon DSouza Date: Mon, 13 Jun 2022 10:47:17 -0400 Subject: [PATCH] add resources --- resources.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resources.js b/resources.js index 507a1c1..5c87289 100644 --- a/resources.js +++ b/resources.js @@ -79,6 +79,21 @@ const resources = [ url: 'https://javascript.info/object', keywords: ['javascript', 'objects'] }, + { + name: 'CORS Proxy', + url: 'https://codetabs.com/cors-proxy/cors-proxy.html', + keywords: ['cors', 'proxy', 'api', 'errors'] + }, + { + name: 'How to write good commit messages', + url: 'https://www.freecodecamp.org/news/writing-good-commit-messages-a-practical-guide/', + keywords: ['git', 'commit', 'version control', 'command line'] + }, + { + name: 'Grind 75 questions', + url: 'https://www.techinterviewhandbook.org/grind75', + keywords: ['interview', 'job search', 'coding challenges', 'leet code'] + } ]; exports.resources = resources; \ No newline at end of file