Skip to content

Commit 64bff85

Browse files
committed
link to lecture overview added
1 parent b8262e2 commit 64bff85

8 files changed

+25
-1
lines changed

Lecture-1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HTTP: the language of Web communication <!-- omit in toc -->
22

3-
[Overview of all Lecture 1 materials](Readme.md#lecture-1)
3+
:point_right: [Overview of all Lecture 1 materials](README.md#lecture-1)
44

55
## Table of Content <!-- omit in toc -->
66

Lecture-2.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# HTML: the language of the Web <!-- omit in toc -->
22

3+
:point_right: [Overview of all Lecture 2 materials](README.md#lecture-2)
4+
35
## Table of Content <!-- omit in toc -->
46
- [Learning goals](#learning-goals)
57
- [Web sites vs. web applications vs. the web as a platform](#web-sites-vs-web-applications-vs-the-web-as-a-platform)

Lecture-3.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# JavaScript: the language of browser interactions <!-- omit in toc -->
22

3+
:point_right: [Overview of all Lecture 3 materials](README.md#lecture-3)
4+
35
*This is the densest web lecture of this course. Learning how to code takes time. Take a look at the [exercises](nodeschool-exercises.md) that are relevant for this lecture.*
46

57
*At times we use :point_up: and :point_down: to make it clear whether an explanation belongs to the code snippet above or below the text. The :bangbang: sign is added to code examples you should run yourself.*

Lecture-4.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Node.js: JavaScript on the server <!-- omit in toc -->
22

3+
:point_right: [Overview of all Lecture 4 materials](README.md#lecture-4)
4+
5+
*At times we use :point_up: and :point_down: to make it clear whether an explanation belongs to the code snippet above or below the text. The :bangbang: sign is added to code examples you should run yourself.*
6+
37
## Table of Content <!-- omit in toc -->
48
- [Learning goals](#learning-goals)
59
- [Introduction to Node.js](#introduction-to-nodejs)

Lecture-5.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CSS: the language of web design <!-- omit in toc -->
22

3+
:point_right: [Overview of all Lecture 5 materials](README.md#lecture-5)
4+
5+
*At times we use :point_up: and :point_down: to make it clear whether an explanation belongs to the code snippet above or below the text. The :bangbang: sign is added to code examples you should run yourself.*
6+
37
## Table of Content <!-- omit in toc -->
48

59
- [Learning goals](#learning-goals)

Lecture-6.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Advanced Node.js <!-- omit in toc -->
22

3+
:point_right: [Overview of all Lecture 6 materials](README.md#lecture-6)
4+
5+
*At times we use :point_up: and :point_down: to make it clear whether an explanation belongs to the code snippet above or below the text. The :bangbang: sign is added to code examples you should run yourself.*
6+
37
## Table of Content <!-- omit in toc -->
48
- [Learning goals](#learning-goals)
59
- [Organization and reusability of Node.js code](#organization-and-reusability-of-nodejs-code)

Lecture-7.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Cookies, sessions and third-party authentication <!-- omit in toc -->
22

3+
:point_right: [Overview of all Lecture 7 materials](README.md#lecture-7)
4+
5+
*At times we use :point_up: and :point_down: to make it clear whether an explanation belongs to the code snippet above or below the text. The :bangbang: sign is added to code examples you should run yourself.*
6+
37
## Table of Content <!-- omit in toc -->
48
- [Learning goals](#learning-goals)
59
- [Recall the HTTP lecture](#recall-the-http-lecture)

Lecture-8.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Web security <!-- omit in toc -->
22

3+
:point_right: [Overview of all Lecture 8 materials](README.md#lecture-8)
4+
5+
*At times we use :point_up: and :point_down: to make it clear whether an explanation belongs to the code snippet above or below the text. The :bangbang: sign is added to code examples you should run yourself.*
6+
37
## Table of Content <!-- omit in toc -->
48
- [Learning goals](#learning-goals)
59
- [Introduction](#introduction)

0 commit comments

Comments
 (0)