-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlinks.json
More file actions
34 lines (34 loc) · 1.75 KB
/
links.json
File metadata and controls
34 lines (34 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"links": [
{
"name": "Code by Devtools Tech",
"description": "A platform to practice curated real-world interview questions that help users to enhance knowledge, track performance, and better prepare for interviews. We offer a variety of questions and resources that will help you stand out and move closer to your dream job!",
"tags": ["interviews", "frontend", "programming", "resource", "devtools"],
"link": "https://code.devtools.tech"
},
{
"name": "Devtools YouTube Channel",
"description": "Devtools Tech is a YouTube channel which was started as a collaborative effort among like-minded engineers to provide high quality programming tutorials for free. We firmly believe in knowledge sharing and easy access to quality content for everyone.",
"tags": ["youtube", "frontend", "programming", "resource", "devtools"],
"link": "https://www.youtube.com/channel/UCtf9NkTbitF05Lap2tragZA"
},
{
"name": "Backdrops",
"description": "Tiny chrome extension to change your boring new tab screen to something delightful.",
"tags": ["chrome", "chrome extensions", "tools", "productivity"],
"link": "https://chrome.google.com/webstore/detail/backdrops/beanogjmmfajlfkfmlchaoamcoelddjf?hl=en"
},
{
"name": "AMP Templates",
"description": "A collection of responsive, blazing fast AMP templates from all over the web.",
"tags": ["web", "amp", "templates", "tools", "resource"],
"link": "https://amptemplates.io"
},
{
"name": "Epic React by Kent C. Dodds",
"description": "Confidently Ship Well-Architected Production Ready React Apps Like a Pro",
"tags": ["reactjs", "course", "paid", "frontend"],
"link": "https://epicreact.dev/"
}
]
}