An open API service indexing awesome lists of open source software.

https://github.com/caballeroluis/fullstackopen

Full Stack Open Course - University of Helsinki - 2022/2023
https://github.com/caballeroluis/fullstackopen

graphql node-express-mongodb nodejs reactjs redux rest-api typescript

Last synced: about 1 year ago
JSON representation

Full Stack Open Course - University of Helsinki - 2022/2023

Awesome Lists containing this project

README

          

# Full Stack Open Course - University of Helsinki - 2022/2023

## About the course

This course is an introduction to contemporary web development using JavaScript. Its primary focus is on constructing single-page applications with ReactJS that interact with _REST APIs_ crafted using _Node.js_. Key topics covered in this course encompass: _React_, _Redux_, _Node.js_, _MongoDB_, _GraphQL_, and _TypeScript_.

## About this repository

Within this repository, you'll find my personal solutions to exercises from the 2022/23 edition of the [Full Stack Open](https://fullstackopen.com/en) course, offered by the [University of Helsinki](https://www.helsinki.fi/en).

## Certificates

## Course Parts

### Part 0: Fundamentals of Web apps

### Part 1: Introduction to React

### Part 2: Communicating with server (Programming a server with NodeJS and Express)

### Part 3: Programming a server with NodeJS and Express (Testing Express servers, user administration)

### Part 4: Testing Express servers, user administration (Testing React apps)

### Part 5: Testing React apps (Advanced state management)

### Part 6: Advanced state management (React router, custom hooks, styling app with CSS and webpack)

### Part 7: React router, custom hooks, styling app with CSS and webpack (GraphQL)

### Part 8: GraphQL (TypeScript)

### Part 9: TypeScript (React Native)

### Part 10: React Native (CI/CD)

### Part 11: CI/CD - (Containers)

### Part 12: Containers - (Using relational databases)