Update Semester 1 authored by Clauwaert Thomas's avatar Clauwaert Thomas
...@@ -47,7 +47,7 @@ No special actions required for the first few weeks. ...@@ -47,7 +47,7 @@ No special actions required for the first few weeks.
* Passphrase: Only if you provided a passphrase in the ssh keys step. * Passphrase: Only if you provided a passphrase in the ssh keys step.
* Press **Test Connection** and this should work! * Press **Test Connection** and this should work!
# Programming Fundamentals TODO naar webstorm? # Programming Fundamentals
### WebStorm and NodeJS ### WebStorm and NodeJS
...@@ -55,7 +55,7 @@ No special actions required for the first few weeks. ...@@ -55,7 +55,7 @@ No special actions required for the first few weeks.
- Jetbrains - WebStorm (see [Semester 1 > Web Development Fundamentals](#webStorm) You need to install **and configure** WebStorm the exact same way as for Web Development. You only need to do this once. - Jetbrains - WebStorm (see [Semester 1 > Web Development Fundamentals](#webStorm) You need to install **and configure** WebStorm the exact same way as for Web Development. You only need to do this once.
- NodeJS: Download and install. The LTS version (long term support) is perfect. [download](https://nodejs.org/en/download/) Installation should be straight forward. To verify your installation, open a terminal (command line) and type *node* and hit enter. If you see *"Welcome to Node.js"* you are ready to proceed. - NodeJS: Download and install. The LTS version (long term support) is perfect. [download](https://nodejs.org/en/download/) Installation should be straight forward. To verify your installation, open a terminal (command line) and type *node* and hit enter. If you see *"Welcome to Node.js"* you are ready to proceed.
### Demo code TODO: ### Demo code:
[Here](https://git.ti.howest.be/TI/2022-2023/s1/pf/ex-pf-demo) you can find a *demo repo* for the exercises of Programming Fundamentals. [Here](https://git.ti.howest.be/TI/2022-2023/s1/pf/ex-pf-demo) you can find a *demo repo* for the exercises of Programming Fundamentals.
... ...
......