We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae406e8 commit 49f3ad7Copy full SHA for 49f3ad7
Courses/index.js
@@ -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