Skip to content
This repository was archived by the owner on Sep 4, 2022. It is now read-only.

Commit bf1390a

Browse files
committed
Add tags to some of the general resources
1 parent 62c8906 commit bf1390a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

resources/general.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,67 +6,67 @@
66
"title": "Caniuse",
77
"desc": "'Can I use' provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.",
88
"url": "https://caniuse.com/",
9-
"tags": []
9+
"tags": ["compatibility", "browser", "search"]
1010
},
1111
{
1212
"title": "DevDocs",
1313
"desc": "DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Online and offline, always have your docs with you.",
1414
"url": "https://devdocs.io",
15-
"tags": []
15+
"tags": ["search", "aggregator", "languages", "api"]
1616
},
1717
{
1818
"title": "MDN web docs",
1919
"desc": "Tutorials, references, tools and resources.",
2020
"url": "https://developer.mozilla.org/docs/Web",
21-
"tags": []
21+
"tags": ["mozilla", "basics", "scripting", "graphics", "accessibility"]
2222
},
2323
{
2424
"title": "Rico's cheatsheets",
2525
"desc": "Cheatsheets for any kind of technologies in the web domain.",
2626
"url": "https://devhints.io",
27-
"tags": []
27+
"tags": ["search", "ruby", "javascript", "bash", "cli"]
2828
},
2929
{
3030
"title": "Developer Roadmap",
3131
"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.",
3232
"url": "https://github.com/kamranahmedse/developer-roadmap/blob/master/readme.md",
33-
"tags": []
33+
"tags": ["roadmaps", "visual", "graphics", "connections"]
3434
},
3535
{
3636
"title": "ebookfoundation",
3737
"desc": "Freely available programming books",
3838
"url": "https://ebookfoundation.github.io/free-programming-books/",
39-
"tags": []
39+
"tags": ["lists", "languages", "courses", "resources"]
4040
},
4141
{
4242
"title": "Google Developer",
4343
"desc": "Tutorials, guides, and best practices for building the next generation of web experiences.",
4444
"url": "https://developers.google.com/web/",
45-
"tags": []
45+
"tags": ["tools", "videos", "fundamentals", "web", "chrome"]
4646
},
4747
{
4848
"title": "Google Chrome Youtube",
4949
"desc": "Making the web more awesome - latest news about google chrome",
5050
"url": "https://www.youtube.com/channel/UCnUYZLuoy1rq1aVMwx4aTzw",
51-
"tags": []
51+
"tags": ["videos", "keynotes", "channels"]
5252
},
5353
{
5454
"title": "Code wars",
5555
"desc": "Challenge yourself on kata, created by the community to strengthen different skills. Master your current language of choice, or expand your understanding of a new one.",
5656
"url": "https://www.codewars.com/",
57-
"tags": []
57+
"tags": ["skills", "rank", "languages", "training"]
5858
},
5959
{
6060
"title": "Exercism",
6161
"desc": "Learn to code in a variety of languages. Complete programming challenges, view other's solutions, and get community feedback on your code.",
6262
"url": "https://exercism.io",
63-
"tags": []
63+
"tags": ["mentors", "tracks", "exercises", "feedback"]
6464
},
6565
{
6666
"title": "Learn X in Y min",
6767
"desc": "Take a whirlwind tour of your next favorite language. Community-driven!",
6868
"url": "https://learnxinyminutes.com/",
69-
"tags": []
69+
"tags": ["languages", "quick", "resources", "basics"]
7070
}
7171
]
7272
}

0 commit comments

Comments
 (0)