Update new store with all current resources, remove store.json

This commit is contained in:
Kevin
2019-09-05 21:29:08 +02:00
parent 5910c42b3d
commit 967cdfbd3b
5 changed files with 43 additions and 1106 deletions

View File

@@ -111,6 +111,11 @@
"title": "UX Collective",
"desc": "A Medium-based blog, curating articles on modern UX Design practices, conventions, and ideas.",
"url": "https://uxdesign.cc/"
},
{
"title": "Codrops",
"desc": "Codrops is a web design and development blog that publishes articles and tutorials about the latest web trends, techniques and new possibilities.",
"url": "https://tympanus.net/codrops/"
}
]
}

View File

@@ -7,6 +7,7 @@ import general from './general'
import html from './html'
import javascript from './javascript'
import php from './php'
import podcasts from './podcasts'
import python from './python'
import ruby from './ruby'
import server from './server'
@@ -22,6 +23,7 @@ export default [
html,
javascript,
php,
podcasts,
python,
ruby,
server,

View File

@@ -76,11 +76,26 @@
"title": "Javascript Weekly",
"desc": "A free, onceweekly email roundup of JavaScript news and articles.",
"url": "https://javascriptweekly.com/"
},
{
"title": "Learn JavaScript Online",
"desc": "The easiest way to learn & practice modern JavaScript",
"url": "https://learnjavascript.online/"
},
{
"title": "Code to go",
"desc": "Find up to date snippets for common JavaScript use cases",
"url": "https://codetogo.io/"
},
{
"title": "Clean Code Javascript",
"desc": "Software engineering principles, from Robert C. Martin's book Clean Code, adapted for JavaScript. This is not a style guide. It's a guide to producing readable, reusable, and refactorable software in JavaScript.",
"url": "https://github.com/ryanmcdermott/clean-code-javascript"
},
{
"title": "List of (Advanced) JavaScript Questions",
"desc": "A curated list of JavaScript questions from basic to advanced to either refresh your knowledge or prepare for job interviews. Updated weekly with new questions and available in several languages.",
"url": "https://github.com/lydiahallie/javascript-questions"
}
]
}

21
resources/podcasts.json Normal file
View File

@@ -0,0 +1,21 @@
{
"title": "Podcasts",
"slug": "/podcasts",
"resources": [
{
"title": "syntax.fm",
"desc": "Full Stack Developers Wes Bos and Scott Tolinski dive deep into web development topics, explaining how they work and talking about their own experiences. They cover from JavaScript frameworks like React, to the latest advancements in CSS to simplifying web tooling.",
"url": "https://syntax.fm/"
},
{
"title": "The Changelog",
"desc": "News and podcasts for developers.",
"url": "https://changelog.com/"
},
{
"title": "Ladybug Podcast",
"desc": "Listen to Kelly Vaughn, Ali Spittel, Emma Wedekind, and Lindsey Kopacz, four women in tech, discuss topics such as how to get your first job in tech and how to manage side projects.",
"url": "https://ladybug.dev/"
}
]
}

1106
store.json

File diff suppressed because it is too large Load Diff