Skip to content

Commit 33aa47f

Browse files
committed
remove part9
1 parent 3e51613 commit 33aa47f

3 files changed

Lines changed: 6 additions & 37 deletions

File tree

src/content/9/en/part9.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,9 @@ part: 9
44
lang: en
55
---
66

7-
<div class="intro warning">
8-
9-
Note that the material of Part 9 has been moved to <a href="https://courses.mooc.fi/org/uh-cs/courses/full-stack-open-typescript">
10-
https://courses.mooc.fi/org/uh-cs/courses/full-stack-open-typescript</a>
11-
12-
There are some notable changes in the content. If you have already started this part, and advanced beyond the first exercises, you may continue following the old material, it shall remain here until 1st May 2026.
13-
14-
</div>
15-
167
<div class="intro">
178

18-
This part is all about TypeScript: an open-source typed superset of JavaScript developed by Microsoft that compiles to plain JavaScript.
19-
20-
There are some notable changes in the content. If you have already started this part, and advanced beyond the first exercises, you may continue following the old material, it shall remain here until 1st May 2026.
21-
22-
In this part, we will be using the tools previously introduced to build end-to-end features to an existing ecosystem, with predefined linters and an existing codebase, while writing TypeScript. After doing this part, you should be able to understand, develop and configure projects using TypeScript.
23-
24-
This part is created by [Tuomo Torppa](https://www.linkedin.com/in/tuomotorppa), [Tuukka Peuraniemi](https://www.linkedin.com/in/tuukkapeuraniemi/) and [Jani Rapo](https://www.linkedin.com/in/jani-rapo-5520817b/), the awesome developers of [Terveystalo](https://www.terveystalo.com/fi/Yritystietoa/Terveystalo-tyontantajana/Digital-Health/), the largest private healthcare service provider in Finland. Terveystalo’s nationwide network covers 300 locations across Finland. The clinic network is supplemented by 24/7 digital services.
9+
The material of Part 9 has been moved to <a href="https://courses.mooc.fi/org/uh-cs/courses/full-stack-open-typescript">
10+
https://courses.mooc.fi/org/uh-cs/courses/full-stack-open-typescript</a>
2511

2612
</div>

src/content/9/fi/osa9.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,9 @@ lang: fi
66

77

88

9-
<div class="intro warning">
10-
11-
Huomaa, että osan 9 materiaali on siirretty osoitteeseen <a href="https://courses.mooc.fi/org/uh-cs/courses/full-stack-open-typescript">
12-
https://courses.mooc.fi/org/uh-cs/courses/full-stack-open-typescript</a>
13-
14-
Sisällössä on joitakin merkittäviä muutoksia. Jos olet jo aloittanut tämän osan ja edennyt ensimmäisten tehtävien ohi, voit jatkaa vanhan materiaalin mukaan. Materiaali säilyy täällä 1. toukokuuta 2026 asti.
15-
16-
</div>
17-
189
<div class="intro">
1910

20-
Kurssin yhdeksäs, TypeScriptiä käsittelevä osa löytyy [englanninkielisestä kurssimateriaalista](/en/part9).
21-
22-
Yhdeksännen osan ovat tehneet [Tuomo Torppa](https://www.linkedin.com/in/tuomotorppa), [Tuukka Peuraniemi](https://www.linkedin.com/in/tuukkapeuraniemi/) ja [Jani Rapo](https://www.linkedin.com/in/jani-rapo-5520817b/) jotka kaikki työskentelevät sovelluskehittäjinä [Terveystalolla](https://www.terveystalo.com/fi/Yritystietoa/Terveystalo-tyontantajana/Digital-Health/).
11+
Osan 9 materiaali on siirretty osoitteeseen <a href="https://courses.mooc.fi/org/uh-cs/courses/full-stack-open-typescript">
12+
https://courses.mooc.fi/org/uh-cs/courses/full-stack-open-typescript</a>
2313

24-
Terveystalo on Suomen suurin yksityisten terveyspalveluiden tarjoaja. Valtakunnallinen verkosto kattaa noin 300 toimipaikkaa eri puolilla Suomea. Toimipaikkaverkostoa täydentävät ympäri vuorokauden saatavilla olevat digitaaliset palvelut.
25-
</div>
14+
</div>

src/content/partnavigation/partnavigation.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,7 @@ module.exports = {
101101
d: 'Exercises: extending the bloglist',
102102
},
103103
8: {},
104-
9: {
105-
a: 'Background and introduction',
106-
b: 'First steps with TypeScript',
107-
c: 'Typing an Express app',
108-
d: 'React with types',
109-
e: 'Grande finale: Patientor',
110-
},
104+
9: {},
111105
10: {},
112106
11: {},
113107
12: {},

0 commit comments

Comments
 (0)