fixes #2 fixes #5 fixes #9 fixes #28 fixes #30

This commit is contained in:
André Weller
2019-06-15 01:55:37 +02:00
parent 13a5b23e1d
commit 8cb7b986e1
6 changed files with 75 additions and 0 deletions

View File

@@ -13,11 +13,21 @@ export default {
data() {
return {
resources: [
{
title: 'Caniuse',
desc: '"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.',
url: 'https://caniuse.com/'
},
{
title: 'DevDocs',
desc: 'DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Online and offline, always have your docs with you.',
url: 'https://devdocs.io'
},
{
title: 'Rico\'s cheatsheets',
desc: 'Cheatsheets for any kind of technologies in the web domain.',
url: 'https://devhints.io'
},
{
title: 'Developer Roadmap',
desc: 'Below you find a set of charts demonstrating the paths that you can take and the technologies that you would want to adopt in order to become a frontend, backend or a devops. I made these charts for an old professor of mine who wanted something to share with his college students to give them a perspective; sharing them here to help the community.',