Tech Tutorial: Learning MongoDB and Mongoose – Episode 01: MongoDB Overview

Data is the lifeblood of the Internet and where there is data, there is a need for a place to store it so we can retrieve it and use it. Databases are the primary solution to this problem and there are many different types of databases designed to address different needs, use cases, and data types.

In modern web applications, you will mostly find either a relational database or a document database backing pretty much any system you run into. In this video, we introduce you to the MongoDB document database.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning Express.js for Web Applications – Complete Playlist

Express.js is a lightweight web application framework built on top of Node.js and written in JavaScript. It can be used to build complete full-stack web applications using simply JavaScript on the back-end and front-ends drastically simplifying web application development.

In this technical tutorial series, you will learn the basics of the Express.js framework in preparation for a deep dive into how to build complete web applications using Express.js in a separate project-based tutorial coming soon.

Tech Tutorial: Learning Express.js for Web Applications – Episode 17: The Express Router

A key function of any web application framework is that of managing HTTP requests from clients. Web applications respond to those requests for information/data in many formats (HTML, CSV, JSON, etc.) and ways (building content from scratch, serving up static files, pulling data from a database, and returning it, redirecting to a different resource/service). It is because of this that a framework’s ability to identify requests and map them to internal resources is critical.

In this video, we dive into Express.js’ router and how it is used to manage the mapping of client requests to its internal resources.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning Express.js for Web Applications – Episode 16: Basic Routing

A key function of any web application framework is that of managing HTTP requests from clients. Web applications respond to those requests for information/data in many formats (HTML, CSV, JSON, etc.) and ways (building content from scratch, serving up static files, pulling data from a database, and returning it, redirecting to a different resource/service). It is because of this that a framework’s ability to identify requests and map them to internal resources is critical.

In this video, we will walk through the basic concept of routing in preparation for an introduction to Express.js’ router.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning Express.js for Web Applications – Episode 15: Third-Party Middleware

Express.js’ middleware system is extremely powerful and is an essential tool when developing both simple and complex web applications. In this video, you will learn how to find, install third-party middleware, and utilize that middleware within an Express.js application.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/

Tech Tutorial: Learning Express.js for Web Applications – Episode 14: Building Custom Middleware

Express.js’ middleware system is extremely powerful and is an essential tool when developing both simple and complex web applications. In this video, you will learn how to build your own middleware for the Express.js framework and utilize that middleware within an application.


Personal Recommendation (unpaid)
Programming and software development are awesome! Being that you are learning along with me, there is a really good chance you can make this a career. Based on my own life experience, let me suggest to you that you go get a Computer Science degree from Neumont College of Computer Science and kick your life into hyper-drive.

visit: https://www.neumont.edu/