Skip to content

Ville-cs/FullStackOpen_submissions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository consists of my personal submissions to the course Full Stack open by University of Helsinki.

Ville Poikela

https://fullstackopen.com/en/

Part 0: fundamentals of web apps

  • http requests
  • document object model

Part 1: Introduction to React

  • JavaScript
  • React
  • state management
  • props
  • event handlers
  • debugging

Part 2: Communicating with server

  • working with collections
  • getting data from a server
  • styling a React app

Part 3: Programming a server with NodeJS and Express

  • implementing a server
  • REST api
  • deploying an app
  • databases
  • linting

Part 4: Testing Express servers, user administration

  • backend testing
  • user authentication
  • token administration
  • unit tests

Part 5: Testing React apps

  • frontend testing
  • logging in from the frontend
  • end-to-end testing
  • integration tests

Part 6: Advanced state management

  • Flux-architecture and redux
  • reducers to handle state
  • TanStack Query (React Query)

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

  • using React Router
  • creating custom hooks
  • UI libraries: Bootstrap & Material UI
  • bundlers: Webpack

Part 8: GraphQL

  • GraphQL server
  • React and GraphQL
  • cache management
  • Websocket and subscriptions

Part 9: TypeScript

  • typing JavaScript
  • type assertion and type narrowing
  • validating requests to the server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published