Skip to content

Commit 9cc8cd0

Browse files
committed
curriculum structure pages added
1 parent d04f9eb commit 9cc8cd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2799
-87
lines changed

advanced-web/browser-addons.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
[Home](../README.md) > [Advanced Web](./README.md) > Browser Addons and Extentions
2+
3+
# Topic: Browser Addons and Extentions
4+
5+
* Lesson: [{{Lesson name}}](#Lesson-name)
6+
* Lesson: [{{Lesson name}}](#Lesson-name)
7+
* Lesson: [{{Lesson name}}](#Lesson-name)
8+
* Assignment: [{{Assignment name}}](#Assignment-name)
9+
10+
---
11+
12+
## Lesson name
13+
14+
### Self learning content
15+
16+
* [link description](./#)
17+
* [link description](./#)
18+
19+
### Lesson description
20+
21+
Description to lecture/lab content (50 - 100 words)
22+
23+
* Learning content 1
24+
* Learning content 2
25+
* Learning content 3
26+
27+
---
28+
29+
## Lesson name
30+
31+
### Self learning content
32+
33+
* [link description](./#)
34+
* [link description](./#)
35+
36+
### Lesson description
37+
38+
Description to lecture/lab content (50 - 100 words)
39+
40+
* Learning content 1
41+
* Learning content 2
42+
* Learning content 3
43+
44+
---
45+
46+
## Assignment name
47+
48+
<dl>
49+
<dt>Assignment Duration</dt>
50+
<dd>xx mins</dd>
51+
</dl>
52+
53+
### Assignment description
54+
55+
Description to assignment to complete

advanced-web/index.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[Home](../index.md) > Advanced Web
2+
3+
# Module: Advanced Web
4+
5+
Advanced topics related to web programming.
6+
7+
<dl>
8+
<dt>Recommended Duration</dt>
9+
<dd>~ 50 hours</dd>
10+
<dt>Number of Topics</dt>
11+
<dd>4</dd>
12+
</dl>
13+
14+
## Topics
15+
16+
1. [Search engine optimization](./seo.md)
17+
1. [Web Security](./security.md)
18+
1. [Browser Addons and Extentions](./browser-addons.md)
19+
1. [Optimised web grapics](./web-graphics.md)
20+
21+
## Learning Outcomes
22+
23+
- SEO
24+
- CORS, Auth, XSS, etc
25+
- ...

advanced-web/security.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
[Home](../README.md) > [Advanced Web](./README.md) > Web Security
2+
3+
# Topic: Web Security
4+
5+
* Lesson: [{{Lesson name}}](#Lesson-name)
6+
* Lesson: [{{Lesson name}}](#Lesson-name)
7+
* Lesson: [{{Lesson name}}](#Lesson-name)
8+
* Assignment: [{{Assignment name}}](#Assignment-name)
9+
10+
---
11+
12+
## Lesson name
13+
14+
### Self learning content
15+
16+
* [link description](./#)
17+
* [link description](./#)
18+
19+
### Lesson description
20+
21+
Description to lecture/lab content (50 - 100 words)
22+
23+
* Learning content 1
24+
* Learning content 2
25+
* Learning content 3
26+
27+
---
28+
29+
## Lesson name
30+
31+
### Self learning content
32+
33+
* [link description](./#)
34+
* [link description](./#)
35+
36+
### Lesson description
37+
38+
Description to lecture/lab content (50 - 100 words)
39+
40+
* Learning content 1
41+
* Learning content 2
42+
* Learning content 3
43+
44+
---
45+
46+
## Assignment name
47+
48+
<dl>
49+
<dt>Assignment Duration</dt>
50+
<dd>xx mins</dd>
51+
</dl>
52+
53+
### Assignment description
54+
55+
Description to assignment to complete

advanced-web/seo.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
[Home](../README.md) > [Advanced Web](./README.md) > Search engine optimization
2+
3+
# Topic: Search engine optimization
4+
5+
* Lesson: [{{Lesson name}}](#Lesson-name)
6+
* Lesson: [{{Lesson name}}](#Lesson-name)
7+
* Lesson: [{{Lesson name}}](#Lesson-name)
8+
* Assignment: [{{Assignment name}}](#Assignment-name)
9+
10+
---
11+
12+
## Lesson name
13+
14+
### Self learning content
15+
16+
* [link description](./#)
17+
* [link description](./#)
18+
19+
### Lesson description
20+
21+
Description to lecture/lab content (50 - 100 words)
22+
23+
* Learning content 1
24+
* Learning content 2
25+
* Learning content 3
26+
27+
---
28+
29+
## Lesson name
30+
31+
### Self learning content
32+
33+
* [link description](./#)
34+
* [link description](./#)
35+
36+
### Lesson description
37+
38+
Description to lecture/lab content (50 - 100 words)
39+
40+
* Learning content 1
41+
* Learning content 2
42+
* Learning content 3
43+
44+
---
45+
46+
## Assignment name
47+
48+
<dl>
49+
<dt>Assignment Duration</dt>
50+
<dd>xx mins</dd>
51+
</dl>
52+
53+
### Assignment description
54+
55+
Description to assignment to complete

advanced-web/web-graphics.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
[Home](../README.md) > [Advanced Web](./README.md) > Optimised web grapics
2+
3+
# Topic: Optimised web grapics
4+
5+
* Lesson: [{{Lesson name}}](#Lesson-name)
6+
* Lesson: [{{Lesson name}}](#Lesson-name)
7+
* Lesson: [{{Lesson name}}](#Lesson-name)
8+
* Assignment: [{{Assignment name}}](#Assignment-name)
9+
10+
---
11+
12+
## Lesson name
13+
14+
### Self learning content
15+
16+
* [link description](./#)
17+
* [link description](./#)
18+
19+
### Lesson description
20+
21+
Description to lecture/lab content (50 - 100 words)
22+
23+
* Learning content 1
24+
* Learning content 2
25+
* Learning content 3
26+
27+
---
28+
29+
## Lesson name
30+
31+
### Self learning content
32+
33+
* [link description](./#)
34+
* [link description](./#)
35+
36+
### Lesson description
37+
38+
Description to lecture/lab content (50 - 100 words)
39+
40+
* Learning content 1
41+
* Learning content 2
42+
* Learning content 3
43+
44+
---
45+
46+
## Assignment name
47+
48+
<dl>
49+
<dt>Assignment Duration</dt>
50+
<dd>xx mins</dd>
51+
</dl>
52+
53+
### Assignment description
54+
55+
Description to assignment to complete

computer-programming/code-quality.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
[Home](../README.md) > [Computer Programming](./README.md) > Code Quality Control
2+
3+
# Topic: Code Quality Control
4+
5+
* Lesson: [{{Lesson name}}](#Lesson-name)
6+
* Lesson: [{{Lesson name}}](#Lesson-name)
7+
* Lesson: [{{Lesson name}}](#Lesson-name)
8+
* Assignment: [{{Assignment name}}](#Assignment-name)
9+
10+
---
11+
12+
## Lesson name
13+
14+
### Self learning content
15+
16+
* [link description](./#)
17+
* [link description](./#)
18+
19+
### Lesson description
20+
21+
Description to lecture/lab content (50 - 100 words)
22+
23+
* Learning content 1
24+
* Learning content 2
25+
* Learning content 3
26+
27+
---
28+
29+
## Lesson name
30+
31+
### Self learning content
32+
33+
* [link description](./#)
34+
* [link description](./#)
35+
36+
### Lesson description
37+
38+
Description to lecture/lab content (50 - 100 words)
39+
40+
* Learning content 1
41+
* Learning content 2
42+
* Learning content 3
43+
44+
---
45+
46+
## Assignment name
47+
48+
<dl>
49+
<dt>Assignment Duration</dt>
50+
<dd>xx mins</dd>
51+
</dl>
52+
53+
### Assignment description
54+
55+
Description to assignment to complete

computer-programming/deployment.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
[Home](../README.md) > [Computer Programming](./README.md) > Deployment and automation
2+
3+
# Topic: Deployment and automation
4+
5+
* Lesson: [{{Lesson name}}](#Lesson-name)
6+
* Lesson: [{{Lesson name}}](#Lesson-name)
7+
* Lesson: [{{Lesson name}}](#Lesson-name)
8+
* Assignment: [{{Assignment name}}](#Assignment-name)
9+
10+
---
11+
12+
## Lesson name
13+
14+
### Self learning content
15+
16+
* [link description](./#)
17+
* [link description](./#)
18+
19+
### Lesson description
20+
21+
Description to lecture/lab content (50 - 100 words)
22+
23+
* Learning content 1
24+
* Learning content 2
25+
* Learning content 3
26+
27+
---
28+
29+
## Lesson name
30+
31+
### Self learning content
32+
33+
* [link description](./#)
34+
* [link description](./#)
35+
36+
### Lesson description
37+
38+
Description to lecture/lab content (50 - 100 words)
39+
40+
* Learning content 1
41+
* Learning content 2
42+
* Learning content 3
43+
44+
---
45+
46+
## Assignment name
47+
48+
<dl>
49+
<dt>Assignment Duration</dt>
50+
<dd>xx mins</dd>
51+
</dl>
52+
53+
### Assignment description
54+
55+
Description to assignment to complete

0 commit comments

Comments
 (0)