From 24a7639af6e8036a840b60535683f6a63db4dad3 Mon Sep 17 00:00:00 2001 From: AbdulkarimOgaji <2010704039@udusok.edu.ng> Date: Mon, 13 Jun 2022 08:38:56 +0100 Subject: [PATCH 01/26] chore: add to resources --- resources.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources.js b/resources.js index 507a1c1..3784aae 100644 --- a/resources.js +++ b/resources.js @@ -79,6 +79,16 @@ const resources = [ url: 'https://javascript.info/object', keywords: ['javascript', 'objects'] }, + { + name: "Crypto Zombies", + url: "https://cryptozombies.io", + keywords: ["crypto", "web3", "blockchain"] + }, + { + name: "How to make your first pull request on GitHub", + url: "https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/", + keywords: ["open source", "git"] + } ]; exports.resources = resources; \ No newline at end of file From 5311f2f604bdf000429fe4299b1b53602ccd94c2 Mon Sep 17 00:00:00 2001 From: Brendon DSouza Date: Mon, 13 Jun 2022 10:47:17 -0400 Subject: [PATCH 02/26] 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 From 1285f317cfb61f18a97627d69041ee83b984e37d Mon Sep 17 00:00:00 2001 From: Jacob Asper Date: Mon, 13 Jun 2022 13:20:42 -0400 Subject: [PATCH 03/26] Added font awesome and frontend project readme template --- resources.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/resources.js b/resources.js index 507a1c1..3237f6c 100644 --- a/resources.js +++ b/resources.js @@ -79,6 +79,16 @@ const resources = [ url: 'https://javascript.info/object', keywords: ['javascript', 'objects'] }, + { + name: 'Font Awesome', + url: 'https://faicons.com/', + keywords: ['icons', 'frontend'] + }, + { + name: 'Frontend Project README template', + url: 'https://github.com/alecortega/portfolio-template', + keywords: ['markdown', 'frontend', 'documentation'] + }, ]; -exports.resources = resources; \ No newline at end of file +exports.resources = resources; From b658a95a0fb8312f1d7a2abcff56f20b9f8ae788 Mon Sep 17 00:00:00 2001 From: Dana Lee Date: Mon, 13 Jun 2022 18:44:39 -0400 Subject: [PATCH 04/26] added timelinecss resources --- resources.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources.js b/resources.js index 883cabd..7eb337a 100644 --- a/resources.js +++ b/resources.js @@ -114,6 +114,13 @@ const resources = [ url: 'https://github.com/alecortega/portfolio-template', keywords: ['markdown', 'frontend', 'documentation'] }, + { + name: 'Code Driven Animation Editor', + url: 'https://www.timelinecss.io/', + keywords: ['css animations', 'css', 'animations', 'editor', 'visuals'] + }, + + ]; exports.resources = resources; \ No newline at end of file From 1f05a253c49d7b604c9c2ee654e442692b251f6d Mon Sep 17 00:00:00 2001 From: Alyssha <90856589+AlysshaLewin@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:52:24 -0500 Subject: [PATCH 05/26] added more css and git resources --- resources.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/resources.js b/resources.js index 883cabd..92a831a 100644 --- a/resources.js +++ b/resources.js @@ -114,6 +114,26 @@ const resources = [ url: 'https://github.com/alecortega/portfolio-template', keywords: ['markdown', 'frontend', 'documentation'] }, + { + name: 'CSS Diner', + url: 'https://flukeout.github.io/', + keywords: ['css'] + }, + { + name: 'Flexbox Froggy', + url: 'https://flexboxfroggy.com/', + keywords: ['css', 'flexbox'] + }, + { + name: 'Learn Git Branching', + url: 'https://learngitbranching.js.org/', + keywords: ['git', 'version control'] + }, + { + name: 'What the Flexbox', + url: 'https://flexbox.io/', + keywords: ['css', 'flexbox'] + }, ]; exports.resources = resources; \ No newline at end of file From 564d933deb181e90508a9a5e3757f47857f9f406 Mon Sep 17 00:00:00 2001 From: Dana Lee Date: Mon, 13 Jun 2022 18:57:16 -0400 Subject: [PATCH 06/26] added simple icons, javascript visualizer, undraw --- resources.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resources.js b/resources.js index 7eb337a..36a2dc9 100644 --- a/resources.js +++ b/resources.js @@ -119,6 +119,21 @@ const resources = [ url: 'https://www.timelinecss.io/', keywords: ['css animations', 'css', 'animations', 'editor', 'visuals'] }, + { + name: 'Simple Icons', + url: 'https://simpleicons.org', + keywords: ['free', 'svg icons', 'svg', 'icons', 'popular brands'] + }, + { + name: 'JavaScript Visualizer 9000', + url: 'https://www.jsv9000.app', + keywords: ['javaScript', 'call stack', 'event loop', 'microtask queue', 'task queue'] + }, + { + name: 'unDraw', + url: 'https://undraw.co', + keywords: ['open-source illustrations', 'svg', 'images', 'design', 'graphics', 'art', 'vectors', 'minimal', 'free', 'modern', 'png', 'interface', 'open-source'] + }, ]; From 0c7665dac6cb7f9b93e922bf84faa1c694911746 Mon Sep 17 00:00:00 2001 From: Dana Lee Date: Mon, 13 Jun 2022 19:29:22 -0400 Subject: [PATCH 07/26] added devdocs to resources --- resources.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources.js b/resources.js index 36a2dc9..bff1041 100644 --- a/resources.js +++ b/resources.js @@ -127,13 +127,18 @@ const resources = [ { name: 'JavaScript Visualizer 9000', url: 'https://www.jsv9000.app', - keywords: ['javaScript', 'call stack', 'event loop', 'microtask queue', 'task queue'] + keywords: ['javascript', 'call stack', 'event loop', 'microtask queue', 'task queue'] }, { name: 'unDraw', url: 'https://undraw.co', keywords: ['open-source illustrations', 'svg', 'images', 'design', 'graphics', 'art', 'vectors', 'minimal', 'free', 'modern', 'png', 'interface', 'open-source'] }, + { + name: 'DevDocs', + url: 'https://devdocs.io', + keywords: ['api documentation', 'free', 'open-source', 'developer tools', 'interface', 'offline', 'css', 'html', 'http', 'javascript', 'web apis', 'angular', 'angularjs', 'ansible', 'apache http server', 'apache pig', 'async', 'babel', 'backbone.js','bash', 'bluebird', 'bootstrap', 'bottle', 'bower', 'c', 'c++', 'cakephp', 'chai', 'chef', 'clojure', 'cmake', 'codeception', 'codeceptjs', 'codeigniter', 'coffeescript', 'composer','cordova', 'crystal','cypress','d','d3.js', 'dart', 'deno', 'django', 'django rest framework', 'docker', 'dojo', 'drupal', 'eigen3', 'electron', 'elisp', 'elixir', 'ember.js', 'enzyme', 'erlang', 'esbuild', 'eslint', 'express', 'falcon', 'fish', 'flask', 'flow', 'gcc', 'git', 'gnu fortran', 'gnu make', 'gnucobol','gnuplot', 'go', 'godot', 'graphite', 'groovy', 'grunt', 'gtk', 'handlebars', 'haproxy', 'haskell', 'haxe', 'homebrew', 'i3', 'immutable.js', 'influxdata', 'jasmine', 'jekyll', 'jest', 'jinja', 'jq', 'jquery', 'jquery mobile', 'jquery ui', 'jsdoc', 'julia', 'knockout.js', 'koa', 'kotlin', 'kubectl', 'kubernetes', 'laravel', 'latex', 'leaflet', 'less', 'liquid', 'lodash', 'lua', 'love', 'mariadb', 'marionette.js', 'markdown', 'matplotlib', 'meteor', 'mocha', 'modernizr', 'moment.js', 'mongoose', 'nginx', 'nginx lua module', 'nim', 'nix', 'node.js', 'nokogiri', 'npm', 'numpy', 'ocaml', 'octave', 'openjdk', 'opentsdb', 'padrino', 'pandas', 'perl', 'phalcon', 'phaser', 'phoenix', 'php', 'phpunit', 'pointcloudlibrary', 'pony', 'postgresql', 'prettier', 'pug', 'puppeteer', 'pygame', 'python', 'pytorch', 'q', 'qt', 'r', 'ramda', 'react', 'reactbootstrap', 'react native', 'react router', 'reactivex', 'redis', 'redux', 'relay', 'requirejs', 'rethinkdb', 'ruby', 'ruby minitest', 'ruby on rails', 'rust', 'rxjs', 'saltstack', 'sass', 'scala', 'scikit-image', 'scikit-learn', 'sequelize', 'sinon.js', 'socket.io', 'spring boot', 'sqlite', 'statsmodels', 'support tables', 'svg', 'symfony', 'tailwind css', 'tcl tk', 'tensorflow', 'tensorflow c++', 'terraform' , 'trio', 'twig', 'typescript', 'underscore.js', 'vagrant', 'vite', 'vue router', 'vue.js', 'vuex', 'vulkan', 'web extensions', 'webpack', 'werkzeug', 'wordpress', 'xslt & xpath', 'yarn', 'yii'] + }, ]; From 16b25e466db6ed11816c2a7c396c8b13000be092 Mon Sep 17 00:00:00 2001 From: Sebastian Ospina <101031188+Ethodeus@users.noreply.github.com> Date: Mon, 13 Jun 2022 18:34:25 -0500 Subject: [PATCH 08/26] fixed devdocs --- resources.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/resources.js b/resources.js index d891e77..365e235 100644 --- a/resources.js +++ b/resources.js @@ -154,16 +154,11 @@ const resources = [ url: 'https://undraw.co', keywords: ['open-source illustrations', 'svg', 'images', 'design', 'graphics', 'art', 'vectors', 'minimal', 'free', 'modern', 'png', 'interface', 'open-source'] }, -<<<<<<< HEAD { name: 'DevDocs', url: 'https://devdocs.io', keywords: ['api documentation', 'free', 'open-source', 'developer tools', 'interface', 'offline', 'css', 'html', 'http', 'javascript', 'web apis', 'angular', 'angularjs', 'ansible', 'apache http server', 'apache pig', 'async', 'babel', 'backbone.js','bash', 'bluebird', 'bootstrap', 'bottle', 'bower', 'c', 'c++', 'cakephp', 'chai', 'chef', 'clojure', 'cmake', 'codeception', 'codeceptjs', 'codeigniter', 'coffeescript', 'composer','cordova', 'crystal','cypress','d','d3.js', 'dart', 'deno', 'django', 'django rest framework', 'docker', 'dojo', 'drupal', 'eigen3', 'electron', 'elisp', 'elixir', 'ember.js', 'enzyme', 'erlang', 'esbuild', 'eslint', 'express', 'falcon', 'fish', 'flask', 'flow', 'gcc', 'git', 'gnu fortran', 'gnu make', 'gnucobol','gnuplot', 'go', 'godot', 'graphite', 'groovy', 'grunt', 'gtk', 'handlebars', 'haproxy', 'haskell', 'haxe', 'homebrew', 'i3', 'immutable.js', 'influxdata', 'jasmine', 'jekyll', 'jest', 'jinja', 'jq', 'jquery', 'jquery mobile', 'jquery ui', 'jsdoc', 'julia', 'knockout.js', 'koa', 'kotlin', 'kubectl', 'kubernetes', 'laravel', 'latex', 'leaflet', 'less', 'liquid', 'lodash', 'lua', 'love', 'mariadb', 'marionette.js', 'markdown', 'matplotlib', 'meteor', 'mocha', 'modernizr', 'moment.js', 'mongoose', 'nginx', 'nginx lua module', 'nim', 'nix', 'node.js', 'nokogiri', 'npm', 'numpy', 'ocaml', 'octave', 'openjdk', 'opentsdb', 'padrino', 'pandas', 'perl', 'phalcon', 'phaser', 'phoenix', 'php', 'phpunit', 'pointcloudlibrary', 'pony', 'postgresql', 'prettier', 'pug', 'puppeteer', 'pygame', 'python', 'pytorch', 'q', 'qt', 'r', 'ramda', 'react', 'reactbootstrap', 'react native', 'react router', 'reactivex', 'redis', 'redux', 'relay', 'requirejs', 'rethinkdb', 'ruby', 'ruby minitest', 'ruby on rails', 'rust', 'rxjs', 'saltstack', 'sass', 'scala', 'scikit-image', 'scikit-learn', 'sequelize', 'sinon.js', 'socket.io', 'spring boot', 'sqlite', 'statsmodels', 'support tables', 'svg', 'symfony', 'tailwind css', 'tcl tk', 'tensorflow', 'tensorflow c++', 'terraform' , 'trio', 'twig', 'typescript', 'underscore.js', 'vagrant', 'vite', 'vue router', 'vue.js', 'vuex', 'vulkan', 'web extensions', 'webpack', 'werkzeug', 'wordpress', 'xslt & xpath', 'yarn', 'yii'] }, - - -======= ->>>>>>> 5e3ce434db88dc0382a19c9104a7f898f263b220 ]; -exports.resources = resources; \ No newline at end of file +exports.resources = resources; From 449865de3ff14aa2fca5de22fb77c9268320df4b Mon Sep 17 00:00:00 2001 From: Bianca Togonon Date: Mon, 13 Jun 2022 16:35:22 -0700 Subject: [PATCH 09/26] added resource --- resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources.js b/resources.js index 6482a66..1153201 100644 --- a/resources.js +++ b/resources.js @@ -154,6 +154,11 @@ const resources = [ url: 'https://undraw.co', keywords: ['open-source illustrations', 'svg', 'images', 'design', 'graphics', 'art', 'vectors', 'minimal', 'free', 'modern', 'png', 'interface', 'open-source'] }, + { + name: 'Unsplash', + url: 'https://unsplash.com/', + keywords: ['images', 'photos', 'frontend', 'free', 'photography'] + }, ]; exports.resources = resources; \ No newline at end of file From e24d459e4ca2a75da728831f4e613f4ab44a92c8 Mon Sep 17 00:00:00 2001 From: Dana Lee Date: Mon, 13 Jun 2022 20:05:35 -0400 Subject: [PATCH 10/26] Added picular, canva wireframe, python coding tutor --- resources.js | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/resources.js b/resources.js index d891e77..c9f89de 100644 --- a/resources.js +++ b/resources.js @@ -154,16 +154,27 @@ const resources = [ url: 'https://undraw.co', keywords: ['open-source illustrations', 'svg', 'images', 'design', 'graphics', 'art', 'vectors', 'minimal', 'free', 'modern', 'png', 'interface', 'open-source'] }, -<<<<<<< HEAD { name: 'DevDocs', url: 'https://devdocs.io', keywords: ['api documentation', 'free', 'open-source', 'developer tools', 'interface', 'offline', 'css', 'html', 'http', 'javascript', 'web apis', 'angular', 'angularjs', 'ansible', 'apache http server', 'apache pig', 'async', 'babel', 'backbone.js','bash', 'bluebird', 'bootstrap', 'bottle', 'bower', 'c', 'c++', 'cakephp', 'chai', 'chef', 'clojure', 'cmake', 'codeception', 'codeceptjs', 'codeigniter', 'coffeescript', 'composer','cordova', 'crystal','cypress','d','d3.js', 'dart', 'deno', 'django', 'django rest framework', 'docker', 'dojo', 'drupal', 'eigen3', 'electron', 'elisp', 'elixir', 'ember.js', 'enzyme', 'erlang', 'esbuild', 'eslint', 'express', 'falcon', 'fish', 'flask', 'flow', 'gcc', 'git', 'gnu fortran', 'gnu make', 'gnucobol','gnuplot', 'go', 'godot', 'graphite', 'groovy', 'grunt', 'gtk', 'handlebars', 'haproxy', 'haskell', 'haxe', 'homebrew', 'i3', 'immutable.js', 'influxdata', 'jasmine', 'jekyll', 'jest', 'jinja', 'jq', 'jquery', 'jquery mobile', 'jquery ui', 'jsdoc', 'julia', 'knockout.js', 'koa', 'kotlin', 'kubectl', 'kubernetes', 'laravel', 'latex', 'leaflet', 'less', 'liquid', 'lodash', 'lua', 'love', 'mariadb', 'marionette.js', 'markdown', 'matplotlib', 'meteor', 'mocha', 'modernizr', 'moment.js', 'mongoose', 'nginx', 'nginx lua module', 'nim', 'nix', 'node.js', 'nokogiri', 'npm', 'numpy', 'ocaml', 'octave', 'openjdk', 'opentsdb', 'padrino', 'pandas', 'perl', 'phalcon', 'phaser', 'phoenix', 'php', 'phpunit', 'pointcloudlibrary', 'pony', 'postgresql', 'prettier', 'pug', 'puppeteer', 'pygame', 'python', 'pytorch', 'q', 'qt', 'r', 'ramda', 'react', 'reactbootstrap', 'react native', 'react router', 'reactivex', 'redis', 'redux', 'relay', 'requirejs', 'rethinkdb', 'ruby', 'ruby minitest', 'ruby on rails', 'rust', 'rxjs', 'saltstack', 'sass', 'scala', 'scikit-image', 'scikit-learn', 'sequelize', 'sinon.js', 'socket.io', 'spring boot', 'sqlite', 'statsmodels', 'support tables', 'svg', 'symfony', 'tailwind css', 'tcl tk', 'tensorflow', 'tensorflow c++', 'terraform' , 'trio', 'twig', 'typescript', 'underscore.js', 'vagrant', 'vite', 'vue router', 'vue.js', 'vuex', 'vulkan', 'web extensions', 'webpack', 'werkzeug', 'wordpress', 'xslt & xpath', 'yarn', 'yii'] }, + { + name: 'Picular', + url: 'https://picular.co', + keywords: ['color', 'palette', 'color palette', 'primary color generator', 'fast', 'google image search', 'generator', 'hex codes'] + }, + { + name: 'Canva Wireframe Templates', + url: 'https://www.canva.com/templates/?query=wireframe', + keywords: ['canva', 'wireframe', 'template', 'prototype', 'project', 'design'] + }, + { + name: 'Python Tutor: Visualize Code in Python, JavaScript, C, C++, and Java', + url: 'https://pythontutor.com/visualize.html#mode=edit', + keywords: ['code', 'visualize','python', 'javascript', 'c', 'c++', 'javascript', 'java', 'visualize execution', 'coding tutor', 'debug','supplement', 'recursion', 'execution', 'frames', 'objects', 'steps'] + }, - -======= ->>>>>>> 5e3ce434db88dc0382a19c9104a7f898f263b220 ]; exports.resources = resources; \ No newline at end of file From 84d4391536be60c06f9f188a0d8bd3d873a7e390 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 13 Jun 2022 19:11:01 -0500 Subject: [PATCH 11/26] fixed indentations --- resources.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resources.js b/resources.js index a36068f..a89db69 100644 --- a/resources.js +++ b/resources.js @@ -1,4 +1,5 @@ const resources = [ + { name: 'Oh Shit, Git!', url: 'https://ohshitgit.com/', @@ -89,7 +90,7 @@ const resources = [ url: "https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/", keywords: ["open source", "git"] }, - { + { name: 'CORS Proxy', url: 'https://codetabs.com/cors-proxy/cors-proxy.html', keywords: ['cors', 'proxy', 'api', 'errors'] @@ -104,7 +105,7 @@ const resources = [ url: 'https://www.techinterviewhandbook.org/grind75', keywords: ['interview', 'job search', 'coding challenges', 'leet code'] }, - { + { name: 'Font Awesome', url: 'https://faicons.com/', keywords: ['icons', 'frontend'] @@ -174,8 +175,6 @@ const resources = [ url: 'https://pythontutor.com/visualize.html#mode=edit', keywords: ['code', 'visualize','python', 'javascript', 'c', 'c++', 'javascript', 'java', 'visualize execution', 'coding tutor', 'debug','supplement', 'recursion', 'execution', 'frames', 'objects', 'steps'] }, - - ]; exports.resources = resources; \ No newline at end of file From c02bdfd453fdced74678f984a0c09fdfbd8e3406 Mon Sep 17 00:00:00 2001 From: Bianca Togonon Date: Mon, 13 Jun 2022 17:37:43 -0700 Subject: [PATCH 12/26] added resource --- resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources.js b/resources.js index 0b1f4eb..5c91491 100644 --- a/resources.js +++ b/resources.js @@ -180,6 +180,11 @@ const resources = [ url: 'https://pythontutor.com/visualize.html#mode=edit', keywords: ['code', 'visualize','python', 'javascript', 'c', 'c++', 'javascript', 'java', 'visualize execution', 'coding tutor', 'debug','supplement', 'recursion', 'execution', 'frames', 'objects', 'steps'] }, + { + name: 'Dev Locator', + url: 'https://dev-locator.netlify.app/', + keywords: ['job search', 'networking', 'location', 'git', 'github'] + }, ]; exports.resources = resources; \ No newline at end of file From 8ec72195b9548e318bad87780bd6010e3b22499a Mon Sep 17 00:00:00 2001 From: Bianca Togonon Date: Mon, 13 Jun 2022 17:39:44 -0700 Subject: [PATCH 13/26] added resource --- resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources.js b/resources.js index 5c91491..56878b4 100644 --- a/resources.js +++ b/resources.js @@ -185,6 +185,11 @@ const resources = [ url: 'https://dev-locator.netlify.app/', keywords: ['job search', 'networking', 'location', 'git', 'github'] }, + { + name: 'Hue Mint', + url: 'https://huemint.com/', + keywords: ['color', 'palette', 'color palette', 'color generator', 'hex codes', 'color accents', 'gradients'] + }, ]; exports.resources = resources; \ No newline at end of file From 2dca365bfc313b4653af4926aa2cd246ce3c2c80 Mon Sep 17 00:00:00 2001 From: Bianca Togonon Date: Mon, 13 Jun 2022 17:41:56 -0700 Subject: [PATCH 14/26] added resource --- resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources.js b/resources.js index 56878b4..5921035 100644 --- a/resources.js +++ b/resources.js @@ -190,6 +190,11 @@ const resources = [ url: 'https://huemint.com/', keywords: ['color', 'palette', 'color palette', 'color generator', 'hex codes', 'color accents', 'gradients'] }, + { + name: 'Hiring Without Whiteboards', + url: 'https://github.com/poteto/hiring-without-whiteboards', + keywords: ['job search', 'interview', 'companies'] + }, ]; exports.resources = resources; \ No newline at end of file From 8be8ee29522d21c52600d6714d05bed1118b07eb Mon Sep 17 00:00:00 2001 From: Bianca Togonon Date: Mon, 13 Jun 2022 17:44:06 -0700 Subject: [PATCH 15/26] added resource --- resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources.js b/resources.js index 5921035..3c5a4c7 100644 --- a/resources.js +++ b/resources.js @@ -40,6 +40,11 @@ const resources = [ url: 'https://learn.shayhowe.com/html-css/', keywords: ['css', 'html'], }, + { + name: 'Learn to Code Advanced HTML & CSS', + url: 'https://learn.shayhowe.com/advanced-html-css/', + keywords: ['css', 'html', 'advanced'], + }, { name: 'CSS-Tricks', url: 'https://css-tricks.com/', From 25868934ea728f882870722e656cfc3cec0e8037 Mon Sep 17 00:00:00 2001 From: Bianca Togonon Date: Mon, 13 Jun 2022 17:46:40 -0700 Subject: [PATCH 16/26] added resource --- resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources.js b/resources.js index 3c5a4c7..685eba7 100644 --- a/resources.js +++ b/resources.js @@ -200,6 +200,11 @@ const resources = [ url: 'https://github.com/poteto/hiring-without-whiteboards', keywords: ['job search', 'interview', 'companies'] }, + { + name: 'Eloquent JavaScript', + url: 'https://eloquentjavascript.net/', + keywords: ['javascript', 'books', 'exercises', 'node', 'browser'] + }, ]; exports.resources = resources; \ No newline at end of file From 8758dcd1bd067fd41dc0105968ceb45149eb930a Mon Sep 17 00:00:00 2001 From: Bianca Togonon Date: Mon, 13 Jun 2022 17:50:08 -0700 Subject: [PATCH 17/26] added resource --- resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources.js b/resources.js index 685eba7..d2fd74f 100644 --- a/resources.js +++ b/resources.js @@ -205,6 +205,11 @@ const resources = [ url: 'https://eloquentjavascript.net/', keywords: ['javascript', 'books', 'exercises', 'node', 'browser'] }, + { + name: 'Postman', + url: 'https://www.postman.com/', + keywords: ['api', 'api building', 'testing', 'test cases', 'collaborate'] + }, ]; exports.resources = resources; \ No newline at end of file From 08fa9f536e616f8a040f6a645954efc3cf4843fe Mon Sep 17 00:00:00 2001 From: Bianca Togonon Date: Mon, 13 Jun 2022 17:57:37 -0700 Subject: [PATCH 18/26] added resource --- resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources.js b/resources.js index d2fd74f..8aee206 100644 --- a/resources.js +++ b/resources.js @@ -210,6 +210,11 @@ const resources = [ url: 'https://www.postman.com/', keywords: ['api', 'api building', 'testing', 'test cases', 'collaborate'] }, + { + name: 'Figma', + url: 'https://www.figma.com/', + keywords: ['design', 'web design', 'diagram', 'graphics editor', 'vector', 'user interface', 'user experience', 'wireframe', 'mockup'] + }, ]; exports.resources = resources; \ No newline at end of file From a40dcc9e71e7ac020c37d7fadf7cb16821232b03 Mon Sep 17 00:00:00 2001 From: Bianca Togonon Date: Mon, 13 Jun 2022 17:59:13 -0700 Subject: [PATCH 19/26] added resource --- resources.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources.js b/resources.js index 8aee206..a9b153d 100644 --- a/resources.js +++ b/resources.js @@ -213,7 +213,12 @@ const resources = [ { name: 'Figma', url: 'https://www.figma.com/', - keywords: ['design', 'web design', 'diagram', 'graphics editor', 'vector', 'user interface', 'user experience', 'wireframe', 'mockup'] + keywords: ['design', 'web design', 'diagram', 'graphics editor', 'vector', 'user interface', 'user experience', 'wireframe', 'mockup', 'frontend'] + }, + { + name: 'Template Freebies', + url: 'https://www.templatefreebies.com/', + keywords: ['design', 'web design', 'diagram', 'graphics editor', 'vector', 'user interface', 'user experience', 'wireframe', 'mockup', 'figma', 'frontend', 'templates', 'free'] }, ]; From fc090ecbc27e47d47554abbf9618a2adf070dbe7 Mon Sep 17 00:00:00 2001 From: Dana Lee Date: Mon, 13 Jun 2022 21:10:58 -0400 Subject: [PATCH 20/26] added unscreen, quicktools, squoosh, warp, uiverse, loaders, postman, screeps, oh my posh --- resources.js | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/resources.js b/resources.js index a89db69..f1ffed8 100644 --- a/resources.js +++ b/resources.js @@ -1,5 +1,4 @@ const resources = [ - { name: 'Oh Shit, Git!', url: 'https://ohshitgit.com/', @@ -90,7 +89,7 @@ const resources = [ url: "https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/", keywords: ["open source", "git"] }, - { + { name: 'CORS Proxy', url: 'https://codetabs.com/cors-proxy/cors-proxy.html', keywords: ['cors', 'proxy', 'api', 'errors'] @@ -105,7 +104,7 @@ const resources = [ url: 'https://www.techinterviewhandbook.org/grind75', keywords: ['interview', 'job search', 'coding challenges', 'leet code'] }, - { + { name: 'Font Awesome', url: 'https://faicons.com/', keywords: ['icons', 'frontend'] @@ -175,6 +174,43 @@ const resources = [ url: 'https://pythontutor.com/visualize.html#mode=edit', keywords: ['code', 'visualize','python', 'javascript', 'c', 'c++', 'javascript', 'java', 'visualize execution', 'coding tutor', 'debug','supplement', 'recursion', 'execution', 'frames', 'objects', 'steps'] }, + { + name: 'Unscreen', + url: 'https://www.unscreen.com', + keywords: ['remove video background', 'video', 'background', 'free', 'hd', 'no watermark', 'api plugins', 'plugins', 'clips', 'video file', 'audio', 'gif', 'presentation', 'remove', '.mp4', '.mov', '.gif', 'url', 'footage', 'record', 'video editing'] + }, + { + name: 'Quicktools by Picsart', + url: 'https://tools.picsart.com/image/background-remover/', + keywords: ['remove', 'background remover', 'image', 'picture', 'transparent', 'ai', 'free', 'refine', 'backgrounds', 'shadows', 'borders'] + }, + { + name: 'Squoosh', + url: 'https://squoosh.app', + keywords: ['compress image', 'reduce file size', 'reduce', 'high quality', 'image', 'smaller file', 'file size', 'privacy', 'image optimizer', 'compress', 'codecs', 'resize', 'convert image', 'convert', 'free', 'open-source', 'pixels', 'real-time', 'jpg', 'png', 'webp', 'avif'] + }, + { + name: 'Warp', + url: 'https://www.warp.dev', + keywords: ['terminal', 'gpu', 'crdt', 'rust', 'zsh', 'fish', 'bash', 'modern', 'development', 'code editor', 'writing code', 'code', 'commands', 'selections', 'cursor positioning', 'ai', 'shell commands', 'terminal sharing', 'customize', 'cli', 'command line'] + }, + { + name: 'uiverse.io', + url: 'https://uiverse.io', + keywords: ['ui', 'ui elements', 'open-source', 'free', 'button', 'checkbox', 'toggle', 'switches', 'cards', 'loaders', 'inputs', 'css', 'html', 'hover', 'copy paste', 'cssbuttons'] + }, + { + name: '', + url: '', + keywords: [''] + }, + { + name: '', + url: '', + keywords: [''] + }, + + ]; exports.resources = resources; \ No newline at end of file From 67ae5fccf49b3493e13a5277605886f672b3d92c Mon Sep 17 00:00:00 2001 From: Dana Lee Date: Mon, 13 Jun 2022 21:33:49 -0400 Subject: [PATCH 21/26] added compressor and tinypng to resources --- resources.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources.js b/resources.js index 6c4dd79..467599d 100644 --- a/resources.js +++ b/resources.js @@ -219,6 +219,16 @@ const resources = [ url: 'https://ohmyposh.dev', keywords: ['theme engine', 'shell', 'color', 'terminal', 'prompt', 'render', 'customizable', 'theme', 'powershell', 'windows', 'macos','linux', 'fonts', 'console', 'full color set', 'prompt string', 'function', 'variable'] }, + { + name: 'Compressor', + url: 'https://compressor.io', + keywords: ['image compressor', 'image', 'fast', 'efficient', 'jpeg', 'png', 'svg', 'gif', 'webp', 'smaller images', 'faster website', 'optimized', 'seo', 'seo ranking', 'lighthouse', 'compression algorithm', 'shrink'] + }, + { + name: 'tiny png', + url: 'https://tinypng.com', + keywords: ['image compressor', 'image', 'fast', 'efficient', 'jpeg', 'png', 'webp', 'smaller images', 'transparent image', 'faster website', 'optimized', 'seo', 'seo ranking', 'lighthouse', 'compression algorithm', 'shrink'] + }, ]; From f6e66b7cadcd80c871eb04204a0f3d67c5fbf633 Mon Sep 17 00:00:00 2001 From: Dana Lee Date: Mon, 13 Jun 2022 21:42:38 -0400 Subject: [PATCH 22/26] coolors, namecheap logomakere --- resources.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/resources.js b/resources.js index 467599d..f478363 100644 --- a/resources.js +++ b/resources.js @@ -229,6 +229,28 @@ const resources = [ url: 'https://tinypng.com', keywords: ['image compressor', 'image', 'fast', 'efficient', 'jpeg', 'png', 'webp', 'smaller images', 'transparent image', 'faster website', 'optimized', 'seo', 'seo ranking', 'lighthouse', 'compression algorithm', 'shrink'] }, + { + name: 'Nerdy Data', + url: 'https://www.nerdydata.com', + keywords: ['search engine', 'source-code', 'tech stack', 'code', 'companies', 'leads', 'integrations', 'api access', 'domain', 'domain lookup', 'seo', 'google analytics', 'images', 'badges', 'websites', 'competitors'] + }, + { + name: 'Coolors', + url: 'https://coolors.co/palettes/trending', + keywords: ['color', 'color palettes', 'topics', 'styles', 'hex', 'hex values', 'color schemes', 'color combinations', 'design', 'free', 'css', 'generator'] + }, + { + name: 'Name Cheap Logo Maker', + url: 'https://www.namecheap.com/logo-maker/', + keywords: ['logo', 'logo maker', 'free', 'creator', 'business', 'branding'] + }, + { + name: '', + url: '', + keywords: [''] + }, + + ]; From 13c340dbee9becdc654d622b5882cd4b03bc3a6f Mon Sep 17 00:00:00 2001 From: Dana Lee Date: Mon, 13 Jun 2022 21:49:01 -0400 Subject: [PATCH 23/26] added unsplash and page speed to resources --- resources.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resources.js b/resources.js index f478363..8bf03a1 100644 --- a/resources.js +++ b/resources.js @@ -244,6 +244,21 @@ const resources = [ url: 'https://www.namecheap.com/logo-maker/', keywords: ['logo', 'logo maker', 'free', 'creator', 'business', 'branding'] }, + { + name: 'Unsplash', + url: 'https://unsplash.com', + keywords: ['images', 'free', 'high-resolution', 'wallpapers', '3d renders', 'textures', 'patterns', 'experimental', 'architecture', 'nature', 'business and work', 'fashion', 'film', 'food', 'drink', 'street photography', 'arts and culture', 'royalty-free', 'stock photo', 'commercial', 'personal projects'] + }, + { + name: 'Page Speed', + url: 'https://pagespeed.web.dev', + keywords: ['page speed', 'web page', 'speed', 'load time', 'browser request', 'seo', 'optimization'] + }, + { + name: '', + url: '', + keywords: [''] + }, { name: '', url: '', From fc3cd512b7c2e8306fddfcf96e75d0a5d1596b66 Mon Sep 17 00:00:00 2001 From: Dana Lee Date: Mon, 13 Jun 2022 21:53:24 -0400 Subject: [PATCH 24/26] added cloudconvert to resources page --- resources.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources.js b/resources.js index 8bf03a1..ad96a3f 100644 --- a/resources.js +++ b/resources.js @@ -255,9 +255,9 @@ const resources = [ keywords: ['page speed', 'web page', 'speed', 'load time', 'browser request', 'seo', 'optimization'] }, { - name: '', - url: '', - keywords: [''] + name: 'Cloud Convert', + url: 'https://cloudconvert.com/jpg-to-webp', + keywords: ['jpg', 'webp', 'converter', 'heic', 'formats', 'high-quality', 'api'] }, { name: '', From 81d63182e4cc20b67a176d2290308f2dfc8f845d Mon Sep 17 00:00:00 2001 From: Dana Lee <99351444+Danamitecoder@users.noreply.github.com> Date: Mon, 13 Jun 2022 21:58:32 -0400 Subject: [PATCH 25/26] Update resources.js --- resources.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources.js b/resources.js index ad96a3f..87c2cb1 100644 --- a/resources.js +++ b/resources.js @@ -259,15 +259,15 @@ const resources = [ url: 'https://cloudconvert.com/jpg-to-webp', keywords: ['jpg', 'webp', 'converter', 'heic', 'formats', 'high-quality', 'api'] }, - { - name: '', - url: '', - keywords: [''] - }, +// { +// name: '', +// url: '', +// keywords: [''] +// }, ]; -exports.resources = resources; \ No newline at end of file +exports.resources = resources; From f01707d9d4ce6f0fbeb4ca0581278f158bfec34c Mon Sep 17 00:00:00 2001 From: Jacob Asper Date: Mon, 13 Jun 2022 22:09:16 -0400 Subject: [PATCH 26/26] formatted object --- resources.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources.js b/resources.js index 87c2cb1..bed0dd8 100644 --- a/resources.js +++ b/resources.js @@ -89,7 +89,7 @@ const resources = [ url: "https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/", keywords: ["open source", "git"] }, - { + { name: 'CORS Proxy', url: 'https://codetabs.com/cors-proxy/cors-proxy.html', keywords: ['cors', 'proxy', 'api', 'errors'] @@ -104,7 +104,7 @@ const resources = [ url: 'https://www.techinterviewhandbook.org/grind75', keywords: ['interview', 'job search', 'coding challenges', 'leet code'] }, - { + { name: 'Font Awesome', url: 'https://faicons.com/', keywords: ['icons', 'frontend'] @@ -132,7 +132,7 @@ const resources = [ { name: 'What the Flexbox', url: 'https://flexbox.io/', - keywords: ['css', 'flexbox'] + keywords: ['css', 'flexbox'] }, { name: 'Code Driven Animation Editor', @@ -157,7 +157,7 @@ const resources = [ { name: 'DevDocs', url: 'https://devdocs.io', - keywords: ['api documentation', 'free', 'open-source', 'developer tools', 'interface', 'offline', 'css', 'html', 'http', 'javascript', 'web apis', 'angular', 'angularjs', 'ansible', 'apache http server', 'apache pig', 'async', 'babel', 'backbone.js','bash', 'bluebird', 'bootstrap', 'bottle', 'bower', 'c', 'c++', 'cakephp', 'chai', 'chef', 'clojure', 'cmake', 'codeception', 'codeceptjs', 'codeigniter', 'coffeescript', 'composer','cordova', 'crystal','cypress','d','d3.js', 'dart', 'deno', 'django', 'django rest framework', 'docker', 'dojo', 'drupal', 'eigen3', 'electron', 'elisp', 'elixir', 'ember.js', 'enzyme', 'erlang', 'esbuild', 'eslint', 'express', 'falcon', 'fish', 'flask', 'flow', 'gcc', 'git', 'gnu fortran', 'gnu make', 'gnucobol','gnuplot', 'go', 'godot', 'graphite', 'groovy', 'grunt', 'gtk', 'handlebars', 'haproxy', 'haskell', 'haxe', 'homebrew', 'i3', 'immutable.js', 'influxdata', 'jasmine', 'jekyll', 'jest', 'jinja', 'jq', 'jquery', 'jquery mobile', 'jquery ui', 'jsdoc', 'julia', 'knockout.js', 'koa', 'kotlin', 'kubectl', 'kubernetes', 'laravel', 'latex', 'leaflet', 'less', 'liquid', 'lodash', 'lua', 'love', 'mariadb', 'marionette.js', 'markdown', 'matplotlib', 'meteor', 'mocha', 'modernizr', 'moment.js', 'mongoose', 'nginx', 'nginx lua module', 'nim', 'nix', 'node.js', 'nokogiri', 'npm', 'numpy', 'ocaml', 'octave', 'openjdk', 'opentsdb', 'padrino', 'pandas', 'perl', 'phalcon', 'phaser', 'phoenix', 'php', 'phpunit', 'pointcloudlibrary', 'pony', 'postgresql', 'prettier', 'pug', 'puppeteer', 'pygame', 'python', 'pytorch', 'q', 'qt', 'r', 'ramda', 'react', 'reactbootstrap', 'react native', 'react router', 'reactivex', 'redis', 'redux', 'relay', 'requirejs', 'rethinkdb', 'ruby', 'ruby minitest', 'ruby on rails', 'rust', 'rxjs', 'saltstack', 'sass', 'scala', 'scikit-image', 'scikit-learn', 'sequelize', 'sinon.js', 'socket.io', 'spring boot', 'sqlite', 'statsmodels', 'support tables', 'svg', 'symfony', 'tailwind css', 'tcl tk', 'tensorflow', 'tensorflow c++', 'terraform' , 'trio', 'twig', 'typescript', 'underscore.js', 'vagrant', 'vite', 'vue router', 'vue.js', 'vuex', 'vulkan', 'web extensions', 'webpack', 'werkzeug', 'wordpress', 'xslt & xpath', 'yarn', 'yii'] + keywords: ['api documentation', 'free', 'open-source', 'developer tools', 'interface', 'offline', 'css', 'html', 'http', 'javascript', 'web apis', 'angular', 'angularjs', 'ansible', 'apache http server', 'apache pig', 'async', 'babel', 'backbone.js', 'bash', 'bluebird', 'bootstrap', 'bottle', 'bower', 'c', 'c++', 'cakephp', 'chai', 'chef', 'clojure', 'cmake', 'codeception', 'codeceptjs', 'codeigniter', 'coffeescript', 'composer', 'cordova', 'crystal', 'cypress', 'd', 'd3.js', 'dart', 'deno', 'django', 'django rest framework', 'docker', 'dojo', 'drupal', 'eigen3', 'electron', 'elisp', 'elixir', 'ember.js', 'enzyme', 'erlang', 'esbuild', 'eslint', 'express', 'falcon', 'fish', 'flask', 'flow', 'gcc', 'git', 'gnu fortran', 'gnu make', 'gnucobol', 'gnuplot', 'go', 'godot', 'graphite', 'groovy', 'grunt', 'gtk', 'handlebars', 'haproxy', 'haskell', 'haxe', 'homebrew', 'i3', 'immutable.js', 'influxdata', 'jasmine', 'jekyll', 'jest', 'jinja', 'jq', 'jquery', 'jquery mobile', 'jquery ui', 'jsdoc', 'julia', 'knockout.js', 'koa', 'kotlin', 'kubectl', 'kubernetes', 'laravel', 'latex', 'leaflet', 'less', 'liquid', 'lodash', 'lua', 'love', 'mariadb', 'marionette.js', 'markdown', 'matplotlib', 'meteor', 'mocha', 'modernizr', 'moment.js', 'mongoose', 'nginx', 'nginx lua module', 'nim', 'nix', 'node.js', 'nokogiri', 'npm', 'numpy', 'ocaml', 'octave', 'openjdk', 'opentsdb', 'padrino', 'pandas', 'perl', 'phalcon', 'phaser', 'phoenix', 'php', 'phpunit', 'pointcloudlibrary', 'pony', 'postgresql', 'prettier', 'pug', 'puppeteer', 'pygame', 'python', 'pytorch', 'q', 'qt', 'r', 'ramda', 'react', 'reactbootstrap', 'react native', 'react router', 'reactivex', 'redis', 'redux', 'relay', 'requirejs', 'rethinkdb', 'ruby', 'ruby minitest', 'ruby on rails', 'rust', 'rxjs', 'saltstack', 'sass', 'scala', 'scikit-image', 'scikit-learn', 'sequelize', 'sinon.js', 'socket.io', 'spring boot', 'sqlite', 'statsmodels', 'support tables', 'svg', 'symfony', 'tailwind css', 'tcl tk', 'tensorflow', 'tensorflow c++', 'terraform', 'trio', 'twig', 'typescript', 'underscore.js', 'vagrant', 'vite', 'vue router', 'vue.js', 'vuex', 'vulkan', 'web extensions', 'webpack', 'werkzeug', 'wordpress', 'xslt & xpath', 'yarn', 'yii'] }, { name: 'Picular', @@ -172,7 +172,7 @@ const resources = [ { name: 'Python Tutor: Visualize Code in Python, JavaScript, C, C++, and Java', url: 'https://pythontutor.com/visualize.html#mode=edit', - keywords: ['code', 'visualize','python', 'javascript', 'c', 'c++', 'javascript', 'java', 'visualize execution', 'coding tutor', 'debug','supplement', 'recursion', 'execution', 'frames', 'objects', 'steps'] + keywords: ['code', 'visualize', 'python', 'javascript', 'c', 'c++', 'javascript', 'java', 'visualize execution', 'coding tutor', 'debug', 'supplement', 'recursion', 'execution', 'frames', 'objects', 'steps'] }, { name: 'Unscreen', @@ -217,7 +217,7 @@ const resources = [ { name: 'Oh My Posh', url: 'https://ohmyposh.dev', - keywords: ['theme engine', 'shell', 'color', 'terminal', 'prompt', 'render', 'customizable', 'theme', 'powershell', 'windows', 'macos','linux', 'fonts', 'console', 'full color set', 'prompt string', 'function', 'variable'] + keywords: ['theme engine', 'shell', 'color', 'terminal', 'prompt', 'render', 'customizable', 'theme', 'powershell', 'windows', 'macos', 'linux', 'fonts', 'console', 'full color set', 'prompt string', 'function', 'variable'] }, { name: 'Compressor', @@ -259,11 +259,11 @@ const resources = [ url: 'https://cloudconvert.com/jpg-to-webp', keywords: ['jpg', 'webp', 'converter', 'heic', 'formats', 'high-quality', 'api'] }, -// { -// name: '', -// url: '', -// keywords: [''] -// }, + // { + // name: '', + // url: '', + // keywords: [''] + // },