Skip to content

Commit 9729d84

Browse files
committed
add content for typescript module
1 parent 7782e47 commit 9729d84

File tree

14 files changed

+1092
-683
lines changed

14 files changed

+1092
-683
lines changed

module8-typescript/README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
# curriculum-backend-readings
1+
# Module 8: TypeScript
2+
3+
Last revised: 14/06/2022
4+
5+
## Summary
6+
7+
Students learn to use TypeScript, an essential and marketable skill in today’s JavaScript
8+
landscape. This variant of JavaScript provides type safety, allowing developers to write
9+
more scalable and understandable applications. Students apply their learning of
10+
TypeScript concepts using the Nest.js framework in comparison to Express.js.
11+
12+
## Outline
13+
14+
- 1 [Introduction to TypeScript [R]](../module8-typescript/r1-introduction-to-typescript/README.md)
15+
16+
- 1.1 [Everyday Types [R]](../module8-typescript/r1.1-everyday-types/README.md)
17+
18+
- 1.2 [Advanced Types [R]](../module8-typescript/r1.2-advanced-types/README.md)
19+
20+
- 1.3 [TypeScript Compiler [R]](../module8-typescript/r1.3-typescript-compiler/README.md)
21+
22+
- 2 [TypeScript with Node and Express [R]](../module8-typescript/r2-typescript-node-express/README.md)
23+
24+
- 2.1 [Backend frameworks with TypeScript [R]](../module8-typescript/r2.1-backend-frameworks-typescript/README.md)
25+
26+
- 2.2 [TypeScript Cart [L]](../module8-typescript/r2.2-typescript-cart/README.md)
27+
28+
- 2.3 [NestJS Task Management App [L]](../module8-typescript/r2.3-nestjs-task-management/README.md)
29+
30+
- 3 [Summary [R]](../module8-typescript/r3-summary/README.md)

module8-typescript/assets/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

module8-typescript/r1-introduction-to-typescript/README.md

Lines changed: 168 additions & 0 deletions
Large diffs are not rendered by default.

module8-typescript/r1-typescript-intro/README.md

Lines changed: 0 additions & 323 deletions
This file was deleted.

0 commit comments

Comments
 (0)