-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestData.json
More file actions
68 lines (68 loc) · 1.84 KB
/
Copy pathtestData.json
File metadata and controls
68 lines (68 loc) · 1.84 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
{
"id": 1,
"name": ".NET CORE",
"description": ".NET Core is a new version of .NET Framework, which is a free, open-source, general-purpose development platform maintained by Microsoft. It is a cross-platform framework that runs on Windows, macOS, and Linux operating systems.",
"image": "dot-net-core.jpg",
"IQ": 0,
"tags": [
{
"name": ".NET"
},
{
"name": "API"
}
],
"Competencies": [
{
"name": "Web API's",
"description": "RESTful HTTP services",
"sources": "https://docs.Microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore&tabs=visual-studio"
},
{
"name": "Web UI's",
"description": "RESTful HTTP services",
"tutorial": "https://docs.Microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore&tabs=visual-studio"
},
{
"name": "Razor",
"tutorial": "RESTful HTTP services",
"sources": "https://docs.Microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore&tabs=visual-studio"
},
{
"name": "Blazor",
"description": "RESTful HTTP services",
"sources": "https://docs.Microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore&tabs=visual-studio"
}
],
"LearningCurve": {
"StudyTimes": [
{
"id": 1,
"ProjectedDate": "",
"Studied": false
},
{
"id": 2,
"ProjectedDate": "",
"Studied": false
},
{
"id": 3,
"ProjectedDate": "",
"Studied": false
},
{
"id": 4,
"ProjectedDate": "",
"Studied": false
},
{
"id": 5,
"ProjectedDate": "",
"Studied": false
}
]
}
}
]