Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Stock View
This video explains the stock view. This clip is from the chapter "Custom Configuration Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the custom configuration widget.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Service
This video explains the exchange rate service. This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Managed Object Context
This video explains the managed object context. This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Configuring USB
Most USB devices work well fresh out-of-the-box. For those that don't, it's important to have a proper USB configuration process to make sure a USB device and all of its features work properly. This clip is from the chapter "Book Chapter...
Curated Video
PowerShell for Automating Administration - Learn PowerShell Logging Module
This video explains automating systems and the application validation process. Here, you will be using the PowerShell Logging module, which helps automate complex operations that run error-free. This clip is from the chapter "PowerShell...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - The Try and Except Block
This video explains the try and except block in Python. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - The With Statement
This video explains the with statement. This clip is from the chapter "Saving the Results - Working with Files" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains working with files in Python.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - The Finally Block
This video explains the finally block. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle errors in robust...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - The Catch-All Block
This video explains the catch-all block. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle errors in robust...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Robust Programs - Handling Errors
This video explains error handling in Python. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle errors in...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Generate AVRO Java Records Using AVRO Schema Files - Maven
In this video, you will learn how to generate Java AVRO records using AVRO Schema. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Maven" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Social Media Automation using Python - Project Part 3
This video demonstrates the debugging process of any errors created during the code creation and finally executing the code to obtain the relevant information. This clip is from the chapter "YouTube Automation" of the series "Social...
Curated Video
Social Media Automation using Python - Creating Email Body and Sending
After learning how to connect to the SMTP server, we will understand how to create the email using the MIMEmultipart function. We will then look at creating the entire body of the email and then sending the email. This clip is from the...
Curated Video
Recommender Systems with Machine Learning - Error Metric Computation
This video demonstrates error metric computation. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This section focuses on the basics of recommender systems.
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume CoffeeOrder UpdateEvent Using RecordNameStrategy
In this video, we will code and implement the CoffeeUpdate event functionality into our Kafka Producer. This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Evolving the Schema - Consumer Fails to Read the New Schema
Let's add a new field to the existing CoffeeOrder Schema and understand the behavior of the consumer app. This clip is from the chapter "Schema Changes in AVRO - Issues without Schema Registry" of the series "Kafka for Developers - Data...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Monitor the Nomad Environment
In this demonstration, we will focus on monitoring, specifically at the host level. We will use the “systemctl status nomad" command. You will learn to view the journal logs and understand what happens in the Nomad environment. This clip...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Matrices
In this video, you will learn about matrices. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into the world of NumPy,...
Curated Video
The Complete Vue.js Course for Beginners - How to Create Components
In this video, you will learn to create components, and make or add new components in your application. You will also learn how to import new components in your application. This clip is from the chapter "Getting Started with Basic Code"...
Curated Video
The Complete Vue.js Course for Beginners - Installing and Running Vue.js
In this video, we will see how to install and run Vue.js, how to install Vue CLI, and how to install Node and NPM. This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course for Beginners".This section...
Curated Video
The Complete Vue.js Course for Beginners - Using Vue.js without Installation
In this video, we will see how we can use and make Vue.js files without any installation and how we can use Vue.js by having to use Node and NPM. This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course...
Curated Video
The Complete Vue.js Course for Beginners - Props
In this video, we will talk about props. It can be registered on a component to pass data from a parent component to one of its children components. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Arrays
This video explains arrays where you can store more than one value under the same name. This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains arrays, loops,...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Other Excel VBA Variable Types
This video explains the other Excel VBA variable types such as As long, As Single, As Double, and As Currency. The difference between all these data types is how many digits they can hold. This clip is from the chapter "Mastering...