Instructional Video6:35
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Font Family

Higher Ed
In this video, we will dive into the realm of fonts with CSS3's font-family property. We will explore the different font options available and learn how to specify font families for text content and utilize web-safe fonts and include...
Instructional Video1:09
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Iterate Through a Vector in Rust

Higher Ed
This is an exercise video on iterating through a vector in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video5:38
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Borrowing in Rust

Higher Ed
This is a solution video on borrowing in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to...
Instructional Video9:16
Curated Video

Type-Safe Interfaces with Modern C++ - std::optional – Basic Interface

Higher Ed
Get familiar with the interface provided by std::optional.
Instructional Video15:49
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Create Resources on AWS

Higher Ed
This video introduces AWS resources and jargon and shows how to create a VPC and security group and launch an EC2 instance.
Instructional Video3:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Sort Method in JavaScript

Higher Ed
In this video, you will learn how to use the Sort method in JavaScript to sort arrays in ascending and descending order. The Sort method in JavaScript is a built-in method that is used to sort the elements of an array in place. By...
Instructional Video9:37
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Enums in Solidity

Higher Ed
In this video, you will learn about Enums in Solidity, which allows you to create a custom data type with a fixed set of possible values. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video2:18
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - PySpark Serverless Autoscaling Properties

Higher Ed
PySpark is a powerful open-source data processing engine used for large-scale data processing. In this video, you will learn about running PySpark on Google Cloud Dataproc. This clip is from the chapter "Dataproc Serverless PySpark" of...
Instructional Video3:55
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Traffic Splitting in App Engine

Higher Ed
In this video, we demonstrate how to perform traffic splitting in Google App Engine, showing you how to split incoming traffic between multiple versions of your application using the App Engine Console and the gcloud CLI. This clip is...
Instructional Video5:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 2

Higher Ed
This video is the second part of a two-part tutorial on deploying a Python application to Google App Engine. This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model Deployments...
Instructional Video10:49
Curated Video

Vue.js 3 and Firebase for Beginners - Updating Regular Users to Admin Part 1

Higher Ed
In this video, the author shows that the customer can go into the database and update the admin property each time a new user is added or to remove the admin access if an employee leaves the company. This clip is from the chapter "Roles...
Instructional Video8:15
Curated Video

Vue.js 3 and Firebase for Beginners - Creating Orders

Higher Ed
This video explains the code to create a new order, which follows a similar pattern to creating a new pizza. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section...
Instructional Video8:05
Curated Video

Linux Crash Course for Beginners - 2023 - Option 2 - Linux Installation on Cloud

Higher Ed
In this video, you will learn how to install the system on a cloud, which is our second option for lab design.
Instructional Video13:26
Curated Video

Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 9)

Higher Ed
In this video, you will learn how to download and install Linux operating system CentOS 9 stream.
Instructional Video13:31
Curated Video

Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 8)

Higher Ed
In this video, you will learn how to download and install Linux operating system CentOS 8 stream.
Instructional Video17:11
Curated Video

Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 7) - Recommended

Higher Ed
In this video, you will learn how to download and install Linux operating system CentOS 7, which is recommended.
Instructional Video6:06
Curated Video

Linux Crash Course for Beginners - 2023 - Oracle VirtualBox Installation

Higher Ed
In this video, you will learn how to download and install the Oracle VirtualBox.
Instructional Video5:33
Curated Video

Linux Crash Course for Beginners - 2023 - Creating Virtual Machine

Higher Ed
In this video, you will learn how to create a virtual machine on the Oracle VirtualBox.
Instructional Video6:34
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 5 - Share Image Using ShareLink

Higher Ed
In this lesson, we will explore how to create share links to share images with someone. We will create a share image preview and then a share image view and use a button to create a link for the share image option. This clip is from the...
Instructional Video5:29
Curated Video

Fundamentals of Neural Networks - Stride

Higher Ed
For a convolutional or pooling operation, the stride denotes the number of pixels by which the window moves after each operation. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural...
Instructional Video16:24
Curated Video

Building Microservices API in Go - Structured Logging

Higher Ed
In this video, we will discuss the importance of structured logging in application development and introduce the popular logging library uber/zap for implementing structured logging in our Go application. This clip is from the chapter...
Instructional Video9:49
Curated Video

Building Microservices API in Go - gorilla/mux

Higher Ed
In this video, we will explore the capabilities of the popular gorilla/mux library for routing in Go. We will cover topics such as its routing capabilities and how to use it to build more complex APIs with advanced routing features. This...
Instructional Video8:15
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Updating the State for Likes in Instagram with React Native

Higher Ed
In this video, we will be updating the state for likes in our Instagram clone app using React Native. We will use ChatGPT to guide us through the process of updating the state and implementing the like functionality, allowing users to...
Instructional Video9:42
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 18 - Java Interface - Puzzles - Unimplemented methods, Abstract Classes, Values

Higher Ed
In this video, you will learn about the Java interface with puzzles that will cover unimplemented methods, abstract classes, values.