Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 2.87 KB

lesson-plan.md

File metadata and controls

76 lines (54 loc) · 2.87 KB

Lesson plan

> Focus on having lots of in class exercises.

> DONT teach everything, let the students investigate topics on their own aswell!

> Focus on how to read documentation, google answers and google errors!!

> Teach towards the students being able to solve the homework

Remember to add the code you wrote in the class to the relevant class branch's class work folder. If the branch has not been created just create and push it :) If you dont have access, write to one from the core team. You can see an example below!

To find examples of what teachers have taught before go to the class branches in the classwork folder, Fx class 07

If you find anything that could be improved then please create a pull request! We welcome changes, so please get involved if you have any ideas!!!


Flipped classroom videos

Flipped classroom videos

Code inspiration

app get vs app use

Go to the teacher-live-coding repo, run npm install and run using nodemon ./src/backend/app-use-vs-app-get.js. Try and implement this functionality from the bottom while explaining.

Query parameters vs parameters

Run nodemon ./src/backend/query-parameters-vs-parameters.js. Try and implement this functionality from the bottom while explaining.

Route order

Run nodemon ./src/backend/route-order.js. Try and implement this functionality from the bottom while explaining.

Middleware

Run using nodemon ./src/backend/middleware.js. Try and implement this functionality from the bottom while explaining.

Exercises

  1. Server: Setup project
  2. DB schema: Setup MySQL database schema
  3. API: Snippets API exercises