Instructional Video6:56
Curated Video

Learning Splunk - What If There Is Not an App Available

Higher Ed
Understanding tips for approaching data onboarding when an app doesn’t already exist. • Understand the value of existing apps • Learn that apps are not required, they just make it easier • Identify situations where a custom app may be...
Instructional Video12:45
Curated Video

Salesforce Platform App Builder Certification Training - Exam Details

Higher Ed
This video will provide you with the exam details. This clip is from the chapter "Introduction to Salesforce" of the series "Salesforce Platform App Builder Certification Training".This section explains the course on Salesforce.
Instructional Video5:20
Curated Video

Figma for UIUX Master Web Design in Figma - Set Up the Desktop Version the Correct Way

Higher Ed
This video demonstrates setting up the desktop version the correct way. This clip is from the chapter "First Web Design Project" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on the first web design...
Instructional Video8:17
Professor Dave Explains

Italian Vocabulary: Gelato Just Means Ice Cream!

12th - Higher Ed
What is Italian ice cream like?
Instructional Video3:28
Brian McLogan

Given the Value of Secant Find the Angle

12th - Higher Ed
👉 Learn how to evaluate the inverse of reciprocal trigonometric functions. Recall that the reciprocal trigonometric functions are given by the ratio of 1 and the corresponding trigonometric function. When an angle is unknown but the...
Instructional Video3:35
Curated Video

Hands-On WebAssembly for C++ Programmers - Course Overview

Higher Ed
This video will give you an overview about the course. This clip is from the chapter "Getting Started with WebAssembly" of the series "Hands-On WebAssembly for C++ Programmers".You will start by getting your toolchain set-up for...
Instructional Video5:51
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 09 - Writing Unit Test for the save Method

Higher Ed
In this video, we will write unit test for the save method. This clip is from the chapter "JPA and Hibernate in Depth" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will learn about Java...
Instructional Video13:13
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Dictionaries

Higher Ed
Dictionaries allow you to store data inside of a variable, but you can use an "internal name" to reference it. Now you can group similar variables together into one larger variable. Hurray, cleaner code! This clip is from the chapter...
Instructional Video4:53
Curated Video

Learning Splunk - The Search Pipeline

Higher Ed
Understanding many of the powerful reporting functions available within the Splunk search pipeline. • Understand usage of options in the WebUI to automatically add statistical functions to searches • Run searches with basic statistical...
Instructional Video4:55
FuseSchool

Other Acids

6th - Higher Ed
Learn the basics about Other acids. Acids have a variety of applications for the industrial and domestic markets. What does that mean? Find out more in this video!
Instructional Video4:12
Professor Dave Explains

Ferns: The Emergence of Roots and Stems

12th - Higher Ed
We just learned about lycophytes, so which plants came next on the evolutionary timeline? Those would be ferns. With ferns we finally arrive at a type of plant which should actually look quite familiar to most people, even though these...
Instructional Video10:55
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Promises with Firebase

Higher Ed
In this video you'll use promises with Firebase to run some code if a Firebase operation succeeds or fails. This clip is from the chapter "Firebase 101" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn...
Instructional Video6:17
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Try to Make Index Page

Higher Ed
In this video, we'll work with index page. This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about Element, HTML...
Instructional Video3:05
Curated Video

Learning Splunk - Enriching Data – Lookup Table

Higher Ed
Exploring lookup tables, a way to enrich the data in your logs. • Learning what a lookup table does • Identify why a lookup table is useful • Understand an example lookup table This clip is from the chapter "Splunk Terminology" of the...
Instructional Video5:42
Curated Video

Learning Splunk - Course Overview

Higher Ed
This video will give you an overview about the course. This clip is from the chapter "Introduction to Splunk" of the series "Learning Splunk".This first section will introduce the course, Splunk itself, and the concept of machine data...
Instructional Video4:05
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Introduction and Recap

Higher Ed
This video provides an introduction and recap to the section. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Instructional Video3:01
Curated Video

AWS Cloud Development Kit - From Beginner to Professional - Where Can You Find the Sample Code?

Higher Ed
This video explains the code resources and where to find them. This clip is from the chapter "AWS Cloud Development Kit" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, the author introduces you...
Instructional Video8:14
Two Minute Music Theory

Vince Guaraldi’s BRILLIANT use of Repetition

12th - Higher Ed
Music is a balance between new and repeated material. Today we're looking at "Linus and Lucy" by the Vince Guaraldi Trio, from the Charlie Brown Christmas Special. How does this Peanuts' classic teach us about repeats? We'll look at...
Instructional Video3:14
Brian McLogan

Math tutorial for subtracting the 4th root of two numbers by simplifying first

12th - Higher Ed
👉 Learn how to add or subtract radicals. A radical is a number or an expression under the root symbol. Radicals can only be added or subtracted if the numbers or expressions under the roots are the same for all terms. To add or subtract...
Instructional Video3:28
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Solution: JavaScript Fetch.

Higher Ed
In this video, we'll cover solution: JavaScript Fetch. This clip is from the chapter "JavaScript JSON and AJAX" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section introduces JSON and AJAX. Learn...
Instructional Video7:12
Packt

Python Scrapy: Logging Data from Spiders with Custom Functions and Built-in log Method

Higher Ed
In this video, we learn about the importance of logging in spider creation and how to effectively test and log data. The video covers the use of built-in print functions and how to use the Scrapy log method to access and log spider data....
Instructional Video6:11
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - How to Select Data Using Regular Expressions with Scrapy

Higher Ed
In this video, you will learn how to extract data from HTML tags using regular expressions. You'll see how to create a pattern to match specific data and how to use regular expressions to extract that data. You'll also learn how to...
Instructional Video6:00
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Chain Rule for Backpropagation

Higher Ed
In this video, you will learn about the chain rule for backpropagation. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper...
Instructional Video8:35
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Brush-Up Basic Java Concepts -1

Higher Ed
This is the first part of a three-part lecture that helps you brush up your Java concepts. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced...