Skip to content

Commit 49f3ad7

Browse files
committed
Course structure in json
PR-URL: #31
1 parent ae406e8 commit 49f3ad7

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

Courses/index.js

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
({
2+
intro: {
3+
title: 'Introduction to software engineering',
4+
},
5+
sef1: {
6+
title: 'Software engineering fundamentals: part 1',
7+
},
8+
sef2: {
9+
title: 'Software engineering fundamentals: part 2',
10+
},
11+
sef3: {
12+
title: 'Software engineering fundamentals: part 3',
13+
},
14+
pps1: {
15+
title: 'Asynchronous programming',
16+
},
17+
pps2: {
18+
title: 'Parallel programming',
19+
},
20+
pps3: {
21+
title: 'Distributed systems',
22+
},
23+
nts1: {
24+
title: 'Node.js technology stack: part1',
25+
},
26+
nts2: {
27+
title: 'Node.js technology stack: part2',
28+
},
29+
nts3: {
30+
title: 'Node.js technology stack: part3',
31+
},
32+
isa1: {
33+
title: 'Information system architecture: part1',
34+
},
35+
isa2: {
36+
title: 'Information system architecture: part2',
37+
},
38+
});

0 commit comments

Comments
 (0)