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

https://github.com/hussein-m-kandil/helsinki-fso-study

Exercises and projects for the Full Stack Open course by the University of Helsinki.
https://github.com/hussein-m-kandil/helsinki-fso-study

containers css experessjs graphql html javascript mongodb nodejs postgresql react react-native rest-api sql typescript web webpack

Last synced: 4 months ago
JSON representation

Exercises and projects for the Full Stack Open course by the University of Helsinki.

Awesome Lists containing this project

README

          

# University of Helsinki: Full Stack Open Study

This repository contains [my solutions](https://hussein-m-kandil.github.io/helsinki-fso-study/) to the exercises required for each part of the [University of Helsinki's Full Stack Open course](https://fullstackopen.com/en/). The course covers modern web development techniques and practices, focusing on JavaScript, React, Node.js, and other related technologies.

> **NB**: These were the required exercises when I was studying the course, _but they may change over time_.

## Structure

The repository is organized into directories corresponding to each part of the course, making it easy to navigate and review my progress.

> **NB**: These directories will be added as I progress through the course.

## My Solutions for Each Course Part

> **NB**: Each part of this list will be transformed into a link to my solution once I have completed it.

0. [Fundamentals of Web apps](./part0/)
1. [Introduction to React](https://hussein-m-kandil.github.io/helsinki-fso-study/part1/)
2. [Communicating with server](https://hussein-m-kandil.github.io/helsinki-fso-study/part2/)
3. [Programming a server with Node.js and Express](https://hussein-m-kandil.github.io/helsinki-fso-study/part3/)
4. [Testing Express servers, user administration](https://hussein-m-kandil.github.io/helsinki-fso-study/part4/)
5. [Testing React apps](https://hussein-m-kandil.github.io/helsinki-fso-study/part5/)
6. [State management with Redux](https://hussein-m-kandil.github.io/helsinki-fso-study/part6/)
7. [React router, custom hooks, styling app with CSS and webpack](https://hussein-m-kandil.github.io/helsinki-fso-study/part7/)
8. GraphQL
9. [TypeScript](https://hussein-m-kandil.github.io/helsinki-fso-study/part9/)
10. React Native
11. CI/CD
12. Containers
13. Using relational databases