@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user