Merge branch 'master' into patch-1

This commit is contained in:
Jad Joubran
2019-08-20 10:37:08 +02:00
committed by GitHub

View File

@@ -269,6 +269,11 @@
"title": "UX Collective", "title": "UX Collective",
"desc": "A Medium-based blog, curating articles on modern UX Design practices, conventions, and ideas.", "desc": "A Medium-based blog, curating articles on modern UX Design practices, conventions, and ideas.",
"url": "https://uxdesign.cc/" "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/"
} }
] ]
}, },
@@ -514,6 +519,16 @@
"title": "Code to go", "title": "Code to go",
"desc": "Find up to date snippets for common JavaScript use cases", "desc": "Find up to date snippets for common JavaScript use cases",
"url": "https://codetogo.io/" "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"
} }
] ]
}, },
@@ -915,9 +930,9 @@
"url": "https://serversforhackers.com/" "url": "https://serversforhackers.com/"
}, },
{ {
"title" : "Glitch", "title": "Glitch",
"desc" : "The friendly community where everyone can discover & create the best apps on the web.", "desc": "The friendly community where everyone can discover & create the best apps on the web.",
"url" : "https://glitch.com/" "url": "https://glitch.com/"
}, },
{ {
"title": "Serverless for Front-End Developers", "title": "Serverless for Front-End Developers",
@@ -1066,5 +1081,26 @@
"url": "https://letsencrypt.org/" "url": "https://letsencrypt.org/"
} }
] ]
},
{
"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/"
}
]
} }
] ]