Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hands-On MERN Stack Web Development
Rating: 4.3 out of 5(38 ratings)
180 students

Hands-On MERN Stack Web Development

Learn Node.js, Express, MongoDB, and React by building a web application from Scratch!
Last updated 4/2019
English

What you'll learn

  • Develop a project from scratch using the MERN stack
  • Best practices for developing RESTful APIs with Node .js and Express
  • A painless approach to writing integration tests for your backend
  • The skills needed to configure, query, and interact with a Mongo database
  • Work with React on the client and write declarative UI code
  • Manage client state and asynchronous code with Redux
  • Effectively debug client-side code with React Developer tools
  • Pros and cons of scaffolding tools and how to get the most out of them.
  • Deploy your application with Docker

Course content

7 sections47 lectures4h 29m total length
  • The Course Overview6:22

    This video will give you an overview about the course.

  • Using Package Managers and the Command Line7:14

    You’ll learn about package managers and basic operations via the command line.

       •  Learn about NPM, node, and NVM

       •  Practice bash commands and learn how to use Vim

       •  Learn how to use the node shell and NPM

  • So, What’s MERN Anyway?4:02

    You’ll learn about what MERN is, why decoupling our backend and frontend is important, and why these technologies have become so popular in the industry.

       •  Learn about the layers of the MERN stack

       •  Explore the pros and cons of alternative technology

       •  Get insight into the economics of full stack developer scene

  • A Brief Look at the Backend5:35

    We will lay the basic foundation for what the backend layer is all about – from the entry point of the REST API to the database.

       •  Learn why node is such a powerful technology for web development

       •  Explore the event loop and asynchronous nature of node through a code example

       •  Learn about the flexibility of MongoDB and NoSQL databases

  • The Frontend Architecture5:33

    You’ll dive into the world of React, one of the world’s most popular frontend frameworks. We’ll explore both its pros and cons.

       •  Learn what React is and what makes it so powerful

       •  Gain insight about the bad side of React

       •  Explore popular frontend alternatives and how to evaluate them

Requirements

  • They will have knowledge of JavaScript programming and some experience with web development.

Description

There's a growing demand for full-stack developers, but becoming one is not an easy task. A full-stack engineer is expected to have frontend and backend skills, as well as extensive knowledge of build tools and deployment workflow.

Building real-world projects and understanding the MERN stack is a great way to become a full-stack engineer. So, the journey starts by taking you through the MERN stack to explore Node.js and Express and set up the groundwork for the project. It's vital to store data safely hence we dive into the world of MongoDB and integrate it with our backend. Now, we build a client application that can consume API services. With React you'll be able to solve the two most daunting frontend problems and use JSON Web Tokens (JWTs) to integrate authentication and session management on both the client and the server. Finally, we review the skills that you've acquired throughout the course, look into the MERN boilerplate, and examine the application's architecture to build applications on it.

By the end of the course, you will not only have built a fully functional web application, but you'll also be well on your way to becoming a full-stack web developer. You'll be equipped with a deeper knowledge of the MERN stack, as well as general web development patterns and concepts.

About the Author

Filip Danić is a software engineer, JavaScript enthusiast, and tech speaker. He's worked on web applications—both on the frontend and the backend—for enterprise clients as well as VC-backed startups. His code and architecture decisions are deployed at several Fortune 500 companies.

Filip is passionate about the JavaScript ecosystem and is constantly exploring new frameworks and tools. He is particularly enthusiastic about applying functional programming concepts, crafting good documentation, and providing a better development experience for others.

Who this course is for:

  • The target audience is JavaScript developers who want to learn the MERN stack and present themselves as full-stack developers on the job market.
  • Usually, these are developers who have mostly focused on the frontend and wish to learn more about the backend and database layer.