saM

saM

Videos and ArticlesPlaylistsCloud Course
TwitterlinkedinGitHubYouTube
Node.js Web DevExpress JS Crash Course | Web Dev Tutorial for BeginnersMySQL with Node.jsHashing Passwords in Node and Express using bcryptStoring Images in S3 from Node ServerUpload Images Directly to S3 from Front EndUpload Images to S3 from Node Back EndTesting Node Server with Jest and SupertestMocking a Database in Node with JestMocking a Database in Node with Jest

Node.js Web Dev

Node.js Web Dev
Node.js Web Dev
TwitterFacebooklinkedin
Express JS Crash Course | Web Dev Tutorial for Beginners

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...

4 years ago
MySQL with Node.js

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...

3 years ago
Hashing Passwords in Node and Express using bcrypt

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...

3 years ago
Storing Images in S3 from Node Server

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...

3 years ago
Upload Images Directly to S3 from Front End

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...

4 years ago
Upload Images to S3 from Node Back End

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

4 years ago
Testing Node Server with Jest and Supertest

Testing Node Server with Jest and Supertest

Learn how to test a node.js HTTP server using Jest and Supertest.

4 years ago
Mocking a Database in Node with Jest

Mocking a Database in Node with Jest

Learn how to use jest mock functions to mock a database in an HTTP server.

4 years ago
Mocking a Database in Node with Jest

Mocking a Database in Node with Jest

In a previous article, we tested an express api that created a user. We only tested the http interface...

4 years ago

Find an issue with this page? Fix it on GitHub