Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions Courses/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
({
intro: {
title: 'Introduction to software engineering',
},
sef1: {
title: 'Software engineering fundamentals: part 1',
},
sef2: {
title: 'Software engineering fundamentals: part 2',
},
sef3: {
title: 'Software engineering fundamentals: part 3',
},
pps1: {
title: 'Asynchronous programming',
},
pps2: {
title: 'Parallel programming',
},
pps3: {
title: 'Distributed systems',
},
nts1: {
title: 'Node.js technology stack: part1',
},
nts2: {
title: 'Node.js technology stack: part2',
},
nts3: {
title: 'Node.js technology stack: part3',
},
isa1: {
title: 'Information system architecture: part1',
},
isa2: {
title: 'Information system architecture: part2',
},
});