Skip to content

Full stack JavaScript Development

Somkiat Puisungnoen edited this page Jan 31, 2024 · 1 revision

Course :: Full stack JavaScript Development for beginner

Software requirements

Outline

Frontend Development with JavaScript

  • Basic of React.js
  • Install and configure project with Vite.js
  • Project structure
  • React component
  • React Router
  • Delivery process
    • Build
    • Test
    • Deployment
  • Frontend Testing
    • Playwright

Backend Development with Node.js

  • Basic of Node.js
  • Install and configure project with Node.js
  • Develop REST APIs with express
  • Project structure
  • Working with database (mysql)
  • Delivery process
    • Build
    • Test
    • Deployment
  • Backend Testing
    • Postman and newman

Clone this wiki locally