Hi, what do you want to do?
Curated Video
Modern JavaScript from the Beginning - Second Edition - Handle POST Requests - Add Idea
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.
<
br/>...
<
br/>...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-2
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...
Curated Video
Concurrent and Parallel Programming in Python - Creating a Wikipedia Reader
After comprehensively practicing our basic threading creation, we will look at the project we will create to implement threading more effectively.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Update New User Database with Splice
In this video, we will discuss the solution to the exercise on updating the new user database with splice from the previous video.
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series...
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series...
Curated Video
Vue.js 3 and Firebase for Beginners - What Is Firebase?
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Introduction
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.
<
br/>
This clip is from the chapter "Introduction" of the series "Vue.js 3...
<
br/>
This clip is from the chapter "Introduction" of the series "Vue.js 3...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Cloud Orchestration with Kubernetes
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Containerization with Docker
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database
This video explains Heroku with a database.<br<br/>/>
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.
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.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - ORMs
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.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of an In-Memory Database - Redis
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.
<
br/>
This clip is from the chapter "Databases" of the series...
<
br/>
This clip is from the chapter "Databases" of the series...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - In-Memory Databases
This video explains in-memory databases, which make the data extremely quick to access but the data is usually not persistent between sessions.
<
br/>
This clip is from the chapter "Databases" of the series "Web Development Concepts...
<
br/>
This clip is from the chapter "Databases" of the series "Web Development Concepts...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Document Database - MongoDB
This video explains MongoDB with an example of a document database.
<
br/>
This clip is from the chapter "Databases" of the series "Web Development Concepts for Everyone".This section explains databases such as relation databases,...
<
br/>
This clip is from the chapter "Databases" of the series "Web Development Concepts for Everyone".This section explains databases such as relation databases,...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Relational Database - PostgreSQL
This video explains PostgreSQL, known as Postgres, a free and open-source relational database management system that emphasizes extensibility and SQL compliance.
<
br/>
This clip is from the chapter "Databases" of the series "Web...
<
br/>
This clip is from the chapter "Databases" of the series "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Relational Databases - SQL
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Web Frameworks with Java Spring
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.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - REST APIs
This video explains REST API, which is a collection of six architectural constraints. In common language between developers, REST APIs point to a collection of HTTP methods that are resource-based.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Database
This video explains a database that holds onto data for a web application long-term. The browser can only hold onto information for a limited time. The data in databases is persistent. The data does not go away if the database or...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Client
This video explains the client, which is a login that makes a webpage smart. It handles user interactions and flow of data between the user and server. The client is what turns a webpage into a web application.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Datastore
This video provides an introduction to Cloud Datastore.
<
br/>
This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In...
<
br/>
This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application Using HTTP Triggers
In this lab video, you will learn how to deploy a Python application using Google Cloud Functions triggered by HTTP requests. Cloud Functions is a powerful serverless platform that allows you to build scalable and event-driven...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Implement Caching Mechanism in Python Application - Part 1
This video is the first part of a two-part tutorial on implementing caching mechanism in a Python application.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model...
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Scalability - Horizontal Versus Vertical Scaling
This video discusses scalability in the context of horizontal versus vertical scaling, exploring the advantages and disadvantages of each method, and providing insights into when to choose one over the other.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Vue.js 3 and Firebase for Beginners - Retrieving Admin Users
This video explains how to retrieve admin users from our database and to check whether the admin property is set to True. As we will be retrieving users, we can create a reference to the database collection inside the Firebase...