Express JS Crash Course | Web Dev Tutorial for Beginners
Learn how to create a web application using Express js and EJS. This video goes over the basics of HTTP...
MySQL with Node.js
I'll show you how to connect your node application to a MySQL database to query and insert data. I will...
Hashing Passwords in Node and Express using bcrypt
Learn how to correctly hash and store your passwords for any web app using node.js and express. The...
Storing Images in S3 from Node Server
Learn how to store your web app's files in an s3 bucket. Upload, Download, Update, and Delete images...
Upload Images Directly to S3 from Front End
Learn how to store your web app's image files in an s3 bucket by uploading them directly to the bucket...
Upload Images to S3 from Node Back End
There is an updated version to this tutorial. Use the new one instead: https://youtu.be/eQAIojcArRY
Testing Node Server with Jest and Supertest
Learn how to test a node.js HTTP server using Jest and Supertest.
Mocking a Database in Node with Jest
Learn how to use jest mock functions to mock a database in an HTTP server.
In a previous article, we tested an express api that created a user. We only tested the http interface...
Find an issue with this page? Fix it on GitHub