Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 923 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 923 Bytes

Full Stack open 2021

The course is the same as in the Full stack course held at the Department of Computer Science at the University of Helsinki.

I took this course during my fourth semester at Cracow University of Technology. I was not a newbie React or Node developer but I took it because it was a great revision and test of my skills. Additionaly, I learned a lot about testing frontend and backend applications with Cypress, Jest, SuperTest and React Testing Library. I also learned about an alternative to REST API which is GraphQL and fell in love with TypeScript❤️

Topics

  1. Fundamentals of Web apps.
  2. Introduction to React.
  3. Communicating with server.
  4. Programming a server with NodeJS and Express.
  5. Testing Express servers, user administration.
  6. Testing React apps.
  7. State management with Redux.
  8. React router, custom hooks, styling app with CSS and webpack.
  9. GraphQL.
  10. TypeScript.