Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Holidays and Exogenous Regressors
In this video, you will learn how to add holidays and exogenous regressors to our data. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Data Preparation
In this video, we will work on data preparation with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will explore...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Dynamic Island Introduction
This video introduces you to Dynamic Island and how it helps you keep track of tasks from or to the app. This clip is from the chapter "iOS 16 Dynamic Island" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Stocks App Introduction and Model
This video explains a stock app widget. 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
CompTIA A+ Certification Core 1 (220-1101) - Installing and Troubleshooting a Motherboard
Installing a motherboard into a case is part science and part art. Science comes first. The motherboard must match the case's form factor, and the motherboard and parts must be compatible. Then, the art: the subtle crafts of preparing...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Virtual Memory
Running out of memory is something we try to avoid. All operating systems use virtual memory (or RAM), a part of your mass storage set, to act as (very slow) memory in case your real memory runs out. This clip is from the chapter "Book...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Touring a PC
Learn the basic parts of a PC in this episode. This clip is from the chapter "Book Chapter 2 - The Visible Computer" of the series "CompTIA A+ Certification Core 1 (220-1101)".In this section, we will focus on Core 1: 3.0—hardware—and...
Curated Video
PowerShell for Automating Administration - Automation of Planned Service Restarts – Version 2
This is the second of the two-part video where you will work on a PowerShell script for a centralized solution to deal with restarting different services on different servers. This clip is from the chapter "Administering Planned Service...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Saving the Results - Working with Files
This video explains saving the results and working with files. 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...
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 - Text File Modes
This video explains text file modes. 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 - Binary File Modes
This video explains binary file modes. 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
CompTIA A+ Certification Core 1 (220-1101) - Touring Your Laptop Display
Replacing a laptop monitor requires careful connectivity for the many internal components. Aside from the display, the laptop monitor can have a Wi-Fi antenna, webcam, touch screen sensors, and more. This clip is from the chapter "Book...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Cloud Computing
In this episode, Mike looks at the benefits of cloud computing (or moving virtual machines out onto the Internet). The cloud VMs enable benefits such as rapid elasticity and on-demand scaling, so you can quickly support any Internet...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Firewalls and Servers
In this episode, Mike begins the discussion of Application-layer protocols. Starting with a review of the interaction between IP packets and servers, the episode analyzes the functions of local and server-based firewalls. This clip is...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Port Numbers
An IP address directs a packet to the right computer, but it's the port number that makes a connection between two applications on separate systems. It's critical to understand how port numbers do their job and to memorize many special...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Generating AVRO Classes Using Maven
In this video, we will code and generate AVRO classes using Maven. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Project Setup for Coffee Shop - Maven
In this video, we will set up the base project for the coffeeshop order service using Maven. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Project Setup for Coffee Shop - Gradle
In this video, we will set up the base project for the coffeeshop order service using Gradle. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App - Maven
In this video, we will set up the base project for the course using the Gradle build tool. 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
Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App
In this video, we will set up the base project for the course using the Gradle build tool. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Gradle" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Producer and Consumer Messages Using CLI
In this video, you will learn to produce and consume messages using Docker Compose. This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Curated Video
Social Media Automation using Python - Posting Photo with Caption
In this lesson, we will understand how to post a photo or an image with a caption over Facebook using the put_photo() function and posting the caption along with it as a comment. This clip is from the chapter "Facebook Automation" of the...