https://github.com/cats256/full-stack-open
Exercise solutions for Full Stack Open
https://github.com/cats256/full-stack-open
docker express javascript mongodb mooc moocs node react rest-api typescript university-of-helsinki
Last synced: 2 months ago
JSON representation
Exercise solutions for Full Stack Open
- Host: GitHub
- URL: https://github.com/cats256/full-stack-open
- Owner: cats256
- Created: 2023-06-06T03:43:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T23:06:54.000Z (almost 3 years ago)
- Last Synced: 2026-01-03T11:58:43.312Z (6 months ago)
- Topics: docker, express, javascript, mongodb, mooc, moocs, node, react, rest-api, typescript, university-of-helsinki
- Language: JavaScript
- Homepage: https://fullstackopen.com/en
- Size: 45.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Dive Into Modern Web Development
## [Full Stack Open](https://fullstackopen.com/en/)
Learn React, Redux, Node.js, MongoDB, GraphQL, TypeScript, React Native, GitHub Actions and Docker in one go! This course will introduce you to modern JavaScript-based web development. 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, the use of databases for storing the application’s data amongst other things.
The course is totally free of charge. You can get a certificate and even the University of Helsinki ECTS credits for free.
### [Part 0 - Fundamentals of Web apps](https://fullstackopen.com/en/part0)
a. General Info
b. Fundamentals of Web apps
### [Part 1 - Introduction to React](https://fullstackopen.com/en/part1)
a. Introduction to React
b. JavaScript
c. Component State, event handlers
d. A more complex state, debugging React apps
### [Part 2 - Communicating with server](https://fullstackopen.com/en/part2)
a. Rendering a collection, modules
b. Forms
c. Getting data from server
d. Altering data in server
e. Adding style to React apps
### [Part 3 - Programming a server with NodeJS and Express](https://fullstackopen.com/en/part3)
a. Node.js and Express
b. Deploying app to internet
c. Saving data to MongoDB
d. Validation and ESLint
### [Part 4 - Testing Express servers, user administration](https://fullstackopen.com/en/part4)
a. Structure of backend application, introduction to testing
b. Testing the backend
c. User administration
d. Token authentication
### [Part 5 - Testing React apps](https://fullstackopen.com/en/part5)
a. Login in frontend
b. props.children and proptypes
c. Testing React apps
d. End to end testing
### [Part 6 - Advanced state management](https://fullstackopen.com/en/part6)
a. Flux-architecture and Redux
b. Many reducers
c. Communicating with server in a redux application
d. React Query, useReducer and the context
e. connect (the old part)
### [Part 7 - React router, custom hooks, styling app with CSS and webpack](https://fullstackopen.com/en/part7)
a. React Router
b. Custom hooks
c. More about styles
d. Webpack
e. Class components, Miscellaneous
f. Exercises - extending the bloglist
### [Part 8 - GraphQL](https://fullstackopen.com/en/part8)
a. GraphQL-server
b. React and GraphQL
c. Database and user administration
d. Login and updating the cache
e. Fragments and subscriptions
### [Part 9 - TypeScript](https://fullstackopen.com/en/part9)
a. Background and introduction
b. First steps with TypeScript
c. Typing an express app
d. React with types
e. Grande finale: Patientor
f. Legacy patientor (the old material)
### [Part 10 - React Native](https://fullstackopen.com/en/part10)
a. Introduction to React Native
b. React Native basics
c. Communicating with server
d. Testing and extending our application
### [Part 11 - CI/CD](https://fullstackopen.com/en/part11)
a. Introduction to CI/CD
b. Getting started with GitHub Actions
c. Deployment
d. Keeping green
e. Expanding Further
### [Part 12 - Containers](https://fullstackopen.com/en/part12)
a. Introduction to containers
b. Building and configuring environments
c. Basics of Orchestration
### [Part 13 - Using relational databases](https://fullstackopen.com/en/part13)
a. Using relational databases with Sequelize
b. Join tables and queries
c. Migrations, many-to-many relationships
## Course Certificates
- Not available