Cherryboome / fullstackopen-2019

University of Helsinki: Full Stack Course

Home Page:https://fullstackopen.com/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

University of Helsinki Full-Stack MOOC - https://fullstackopen.com/en/about

This course serves as an introduction to modern web application development with JavaScript. The main focus is on building single page > applications with ReactJS that use REST APIs built with Node.js. The course also contains a section on GraphQL, a modern alternative > > to REST APIs.

The course covers testing, configuration and environment management, and the use of MongoDB for storing the application’s data.

The course is worth 3-8 credits, and the content is the same as in the Full stack course held at the Department of Computer Science at > the University of Helsinki in Spring 2019. There is also an associated project work that is worth 1-10 credits (optional).

Part 0: Fundamentals of Web Apps

Part 1: Intro to React

a) Intro to React

b) Javascript

c) Component state, event handlers

d) Complex state and debugging apps

Part 2: Communicating with server

a) Rendering a collection, modules

b) Form

c) Getting data from server

d) Altering data in server

e) Adding styles to React app

Part 3: Programming a server with NodeJS and Express

a) Node.js and Express

b) Deploying app to internet (Heroku)

c) Saving data to MongoDB

d) Validation and ESLint

Part 4: Testing Express servers, user administration

a) Structure of backend application, introduction to testing

b) Testing the backend

c) User administration

d) Token authentication (JSON Web Tokens)

Part 5: Testing React apps, custom hooks

a) Login in frontend (connecting with backend from part 4)

b) props.children and proptypes

c) Testing React apps

d) Custom hooks (creating our own custom hooks to be reused)

Part 6: State management with Redux

a) Flux-architecture and Redux

b) Many reducers, connect

c) Communicating with server in a redux application (Redux-thunk)

Part 7: React router, styling app with CSS and webpack

a) React-router

b) More about Styles

c) Webpack

d) Class components, E2E testing

e) Misc - 5 hours

f) Exercises - Extending the bloglist

Part 8: GraphQL

a) GraphQL server

b) React and GraphQL

c) Database and user admin

d) Login and updating the cache

e) Fragments and subscriptions

About

University of Helsinki: Full Stack Course

https://fullstackopen.com/en/


Languages

Language:JavaScript 85.3%Language:HTML 12.9%Language:CSS 1.8%