Just Express (with a bunch of node and http). In detail. (Udemy.com)
No MERN or MEAN... just Express js. For those who've learned a bit about the most awesome node framework, and want more.
Created by: Robert Bunch
Produced in 2022
What you will learn
- Express. That's (mostly) all we cover so when you finish, you'll know it!
- Set up an Express server that can do anything Express can do!
- Operate that Express Server as a REST API
- Use that Express Server to render your front-end web pages with EJS, PUG, & handlebars
- Understand the basics of HTTP and the request/response cycle
Quality Score
Overall Score : 96 / 100
Live Chat with CourseDuck's Co-Founder for Help
Course Description
I've had a lot of students ask for a course on just Express js because they were either overwhelmed when they learned it, or they can't find any detail on it to go further than beginner knowledge. That's what this course is for. We will go through the various pieces of Express in detail so you can know why it behaves the way it does and get the most out of it. Express 5 is currently in alpha, so when it hits beta or full release, and as questions come up, the course will expand accordingly!
Note: this course is not a quick path to launch a webapp with Express/Node. You can get that in 10 minutes in many other places. This course is meant to take a longer, deeper look at what Express js actually does.
I've been using Express since V.2, in 2012 and have seen it do just about everything. It is one of my favorite node modules and consistently one of the most downloaded on npm. There are other awesome technologies that patch into Express that get easily missed. This course will naturally lead into other things like websockets, webRTC, etc. Prepare for one of the most awesome node modules on npm!
Sections:
- Environment Setup (skip if you have node installed already)
- Before Express... - TCP & HTTP, making an express-less node server
- Express 101 - Making a basic web sever with Express
- Express 201 - Middleware and Rendering
- Express 301 - Req & Res revisited, the router, and the express generator
- Rendering Project
- API Project
- Passport (jwt & local strategy still coming)
- Best Practices (Coming...)
- Supplemental - connecting to various DBs (very basic - only for those already familiar with a database)
- Beginner node developers who want to learn Express but overwhelmed by full MERN or MEAN courses
- Beginner node developers who need a review of JUST Express js
- Developers who want to go into the various pieces of Express in a little more depth without having to look at the docs
- Developers interested in using node as a webserver or using web sockets with Express
Instructor Details
- 4.8 Rating
- 100 Reviews
Robert Bunch
Robert Bunch has been a developer since 2004, having built complex applications for small tech startups to major companies. Most recently, he has been a code school instructor since 2015 where he's worked directly with students applying his passion for teaching and development. His ability to break down the complexities of code and demystify the magic trick, have had immense success as told by his students. He earned a computer science degree in 2001.