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.
- General info
- Fundamentals of Web apps
- Introduction to React
- Javascript
- Component state, event handlers
- A more complex state, debugging React apps
- Rendering a collection, modules
- Forms
- Getting data from server
- Altering data in server
- Adding styles to React app
- Node.js and Express
- Deploying app to internet
- Saving data to MongoDB
- Validation and ESLint
- Structure of backend application, introduction to testing
- Testing the backend
- User administration
- Token authentication
- Login in frontend
- props.children and proptypes
- Testing React apps
- End to end -testing
- Flux-architecture and Redux
- Many reducers
- Communicating with server in a redux application
- React Query, useReducer and the context API
- React-router
- Custom hooks
- More about styles
- Webpack
- Class components, E2E-testing
- Exercises: extending the bloglist
- GraphQL-server
- React and GraphQL
- Database and user administration
- Login and updating the cache
- Fragments and subscriptions
- Background and Introduction
- First Steps with Typescript
- Typing express app
- React with types
- Introduction to React Native
- React Native basics
- Communicating with server
- Testing and extending our application
- Introduction to CI/CD
- Getting started with GitHub Actions
- Deployment
- Keeping green
- Expanding Further
- Introduction to Containers
- Building and configuring environments
- Basic Orchestration
- Using relational databases with Sequelize
- Join tables and queries
- Migrations, many-to-many relationships