Skip to content

tboy4all/Fullstackopen2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Dive Into Modern Web Development

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.

  • General Info
  • Fundamentals of Web apps
  • Introduction to React
  • JavaScript
  • Component State, event handlers
  • A more complex state, debugging React apps
  • Rendering a collection, modules
  • Forms
  • Getting data from server
  • Altering data in server
  • Adding style to React apps
  • Node.js and Express
  • Deploying app to internet
  • Saving data to MongoDB
  • Validation and ESLint
  • Structure of backend application, introduction to testing
  • Testing and backend
  • User administration
  • Token administration
  • Login in frontend
  • props.children and proptypes
  • Testing React apps
  • End to end testing
  • Flux-architecture and Redux
  • Many reducers
  • Communicating with server in a redux application
  • Connect
  • React-router
  • Custom hooks
  • More about styles
  • Webpack
  • Class components, Miscellaneous
  • Exercises - extending the bloglist
  • GraphQL-server
  • React and GraphQL
  • Database and user administration
  • Login and updating the cache
  • Fragments and subscriptions
  • Background and introduction
  • First steps with TypeScript
  • Typing the express app
  • React with types
  • Introduction to React Native
  • React Native basics
  • Communicating with server
  • Testing and extending our application
  • Introduction to CI/CD
  • Getting started with GitHub Actions
  • Deployment
  • Keeping green
  • Expanding further
  • Introduction to containers
  • Building and configuring environments
  • Basics of Orchestration
  • Using relational databases with Sequelize
  • Join tables and queries
  • Migrations, many-to-many relationships