-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
21 lines (21 loc) · 1020 Bytes
/
data.json
File metadata and controls
21 lines (21 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"firstName": "Karan",
"lastName": "Suthar",
"languagesStrong": ["Python", "C"],
"languagesFamiliar": ["C++", "JavaScript", "MySQL"],
"tools":["Git", "Heroku", "DigitalOcean", "Vim", "VS Code"],
"frameworks": ["Django", "Flask", "Bootstrap"],
"libraries": ["Jquery"],
"undergradCourses": ["Operating Systems",
"Object Oriented Programming",
"Data Structures and Algorithm",
"Compiler Construction",
"Software Engineering",
"Unix Tools and Scripting"],
"links": [["Facebook", "https://facebook.com/karansthr", "karansthr"],
["GitHub", "https://github.com/karansthr", "karansthr"],
["LinkedIn", "https://linkedin.com/in/karansthr", "karansthr"],
["StackOverflow", "https://stackoverflow.com/users/8428994/", "/users/8428994/"],
["Twitter", "https://twitter.com/@karansthr", "@karansthr"]
]
}