diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..6f219b3 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index b32fbdd..342734e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ -# [Web Applications I / Applicazioni Web I (2021/2023)](https://github.com/polito-WA1-AW1-2023) +# [Web Applications I / Applicazioni Web I (2022/2023)](https://github.com/polito-WA1-AW1-2023) Material for the course of _Web Applications I_ (in English) and _Applicazioni Web I_ (in Italian) for the Master Degree in Computer Engineering at Politecnico di Torino. ## Slides - [Introduction to the course (prof. Corno)](slide/00-intro-2023-WA1-AH.pdf) +- [Introduction to the course (prof. De Russis)](slide/00-intro-2023-WA1-iz.pdf) - Introduction to the course (prof. Masala) -- Introduction to the course (prof. De Russis) ### Javascript +- [JavaScript Basics](slide/1-01-javascript-basics.pdf) +- [JavaScript Objects and Funcitons](slide/1-02-javascript-objects-functions.pdf) +- Asynchronous Programming in JavaScript ### Browsers and client-side applications @@ -23,6 +26,9 @@ Material for the course of _Web Applications I_ (in English) and _Applicazioni W ## Readings - ## Laboratories +- Lab 1: Getting Started with Node.js +- Lab 2 +- Lab 3 +- Lab 4 diff --git a/slide/00-intro-2023-WA1-iz.pdf b/slide/00-intro-2023-WA1-iz.pdf new file mode 100644 index 0000000..5003ac5 Binary files /dev/null and b/slide/00-intro-2023-WA1-iz.pdf differ diff --git a/slide/1-01-javascript-basics.pdf b/slide/1-01-javascript-basics.pdf new file mode 100644 index 0000000..ac80c27 Binary files /dev/null and b/slide/1-01-javascript-basics.pdf differ diff --git a/slide/1-02-javascript-objects-functions.pdf b/slide/1-02-javascript-objects-functions.pdf new file mode 100644 index 0000000..d0cc8f9 Binary files /dev/null and b/slide/1-02-javascript-objects-functions.pdf differ