Course Information
Course Overview
No MERN or MEAN... just Express js. For those who've learned a bit about the most awesome node framework, and want more.
You have some notion of what Node, Express, and http are or you wouldn't be here. Node and back-end JavaScript have taken the world by storm, [SOME BIG COMPANY] moved to node and it changed the world, blah blah blah. One of the first things you're going to learn in any node course is about the Express module. But how much do you really learn about it? How to render a page in one template engine? How to make a get and a post route? Most MEAN and MERN stacks students I've met learned Express in a few breaths and then moved on to MongoDB, MySQL, Angular, React, or whatever was in the rest of the tech stack. What is http anyway? Should I even care? It's easy to get 2 inches deep and find you've accomplished your task, but in fact have no idea why it works or how you'd go further. That, in my opinion, is no good for someone who wants to be a great developer!
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)
Course Content
- 10 section(s)
- 71 lecture(s)
- Section 1 Introduction
- Section 2 Environment Setup (skip if you have node installed already)
- Section 3 Before Express...
- Section 4 Express 101
- Section 5 Express 201 - Middleware and Rendering
- Section 6 Express 301 - Req & Res revisited, the router, and the express generator
- Section 7 Starter Project - Movie Fan App
- Section 8 Project - Building an API
- Section 9 Deploying an Express app
- Section 10 Supplemental: Passport
What You’ll 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
Reviews
-
ΒΒασίλης Χρήστος Σμυρλόγλου
After finishing this course I looked back at my code, and saw flaws that I couldn't see before. That is a sign of improvement, and I now understand express at a greater level.
-
AAlexander Sharp
I'm liking the systematic approach. simple to more complex
-
DDev
Very clear explanation and the teacher was also really enthusiastic about the topic. Not boring
-
FFlorin Pastorel Jurcovici
You reach the end of section 3 out of 12 and don't get anything about express. The code available on github for section 7 is outdated - URLs to APIs on the web are wrong. The presentation is extremely dilluted, and, when the course finally gets to some actual coding for students, it starts with a full blown web applicaiton, instead of taking it easy and starting with something simple, like a small API or a dynamic web site.