From 2c9532ed6e575cdf954002aa4d0a428a51f329f7 Mon Sep 17 00:00:00 2001 From: lostdesign Date: Sat, 22 Jun 2019 21:47:49 +0200 Subject: [PATCH 1/5] change from fathom to matomo --- app.html | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/app.html b/app.html index 400eaa2..f86147b 100644 --- a/app.html +++ b/app.html @@ -4,23 +4,21 @@ {{ HEAD }} - - - + {{ APP }} \ No newline at end of file From 3fdaedd6c4a48f7335018e44d3a5a43b7c4f7d3b Mon Sep 17 00:00:00 2001 From: Beamanator Date: Thu, 27 Jun 2019 18:17:21 +0200 Subject: [PATCH 2/5] feat: add The Net Ninja to javascript resources --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index bb4e4f8..aa194b6 100644 --- a/store.json +++ b/store.json @@ -449,6 +449,11 @@ "title": "You might not need jquery", "desc": "jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application. If you're developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency.", "url": "http://youmightnotneedjquery.com" + }, + { + "title": "The Net Ninja - Black-belt your web skills", + "desc": "Free YouTube tutorials on modern JavaScript (beginner to advanced), Node.js, React, Vue.js, Firebase, MongoDB, Plus loads more...", + "url": "https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg/playlists" } ] }, From 839830110505899e62b2202a58b3b2f04da74736 Mon Sep 17 00:00:00 2001 From: Matthias Hampel Date: Sun, 30 Jun 2019 14:49:57 +0200 Subject: [PATCH 3/5] fix typos --- pages/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 6609795..0d5add0 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -4,8 +4,8 @@ h1.text-black.font-bold.text-xl.mb-2 What is  span 💎 webgems? p Webgems is a goto place for devs and designers to find new resources and more. As a beginner it's sometimes not easy to find what you need since you don't know what you should look for. - p Therefore i created this project to have the most common and best resources for beginners and veterans in one place. Kinda like a bookmarks list for devs and designers, containing only the best gems out there. - p If you want to add your own gem, go ahead and open a pull request on github (click on that octocat at the top right corner).  + p Therefore I created this project to have the most common and best resources for beginners and veterans in one place. Kinda like a bookmarks list for devs and designers, containing only the best gems out there. + p If you want to add your own gem, go ahead and open a pull request on GitHub (click on that octocat at the top right corner). p By the way, this project lives by getting shared, if you find this worthy please share it with others. p.muted // made with love by p.contributors class  From f241a82e698896f1da2d30fbfc836b339bd1bb43 Mon Sep 17 00:00:00 2001 From: Matthias Hampel Date: Sun, 30 Jun 2019 14:50:17 +0200 Subject: [PATCH 4/5] add serverless.css-tricks.com --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index bb4e4f8..3dbfd05 100644 --- a/store.json +++ b/store.json @@ -848,6 +848,11 @@ "title": "Servers for hackers", "desc": "Tutorials on how to handle your servers.", "url": "https://serversforhackers.com/" + }, + { + "title": "Serverless for Front-End Developers", + "desc": "Find Serverless services (e.g. functions, databases and other tools) for your next project. There are also articles related to Serverless and JAMstack.", + "url": "https://serverless.css-tricks.com/" } ] }, From 8bab9985c9596fb813a5f276f912c8dba2caafdb Mon Sep 17 00:00:00 2001 From: praveen-me Date: Fri, 5 Jul 2019 15:49:41 +0530 Subject: [PATCH 5/5] Added Glitch in server in store.json --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index bb4e4f8..3599223 100644 --- a/store.json +++ b/store.json @@ -848,6 +848,11 @@ "title": "Servers for hackers", "desc": "Tutorials on how to handle your servers.", "url": "https://serversforhackers.com/" + }, + { + "title" : "Glitch", + "desc" : "The friendly community where everyone can discover & create the best apps on the web.", + "url" : "https://glitch.com/" } ] },