-
Notifications
You must be signed in to change notification settings - Fork 0
/
profiles.json
47 lines (47 loc) · 1.48 KB
/
profiles.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"anonymous": {
"name": "Anonymous Developer",
"title": "Full-Stack Developer",
"description": "Experienced in full-stack development with proficiency in multiple programming languages. Has worked with various backend and frontend tools, contributing to innovative projects in the tech industry.",
"abilities": {
"Programming Languages": [
"Language1",
"Language2",
"Language3"
],
"Backend Frameworks & Runtimes": [
"Framework1",
"Framework2",
"Framework3",
"Framework4",
"Framework5"
],
"Frontend Frameworks & Runtimes": [
"Framework1",
"Framework2",
"Framework3",
"Framework4",
"CSS Library1",
"CSS Library2"
],
"Databases": [
"Database1",
"Database2",
"Database3",
"Database4"
]
},
"educations": [
{
"degree": "Bachelor's Degree",
"school": "Technical University",
"duration": "2022-2025 (Expected)"
}
],
"contacts": {
"Email": "anonymous@developer.com",
"LinkedIn": "linkedin.com/in/anonymous",
"GitHub": "github.com/anonymous"
}
}
}