-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
33 lines (33 loc) · 1.02 KB
/
db.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
{
"posts": [
{
"id": 1,
"profile": "Frontend Developer",
"exp": 1,
"desc": "Front-end web development is the development of the graphical user interface of a website, through the use of HTML, CSS, and JavaScript",
"techs": [
"Javascript",
"React"
]
},
{
"profile": "Data Scientist",
"experience": "1",
"skill": [
"Python"
],
"description": "\nTo work as a data scientist, you must have an undergraduate or a postgraduate degree in a relevant discipline, such as Business information systems, Computer science, Economics, Information Management, Mathematics and Statistics.",
"id": 2
},
{
"profile": "Blockchain Developer",
"experience": "1",
"skill": [
"Rust",
"Javascript"
],
"description": "\nBlockchain software developers build applications onto existing blockchain platforms. They handle front-end and back-end development, design, and maintenance.",
"id": 3
}
]
}