Instructional Video5:59
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Create Database

Higher Ed
This video explains how to create a database. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Instructional Video4:49
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Connect to Database with Azure Data Studio

Higher Ed
This video explains how to connect to a database with Azure Data Studio. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Instructional Video12:10
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Alternative - Install SQL Server on Docker (Any Operating System)

Higher Ed
This video explains the installation of SQL Server on Docker. This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to get started...
Instructional Video5:22
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Install SQL Server Express (Windows)

Higher Ed
This video explains the installation of SQL Server Express on Windows. This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to get...
Instructional Video8:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Mongoose Connect and Dotenv

Higher Ed
In this video, we will use the Mongoose library to connect to our MongoDB database. We will also use the dotenv library to manage our environment variables, such as the database connection string. This clip is from the chapter...
Instructional Video5:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - MongoDB Atlas Setup

Higher Ed
In this video, we will set up a MongoDB Atlas account, which will provide us with a free cloud-based MongoDB database. We will also create a new database and user and configure our project to connect to the database. This clip is from...
Instructional Video4:50
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is MongoDB?

Higher Ed
In this video, we will introduce MongoDB, a popular NoSQL database used in many web applications. We will discuss the differences between SQL and NoSQL databases, and the advantages of using MongoDB. This clip is from the chapter...
Instructional Video6:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - PUT and DELETE Requests - Update and Remove Ideas

Higher Ed
In this video, we will handle PUT and DELETE requests to update and remove existing ideas from the database. We will use Mongoose to find and update or remove the idea and return an appropriate response to the client. This clip is from...
Instructional Video8:25
Curated Video

Modern JavaScript from the Beginning - Second Edition - Handle POST Requests - Add Idea

Higher Ed
In this video, we will handle POST requests to add a new idea to our database. We will use Mongoose to create a new idea and save it to the database, and also include validation to ensure that the required fields are present. This clip...
Instructional Video3:37
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-2

Higher Ed
In this section, we will work on a bonus project called RandomIdeas, which will involve building a RESTful API using Node.js, Express, and MongoDB. The project will allow users to create and store random ideas, as well as update and...
Instructional Video14:06
Curated Video

Concurrent and Parallel Programming in Python - Creating a Wikipedia Reader

Higher Ed
After comprehensively practicing our basic threading creation, we will look at the project we will create to implement threading more effectively.
Instructional Video3:35
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Update New User Database with Splice

Higher Ed
In this video, we will discuss the solution to the exercise on updating the new user database with splice from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript...
Instructional Video1:49
Curated Video

Vue.js 3 and Firebase for Beginners - What Is Firebase?

Higher Ed
Firebase is a service provided by Google for websites, applications, and games. Many of these need services such as authentication, storage, hosting, and a database too. It provides developers with a variety of tools and services to help...
Instructional Video1:32
Curated Video

Vue.js 3 and Firebase for Beginners - Introduction

Higher Ed
In this video, the course instructor extends a warm welcome, provides an overview of what to anticipate from the course, and shares a personal introduction. This clip is from the chapter "Introduction" of the series "Vue.js 3 and...
Instructional Video4:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Cloud Orchestration with Kubernetes

Higher Ed
This video explains container orchestration is the process of automating application deployment, scaling, and management. In a nutshell, it is a way to manage sets of containers. Kubernetes was originally developed by Google and is often...
Instructional Video8:35
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Containerization with Docker

Higher Ed
This video explains containerization, which is a way of packaging the code up complete with libraries, files, and dependencies in an environment that is predictable and portable. Docker is a suite of technologies that accomplishes this....
Instructional Video6:17
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database

Higher Ed
This video explains Heroku with a database. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and cloud hosting with Heroku.
Instructional Video3:29
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - ORMs

Higher Ed
This video explains ORM or Object Relational Mappers, which is a library that allows you to programmatically change data in a database using the programming language rather than the query language. This clip is from the chapter "Web...
Instructional Video8:14
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of an In-Memory Database - Redis

Higher Ed
This video explains Redis, an in-memory data structure store used as a distributed, in-memory key-value database, cache, and message broker with optional durability. This clip is from the chapter "Databases" of the series "Web...
Instructional Video1:34
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - In-Memory Databases

Higher Ed
This video explains in-memory databases, which make the data extremely quick to access but the data is usually not persistent between sessions. This clip is from the chapter "Databases" of the series "Web Development Concepts for...
Instructional Video4:27
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of a Document Database - MongoDB

Higher Ed
This video explains MongoDB with an example of a document database. This clip is from the chapter "Databases" of the series "Web Development Concepts for Everyone".This section explains databases such as relation databases, and in-memory...
Instructional Video8:40
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of a Relational Database - PostgreSQL

Higher Ed
This video explains PostgreSQL, known as Postgres, a free and open-source relational database management system that emphasizes extensibility and SQL compliance. This clip is from the chapter "Databases" of the series "Web Development...
Instructional Video3:38
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Relational Databases - SQL

Higher Ed
This video explains SQL, a relational database where data is organized into rows and columns in a table. The entries in the table can have relationships to other tables and the developer can choose to structure ways to query or group...
Instructional Video7:21
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Web Frameworks with Java Spring

Higher Ed
This video explains web frameworks, which were the major players in creating a more modern web experience. They handled interactivity and customized experiences before JavaScript matured and developed the web. This clip is from the...