Instructional Video12:40
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Hidden Fields for State Management

Higher Ed
In this video, you will learn, with code examples from a running project, to demonstrate state management with hidden fields.
<
br/>
This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build...
Instructional Video2:32
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Reminder App Constants

Higher Ed
This video explains the reminder app constants.
<
br/>
This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync...
Instructional Video5:35
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Weather Data Structure

Higher Ed
This video explains the weather data structure by creating a folder to keep the weather data.
<
br/>
This clip is from the chapter "Widget Size Family" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic...
Instructional Video5:22
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Python Dictionaries

Higher Ed
In this video, you will learn about Python dictionaries.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will...
Instructional Video9:25
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Stocks App Introduction and Model

Higher Ed
This video explains a stock app widget.
<
br/>
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...
Instructional Video8:49
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Model

Higher Ed
This video explains the exchange rate model.<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.
Instructional Video8:24
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Summarising and Presenting the Results Part 1

Higher Ed
This video explains how to summarise the results using statistics.
<
br/>
This clip is from the chapter "Summarising and Presenting the Results" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This...
Instructional Video6:59
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Dictionaries

Higher Ed
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.
Instructional Video7:54
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Laptop Features

Higher Ed
Portable computers use the function key (Fn) to activate alternative features. These include screen sharing, power settings, audio options, and more. The Settings app in Windows enables you to adjust a host of laptop settings (which...
Instructional Video11:01
Curated Video

CISSP Crash Course - Cryptographic Solutions

Higher Ed
This video explains cryptographic systems—asymmetric encryption and RSA algorithm.
<
br/>
This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses...
Instructional Video6:27
Curated Video

Master SQL for Data Analysis - Inner-Join

Higher Ed
In this lecture, we will look at the most common types of joins, called the inner-join type, for various use cases.
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Instructional Video4:48
Curated Video

HashiCorp Certified - Vault Associate Course - Vault Initialization

Higher Ed
This video explains the process of initializing HashiCorp Vault, which is a one-time process that sets up the initial configuration and encryption key for Vault. You will need to initialize Vault when it is first provisioned, so this...
Instructional Video2:57
Curated Video

HashiCorp Certified - Vault Associate Course - Pros and Cons of Unseal Options

Higher Ed
In this video, we will compare and contrast the different methods of unsealing HashiCorp Vault. We have learned a lot about seal and unseal options, but which do we use? This short video will walk you through the pros and cons of each...
Instructional Video4:29
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—Unsealing with Key Shards

Higher Ed
This is a lab video on unsealing with key shards. We will walk through how to initialize and unseal Vault using the default option of unseal keys.
<
br/>
This clip is from the chapter "Learning the Vault Architecture" of the series...
Instructional Video5:15
Curated Video

HashiCorp Certified - Vault Associate Course - Unsealing with Key Shards

Higher Ed
In this video, we will explore the process of unsealing HashiCorp Vault using key shards, which is a method of distributing the unsealing keys across multiple individuals or systems for added security.
<
br/>
This clip is from the...
Instructional Video2:49
Curated Video

HashiCorp Certified - Vault Associate Course - Vault Data Protection

Higher Ed
In this video, we will focus on how HashiCorp Vault protects sensitive data by providing robust encryption mechanisms and access control policies. You are storing lots of sensitive data in Vault, and we want Vault to protect it for...
Instructional Video8:24
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Integration with Boto

Higher Ed
In this lesson, we will discuss deploying our chatbot using code. We will not use a built-in application such as Twilio; instead, we will use a Python library—Boto.
<
br/>
This clip is from the chapter "Chatbots Development with...
Instructional Video14:49
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Classification in Code

Higher Ed
In this video, we will practice all that we have learnt in the previous video about classification.
<
br/>
This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and...
Instructional Video6:21
Curated Video

Getting Started with HashiCorp Nomad - Demo - Rotating the Gossip Encryption Key

Higher Ed
In this demonstration, we will practically work on rotating the gossip encryption key. You will learn to generate a new gossip key. You will learn to install the key, create a list of keys, instruct Nomad to use the new key, and...
Instructional Video6:07
Curated Video

Getting Started with HashiCorp Nomad - Rotating Gossip Encryption Key

Higher Ed
In this lecture, we will discuss rotating the gossip encryption key, a pre-share key added to the configuration when we secured the Nomad infrastructure. We will examine the built-in features to easily generate, install, use, and...
Instructional Video3:43
Curated Video

Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - KISS and YAGNI

Higher Ed
Here, let's apply the principles of KISS and YAGNI to design the architecture of an e-commerce application using the monolithic approach. We will emphasize simplicity, avoiding unnecessary complexity and implementing only the essential...
Instructional Video3:51
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Principles of Monolithic Architecture -- KISS, YAGNI, DRY

Higher Ed
In this video, dive into essential design principles for monolithic architecture, including KISS (Keep It Simple, Stupid), YAGNI (You Ain't Gonna Need It), and DRY (Don't Repeat Yourself). We will understand how these principles guide...
Instructional Video5:30
Curated Video

Crazy Contractions

K - 8th
Mr. Griot explains that contractions are formed when two words are put together and shortened. He also teaches the purpose of the apostrophe in contractions. Mr. Griot also demonstrates how to write contractions correctly and correct...
Instructional Video4:14
Curated Video

Schedules, Routines, and Organization

3rd - 8th
Dr. Forrester explains the benefits schedules, routines, and organization. She then explains that all three of these tools can help set and achieve short-term and long-term goals.