Skip to content

Commit 238c200

Browse files
committed
Add update info to parts 0 and 1
1 parent 21a72c3 commit 238c200

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

src/content/0/en/part0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ lang: en
88

99
In this part, we will familiarize ourselves with the practicalities of taking the course. After that, we will have an overview of the basics of web development and also talk about the advances in web application development during the last few decades.
1010

11+
<i>Part updated on 7th January 2025</i>
12+
1113
</div>

src/content/0/en/part0a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Install a sensible text editor that supports web development. [Visual Studio Cod
381381
382382
Don't code with nano, Notepad or Gedit. NetBeans isn't very good for web development either. It is also rather heavy in comparison to [Visual Studio Code](https://code.visualstudio.com/).
383383
384-
Also, install [Node.js](https://nodejs.org/en/). The material has been done with version 18.13.0, so don't install any version older than that. See [Node.js installation instructions](https://nodejs.org/en/download/package-manager/).
384+
Also, install [Node.js](https://nodejs.org/en/). The material is being updated to Node version v22. Parts 0 and 1 are made using Node version 22.3.0, parts 3, 4, and 10 using version 20.11.0, and the remaining parts using version 18.13.0. Always use at least as recent a Node version. Installation instructions can be found on the [Node.js website](https://nodejs.org/en/download/package-manager/).
385385
386386
Node package manager [npm](https://www.npmjs.com/get-npm) will be automatically installed with Node.js. We will be actively using npm throughout the course. Node also comes with [npx](https://www.npmjs.com/package/npx), which we'll need a few times.
387387

src/content/0/fi/osa0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ lang: fi
88

99
Tässä osassa tutustumme ensin kurssin käytänteisiin ja suorittamistapaan. Sen jälkeen käymme katsauksen websovelluskehityksen perusteisiin ja siihen, mihin suuntaan websovelluskehitys on edennyt viimeisen parin kymmenen vuoden aikana.
1010

11+
<i>Osa päivitetty 7.1.2025</i>
12+
1113
</div>

src/content/0/fi/osa0a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Asenna myös joku järkevä web-devausta tukeva tekstieditori. Enemmän kuin suo
324324

325325
Älä koodaa nanolla, Notepadilla tai Geditillä. Myöskään NetBeans ei ole omimmillaan web-devauksessa, ja se on myös turhan raskas verrattuna esim. Visual Studio Codeen.
326326

327-
Asenna koneeseesi heti myös [Node.js](https://nodejs.org/en/). Materiaali on tehty versiolla 16.13.2, älä asenna sitä vanhempaa versiota. Asennusohjeita on [Node.js:n sivuilla](https://nodejs.org/en/download/package-manager/).
327+
Asenna koneeseesi heti myös [Node.js](https://nodejs.org/en/). Materiaalia ollaan päivittämässä Noden versioon v22. Osat 0 ja 1 on tehty käyttäen Noden versiota 22.3.0, osat 3, 4 ja 10 käyttäen versiota 20.11.0 ja loput osat käyttäen versiota 18.13.0. Käytä aina vähintään yhtä tuoretta Node-versiota. Asennusohjeita on [Node.js:n sivuilla](https://nodejs.org/en/download/package-manager/).
328328

329329
Noden myötä koneelle asentuu myös [npm](https://www.npmjs.com/get-npm) (alunperin lyhennelmä <i>Node Package Manager</i> ‑nimelle), jota tulemme tarvitsemaan kurssin aikana aktiivisesti. Tuoreen Noden kera asentuu myös [npx](https://www.npmjs.com/package/npx), jota tarvitaan myös muutaman kerran.
330330

src/content/1/en/part1.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ lang: en
88

99
In this part, we will familiarize ourselves with the React-library, which we will be using to write the code that runs in the browser. We will also look at some features of JavaScript that are important for understanding React.
1010

11-
<i>Part updated 21th March 2024</i>
12-
- <i>About LLMs in software development</i>
11+
<i>Part updated on 17th January 2025</i>
12+
- <i>Node updated to version v22.3.0</i>
13+
- <i>Eslint configuration moved to eslint.config.js file</i>
1314

1415
</div>

src/content/1/fi/osa1.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ lang: fi
88

99
Alamme tässä osassa tutustua React-kirjastoon, jolla siis teemme sovelluksen selaimessa suoritettavan koodin. Teemme samalla myös nopean katsauksen Javascriptin Reactin kannalta oleellisimpiin ominaisuuksiin.
1010

11-
<i>Osa päivitetty 21.3.2024</i>
12-
- <i>Kielimallien hyödyntäminen ohjelmistokehityksessä</i>
11+
<i>Osa päivitetty 17.1.2025</i>
12+
- <i>Node päivitetty versioon v22.3.0</i>
13+
- <i>Eslint-configuraatio siirtynyt eslint.config.js-tiedostoon</i>
1314

1415
</div>

0 commit comments

Comments
 (0)