Skip to content

Fullstack Open 2023 - Deep Dive Into Modern Web Development

License

Notifications You must be signed in to change notification settings

jaggerharness/fullstack-open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack Open Course Exercises

This repo contains work completed for the Fullstack Open 2023 - Deep Dive Into Modern Web Development course. The backend created for Part 3: Programming a server with NodeJS and Express is currently hosted using Render and can be found here. The source code is in it's own repository.

NOTE: This work is still in progress.

Course Work

Part 0: Fundamentals of Web apps - Complete ✔️

  1. General info
  2. Fundamentals of Web apps

Part 1: Introduction to React - Complete ✔️

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

Part 2: Communicating with server - Complete ✔️

  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 - Complete ✔️

  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 - Complete ✔️

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

Part 5: Testing React apps - Complete ✔️

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

Part 6: Advanced state management - Complete ✔️

  1. Flux-architecture and Redux
  2. Many reducers
  3. Communicating with server in a redux application
  4. React Query, useReducer and the context API

Part 7: React router, custom hooks, styling app with CSS and webpack - In Progress 💻

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

Part 8: GraphQL - TODO ⌛

  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 - TODO ⌛

  1. Background and Introduction
  2. First Steps with Typescript
  3. Typing express app
  4. React with types

Part 10: React Native - TODO ⌛

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

Part 11: CI/CD - TODO ⌛

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

Part 12: Containers - TODO ⌛

  1. Introduction to Containers
  2. Building and configuring environments
  3. Basic Orchestration

Part 13: Using relational databases - TODO ⌛

  1. Using relational databases with Sequelize
  2. Join tables and queries
  3. Migrations, many-to-many relationships

About

Fullstack Open 2023 - Deep Dive Into Modern Web Development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published