Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

NodeJS Express Full Stack Bootcamp 2023

Posted By: BlackDove
NodeJS Express Full Stack Bootcamp 2023

NodeJS Express Full Stack Bootcamp 2023
Updated 1/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.8 GB | Duration: 18 lectures • 4h 56m


Frontend and Backend Projects using technologies Fortune 100 companies use


What you'll learn
Learn to create a complete frontend and backend, (Fullstack), Bookstore projects using NodeJS, ExpressJs and the Node Design Pattern (Server/Listener/Router).
Add authentication/authorization to our bookstore. Use CRUD operations on MongoDB to persist books and authors
Take advantage of Jenkins for CI/CD tool and Swagger to create our documentation for our backend.
Test the frontend and backend using unit test, integration test for the backend and automated Selenium test for the frontend

Requirements
Beginner experience, JavaScript experience preferred since we will be using ES6 syntax.
Description
Learn to create a complete frontend and backend, (Full Stack), Bookstore projects using NodeJS, ExpressJs and the Node Design Pattern (Server/Listener/Router). We will modularize our application so we can reuse, extend and easily test our modules.

We will use Bcrypt to encrypt passwords and use JSON Web Token for authorizing users to see certain pages on our site.

Use CRUD operations on MongoDB to persist books and authors. You will be introduced to Mongoose. A MongoDB client wrapper that add schema functionality, validation, and normalization to our non normalized database.

Take advantage of Jenkins for CI/CD tool to run our test and let us continually integrate our application and test seamlessly and with full confidence our codebase is solid and well tested.

We will use Swagger to create our documentation for our backend. Swagger tools takes the hard work out of generating and maintaining your API docs, ensuring your documentation stays up-to-date as your API evolves.

Test the frontend and backend using the Jest Testing framework that has a focus on simplicity. We will use Postman to create our integration tests for the backend. Postman assist in setting up automated API tests to test the different endpoints in your API will help catch bugs as quickly as possible.

Automated Selenium test for the frontend. Selenium has fast and easy onboarding. Works across all applications in the tech stack and finds bugs quickly with visual debugging.

Beginner experience, JavaScript experience preferred since we will be using ES6 syntax.

Calling all excited developers who are tired of creating Monolith applications or just frontend applications from some YouTuber who has no clue how to code correctly, then this course is for you.

Who this course is for:
Excited developers who want to take their knowledge and experience to the next level. We will use tools that are used in the Software Industry by Fortune 100 companies