-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sooyeon Choi edited this page Apr 14, 2020
·
5 revisions
Why I started to take this course
Me, Hyesoo (), Sunju () takes this course together!
We wanted to learn programming and support each other
We decided to take one part a week, which means it's gonna end on 12th June 2020.
- Week 15 / 6 April - 10 April
Part 0 Fundamentals of Web apps
- Week 16 / 13 April - 17 April
Part 1 Introduction to React
- Week 17 / 20 April - 24 April
Part 2 Communicating with server
- Week 18 / 27 April - 1 May
Part 3 Programming a server with NodeJS and Express
- Week 19 / 4 May - 8 May
Part 4 Testing Express servers, user administration
- Week 20 / 11 May - 15 May
Part 5 Testing React apps
- Week 21 / 18 May - 22 May
Part 6 State management with Redux
- Week 22 / 25 May - 29 May
Part 7 React router, custom hooks, styling app with CSS and webpack
- Week 23 / 1 June - 5 June
Part 8 GraphQL
- Week 24 / 8 June - 12 June
Part 9 Typescript
There might be possibilities we will explore, research, study more based on our progress and subjects.
I am very excited to share this journey.
- Week 15 / 6 April - 10 April
Part 0 Fundamentals of Web apps
- How webpage is loaded
- How web and server communicates
- what is really happening when I click one button?
- How does the whole process work?
- I read until DOM
- I repeated how to create a new note using DOM
- Week 16 / 13 April - 17 April
Part 0 Fundamentals of Web apps
- 14 April: I read the previous subjects a bit more and continued with Form and HTTP POST