Here I will update my journey to Full-stack master!
The course that I'm doing is https://fullstackopen.com/en/, provided by Helsinki University.
- This course serves as an introduction to modern web application development with JavaScript.
- 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, and the use of MongoDB for storing the application’s data.
Part | Title | Status |
---|---|---|
0 | Fundamentals of Web apps | ✅ |
1 | Introduction to React | ✅ |
2 | Communicating with server | ✅ |
3 | Programming a server with NodeJS and Express | ✅ |
4 | Testing Express servers, user administration | ⏳ |