Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Font Family
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Iterate Through a Vector in Rust
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
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Borrowing in Rust
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...
Curated Video
Type-Safe Interfaces with Modern C++ - std::optional – Basic Interface
Get familiar with the interface provided by std::optional.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Create Resources on AWS
This video introduces AWS resources and jargon and shows how to create a VPC and security group and launch an EC2 instance.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Sort Method in JavaScript
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Enums in Solidity
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - PySpark Serverless Autoscaling Properties
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Traffic Splitting in App Engine
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 2
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Updating Regular Users to Admin Part 1
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Creating Orders
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...
Curated Video
Linux Crash Course for Beginners - 2023 - Option 2 - Linux Installation on Cloud
In this video, you will learn how to install the system on a cloud, which is our second option for lab design.
Curated Video
Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 9)
In this video, you will learn how to download and install Linux operating system CentOS 9 stream.
Curated Video
Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 8)
In this video, you will learn how to download and install Linux operating system CentOS 8 stream.
Curated Video
Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 7) - Recommended
In this video, you will learn how to download and install Linux operating system CentOS 7, which is recommended.
Curated Video
Linux Crash Course for Beginners - 2023 - Oracle VirtualBox Installation
In this video, you will learn how to download and install the Oracle VirtualBox.
Curated Video
Linux Crash Course for Beginners - 2023 - Creating Virtual Machine
In this video, you will learn how to create a virtual machine on the Oracle VirtualBox.
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 5 - Share Image Using ShareLink
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...
Curated Video
Fundamentals of Neural Networks - Stride
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...
Curated Video
Building Microservices API in Go - Structured Logging
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...
Curated Video
Building Microservices API in Go - gorilla/mux
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Updating the State for Likes in Instagram with React Native
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 18 - Java Interface - Puzzles - Unimplemented methods, Abstract Classes, Values
In this video, you will learn about the Java interface with puzzles that will cover unimplemented methods, abstract classes, values.