You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: week1/README.md
+4-15
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ These are the topics for week 1:
17
17
18
18
1.[How does the internet work?](https://study.hackyourfuture.net/#/the-internet/)
19
19
20
-
## 0. Video's
20
+
## Videos
21
21
22
-
Your teacher Andrej has made some videos for this week's material that complements the reading material. You can find them here: [Videos 1 - 6](https://www.youtube.com/playlist?list=PLVYDhqbgYpYXpc_l_Vlj8yz3LjgkkWXnn) (up to and including the Express example)
22
+
Your mentor Andrej has made some videos for this week's material that complements the reading material. You can find them here: [Videos 1 - 6](https://www.youtube.com/playlist?list=PLVYDhqbgYpYXpc_l_Vlj8yz3LjgkkWXnn) (up to and including the Express example)
@@ -29,26 +29,15 @@ This week we are going to have our first meeting with the backend and learn how
29
29
30
30
Let's first take a broad look at what the term backend really means by reading up on it [here](https://study.hackyourfuture.net/#/software-development/backend.md). A common used term when looking at the frontend/backend ecosystem is the client-server model, read up about that [here](https://study.hackyourfuture.net/#/definitions/client-server-model.md). It would also be good to dive a little deeper into the communication protocol that is used in the internet by looking into the [http protocol](https://study.hackyourfuture.net/#/the-internet/http.md) and the [http methods](https://study.hackyourfuture.net/#/the-internet/http-methods) that are used to communicate certain actions.
31
31
32
-
Now that we have gotten the big picture it is time to see how we can build these things. To be able to use JavaScript on the backend, Node.js was created. Have a good look at what Node.js is [here](https://study.hackyourfuture.net/#/node-js/).
32
+
Now that we have gotten the big picture, it is time to see how we can build these things. To be able to use JavaScript on the backend, Node.js was created. Have a good look at what Node.js is [here](https://study.hackyourfuture.net/#/node-js/).
33
33
34
34
In the Node.js page you have read about different modules (or packages as some call them) and we will be using one of these called **Express.js** with which we can easily create web servers. The express.js package has become an industry standard that is widely used. Have a look what it does [here](https://study.hackyourfuture.net/#/node-js/express-js).
35
35
36
36
Lastly, testing your API's without a frontend is a little cumbersome. Have a look at the tool Postman that is used a lot to test out API's [here](https://study.hackyourfuture.net/#/tools/postman.md)
37
37
38
-
## Career training 2 (Interview preparation)
39
-
40
-
It is time to start practicing interviews as it is a big part of the hiring process. The [interview preparation repository](https://github.com/HackYourFuture/interviewpreparation) goes over the different types of interviews you will have at companies as well as interviews that you will have upcoming during the curriculum.
41
-
42
-
### Career training 2: Planning
43
-
44
-
You don't have to do all of this at this moment. This week you will get a message in your class channel about when the Career Training 2 session will be. _Before_ that session make sure to have:
45
-
46
-
- Read the whole [‘Interview Preparation’ Repo](https://github.com/HackYourFuture/interviewpreparation).
47
-
- Done the assignments: make a copy of [this file](https://docs.google.com/document/u/2/d/114rTGS4eG6tpkrMAyVIdvgTrnpmkRL6ax_smkw1B0HI/copy) and submit your answers to the team [here](https://hackyourfuture.typeform.com/to/s6zYAugm).
48
-
49
38
## Extra reading
50
39
51
-
If you have time left over this week (or any week this module) then it is a good idea to look at the topic of 'the internet' and learn how it works [here](https://study.hackyourfuture.net/#/the-internet/). This will be valuable when you get into the more complex applications and may also help your understanding of the big picture.
40
+
If you have time left over this week (or any week this module), then it is a good idea to look at the topic of 'the internet' and learn how it works [here](https://study.hackyourfuture.net/#/the-internet/). This will be valuable when you get into the more complex applications and may also help your understanding of the big picture.
0 commit comments