Hi, what do you want to do?
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.
<
br/>
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...
<
br/>
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer App View
This video explains the pedometer app view or the Swift view.
<
br/>
This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the...
<
br/>
This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate App
This video explains the exchange rate app.<br<br/>/>
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.
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
CompTIA A+ Certification Core 1 (220-1101) - Optical Media
Shiny optical discs are an excellent media for transporting data and are still a very common tool for delivering drivers and configuration utilities for hardware. There's several different optical standards and it's critical to know...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Magnetic Disk Drives
Hard disk drives (HDDs), which store data on rotating magnetic disks, have been the go-to mass storage media for decades. A good tech understands how this venerable media works and understands magnetic media's unique needs.
<
br/>...
<
br/>...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Sets
This video explains sets in Python.<br<br/>/>
This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Dictionaries
This video explains dictionaries in Python.<br<br/>/>
This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Strings
This video explains strings in Python.<br<br/>/>
This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and variables.
This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and variables.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Objects and Variables
This video explains objects and variables in Python using an example of Olympic results.
<
br/>
This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This...
<
br/>
This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Maintaining Mobile Devices
Mobile devices are surprisingly self-maintaining these days, but there are a few issues that come up occasionally. A big part of this is understanding the names and functions of certain settings unique to smartphones.
<
br/>
This...
<
br/>
This...
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.
<
br/>
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...
<
br/>
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Order Schema Using AVRO
In this video, we will create the AVRO Schema for the coffee order service.
<
br/>
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...
<
br/>
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 - Application Overview
In this video, you will get an overview of the application that we are going to build in this section.
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for...
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for...
Curated Video
Social Media Automation using Python - Displaying Data of Playlists
After learning to retrieve playlist information, you will learn to use Python coding to display the playlist information to suit our requirements, such as snippets, number of videos, and content details.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Social Media Automation using Python - Creating API Key
This video demonstrates how to create an API key. We will create a project and then use the YouTube API V3 library to enable it to create our API key.
<
br/>
This clip is from the chapter "YouTube Automation" of the series "Social...
<
br/>
This clip is from the chapter "YouTube Automation" of the series "Social...
Curated Video
Social Media Automation using Python - Sending Message to Group
In this lesson, we will look at sending messages to groups and understand the prerequisites of having admin rights to send messages to groups. You will learn to send messages with links to groups.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the Service Layer to Map the DTO to AVRO Domain Object
In this video, we will build the service layer for the coffee-orders-service, which is going to behave as a transformational layer to transform objects from DTO to AVRO records.
<
br/>
This clip is from the chapter "Build a Coffee...
<
br/>
This clip is from the chapter "Build a Coffee...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the DTOs for CoffeeOrderService
In this video, we will build the DTOs for the coffee order service.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts Using...
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts Using...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Adding a New Field in Schema - FORWARD Compatibility
In this video, we will code and learn about FORWARD compatibility in Schema Registry.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Master SQL for Data Analysis - Schema, Metadata, Data Dictionary
Let's learn how to create multiple relational database instances and define the needed table for each entity type.
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This...
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This...
Curated Video
Master SQL for Data Analysis - Overview-1
This video outlines creating entire databases and building schemas and tables in detail.
<
br/>
This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This section...
<
br/>
This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This section...
Curated Video
HashiCorp Certified - Vault Associate Course - Configuring the Consul Storage Backend
This video helps in configuring the Consul Storage backend. Consul is still one of the most popular storages backends when deploying Vault; here, we will cover it.
<
br/>
This clip is from the chapter "Installing Vault" of the...
<
br/>
This clip is from the chapter "Installing Vault" of the...
Curated Video
HashiCorp Certified - Vault Associate Course - Storage Backends
This video focuses on storage backends in HashiCorp Vault, which are responsible for persisting Vault data to disk or other storage media. Vault needs a place to store its data, and that "place" is called a storage backend.
<
br/>...
<
br/>...
Curated Video
HashiCorp Certified - Vault Associate Course - Vault Components
This video explains the different components of Vault.
<
br/>
This clip is from the chapter "Learning the Vault Architecture" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on learning the...
<
br/>
This clip is from the chapter "Learning the Vault Architecture" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on learning the...