Confidence213 / full_course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Stack Open 2021

University of Helsinki Full Stack Open 2021 Course

This repository is dedicated to Helsinki Full Stack Open 2021 course and contains solution to exercises, this course is done by me independently as an Informatics student to learn fullstack development.

Side note

Contains answers to the exercise or a small note from myself if I find and interesting algorithm or piece of code that i like to implements to this course or vice versa.

Course Overview

Part 0 Fundamentals of Web apps

  1. General info
  2. Fundamentals of Web apps

Part 1 Introduction to React

  1. Introduction to React
  2. Javascript
  3. Compoent state, event handlers
  4. A more complex state, debugging React apps

Part 2 Communicating with server

  1. Rendering a collection, modules
  2. Forms
  3. Getting data from server
  4. Altering data in server
  5. Adding styles to React app

Part 3 Programming a server with NodeJS and Express

  1. Node.js and Express
  2. Deploying app to internet
  3. Saving data to MongoDB
  4. Validation and ESLint

Part 4 Testing Express servers, user administration

  1. Structure of backend application, introduction to testing
  2. Testing the backend
  3. User administration
  4. Token authentication

Part 5 Testing React apps

  1. Login in frontend
  2. props.children and prototypes
  3. Testing React apps
  4. End to end testing

Part 6 State management with Redux

  1. Flux-architecture and Redux
  2. Many reducers
  3. Communicaating with server in a redux application
  4. connect

Part 7 React router, custom hooks, styling app with CSS and webpack

  1. React-router
  2. Custom hooks
  3. More about styles
  4. Webpack
  5. Class components, Miscellaneous
  6. Exercises: extending the bloglist

Part 8 GraphQL

  1. GraphQL-server
  2. React and GraphQL
  3. Database and user administration
  4. Login and updating the cache
  5. Fragments and subscriptions

Part 9 TypeScript

  1. Background and introduction
  2. First steeps with TypeScript
  3. Typing the express app
  4. React with types

Part 10 React Native

  1. Introduction to React Native
  2. React Native basics
  3. Communicating with server
  4. Testing and extending oue application

Part 11 CI/CD

  1. Introduction to CI/CD
  2. Getting started with GitHub Actions
  3. Deployments
  4. Keeping green
  5. Expanding further

About


Languages

Language:HTML 55.0%Language:JavaScript 33.9%Language:CSS 5.8%Language:Roff 5.3%