Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Full Stack Web Development using the MERN stack and DEVOPS
Rating: 4.2 out of 5(91 ratings)
570 students

Full Stack Web Development using the MERN stack and DEVOPS

Learn all the technology needed to become a modern full stack web developer
Last updated 6/2021
English

What you'll learn

  • NodeJS, Express, MongoDB, React, Docker and CI/CD

Course content

6 sections140 lectures34h 1m total length
  • Introduction24:09
  • What is NodeJs12:04
  • importing and exporting in JS17:44
  • Why NodeJs and Express14:38
  • Introduction to Node Package Manager - npm18:15
  • Setting up express16:09
  • Introduction to http requests16:04
  • Introduction to Middleware8:11
  • Set up Express server for app15:40
  • Set up MongoDB Database13:17
  • set up connection to database15:35
  • Set up express server9:24
  • Introduction to restful APIs and Postman13:20

    Design restful api patterns with standard routes like api/users and api/users/{id}, and manage nested resources such as api/users/{id}/products. Test these endpoints with Postman to validate requests and responses.

Requirements

  • Basic knowledge of NodeJS and ExpressJS or and web frameworks

Description

Complete new course that will help you attain your dreams of becoming a full stack web developer. The course is designed out of my personal experience as a software developer and building several web applications. This course touches all the modern technologies need today, including but not limited to nodeJS, expressJS, reactJS, containers, continuous integration and  continuous delivery (CI/CD) and the google cloud platform.  In todays world, companies are project requirements as a web developer has drastically grown and will continue to grow as companies demand to sort the best amongst us all.

The primary goal of this course is to expose you to help software developers write good APIs using expressJS, test those APIs using postman and send anticipated data to a front end app while handling errors. We also looked at containerizing an express application and pushing the container to dockerhub using a  CI/CD offered by travis-ci. Like that wasn't enough, we also went on to talk about google cloud app engine and hosted our application there. As a bonus, we used google cloud storage to save our static images. On the front end, we used reactJS. We explored both functional and class based components. This was consciously done because a lot of companies still use class based components. We also used redux for state management.

While lasting over 30 hours, the course focused on key concepts that will help you get the right understanding.

Who this course is for:

  • Beginners