W3Schools Node.js Bootcamp
Live Online Bootcamp
In this mini bootcamp, you will learn the fundamentals of Node.js for modern web development.
This powerful JavaScript runtime is widely used for building fast, scalable server-side applications and APIs.
You will get hands-on experience with back-end programming, working with databases, and developing web servers.
You Will Learn
- Use Node.js to:
- How to create a full-stack project, with a focus on back-end development
- How to use Node.JS and Express to build your own REST API web server for powering web apps
- How to use and implement routers, controllers and middleware
- Relational databases and the use of PostgreSQL
- How to create databases using SQL to have persistent data for your web apps
- How to work more extensively with databases using Sequelize
- How to secure your applications with web security and JWT (JSON Web Tokens)
- How to integrate your web server to any front end application with cors