Instructional Video16:14
ATHS Engineering

IED Crank Arm Multiview Tutorial (Onshape)

9th - Higher Ed
The video is a tutorial for students on how to complete a multiview drawing assignment using a 3D model in Onshape. The teacher walks through the steps of creating the drawing, adding dimensions, and filling out the title block.
Instructional Video6:29
Curated Video

DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Release code to PROD from artifactory

Higher Ed
In this video, you will understand the process of using artifacts from artifactory to deploy to PROD instance of Tomcat. This clip is from the chapter "GitFlow Feature Release (1.0.0)" of the series "DevOps with GIT(Flow) Jenkins,...
Instructional Video3:50
Curated Video

.NET Core Microservices - DbContext for Identity Server

Higher Ed
This video explains the DbContext for identity server. This clip is from the chapter "Identity Server" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about identity server.
Instructional Video2:11
Tarver Academy

How to Create a Collaborative YouTube Playlist

12th - Higher Ed
In This Episode, Tyler Teaches Us About How to Create a Collaborative YouTube Playlist
Instructional Video14:02
Packt

Frames Techniques - Real Time Example

Higher Ed
This video presents a real-time example for frames techniques. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video2:34
Curated Video

Comprehensive Android Developer Bootcamp - Changing the Background and Buttons Color

Higher Ed
Building a Trivia App:Changing the Background and Buttons Color This clip is from the chapter "APP –Building a Trivia App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your own...
Instructional Video3:20
Brian McLogan

How to Graph a Piecewise With Sine and Absolute Value

12th - Higher Ed
👉 Learn how to graph piecewise functions. A piecewise function is a function which have more than one sub-functions for different sub-intervals(sub-domains) of the function's domain. To graph a piecewise function, we graph the different...
Instructional Video9:06
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - SSH Public Key Authentication Lab

Higher Ed
Multifactor authentication should always be used for administrative accounts. In this demo, SSH public key authentication is configured for a Linux host. This clip is from the chapter "Cryptography" of the series "CompTIA Security+...
Instructional Video5:41
Curated Video

Apache Maven Beginner to Guru - Using Maven Surefire for JUnit 4 and JUnit 5 Tests

Higher Ed
This video explains how to use Maven Surefire for JUnit 4 and JUnit 5 unit tests. This clip is from the chapter "Testing with Maven" of the series "Apache Maven: Beginner to Guru".This section explains how to test builds with Maven.
Instructional Video7:21
Curated Video

Apache Maven Beginner to Guru - Configuring CircleCI

Higher Ed
This video demonstrates how to configure CircleCI. This clip is from the chapter "Maven Release Plug-in" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the Maven release plug-in.
Instructional Video6:57
Curated Video

.NET Core Microservices - Configure and Run Identity Server

Higher Ed
This video explains the configure and run identity server. This clip is from the chapter "Identity Server" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about identity server.
Instructional Video7:57
Curated Video

C++ Standard Template Library in Practice - Sequence Algorithms - for_each

Higher Ed
The listener is new to algorithms and does not know about the for_each sequence algorithm. • Introduce the user to the different types of modifying and non-modifying algorithms • Introduce the for_each algorithm • Reinforce the lesson...
Instructional Video3:39
Curated Video

Changing Text Case in Microsoft Excel

Pre-K - Higher Ed
In this tutorial, the speaker demonstrates how to easily change text from uppercase to lowercase, title case, or sentence case in Microsoft Excel using simple formulas. By following the step-by-step instructions, users can efficiently...
Instructional Video5:29
Curated Video

Learning CSS (Video 34)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Instructional Video10:26
Curated Video

Java 11 Programming for Beginners 5.4: Using the Date, Time, and Money API

Higher Ed
Date/Time and Money are some of the trickier pieces of data to format. We introduce some APIs that greatly help the average Joe to navigate through the complicated waters of proper formatting. • Use the Date/Time API and improve the...
Instructional Video2:28
Tarver Academy

How to Automatically Make a Copy of a Google Doc or Sheet

12th - Higher Ed
In This Episode, Tyler Teaches Us About How to Automatically Make a Copy of a Google Doc or Sheet
Instructional Video15:53
Packt

Asserting the Test Cases with Validations

Higher Ed
This video explains how to assert the test cases with validations. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Podcast4:12
KERA

What You Need to Know About Bitcoin

Pre-K - Higher Ed
Bitcoin is a type of digital currency that exists only on computers and allows people to conduct financial transactions online that allow users to send currency back and forth. Recently, Bitcoin has been making headlines for its role in...
Instructional Video5:55
Curated Video

TypeScript for Beginners - Map in action

Higher Ed
In this video, you will learn about map in action. This clip is from the chapter "More Types" of the series "TypeScript for Beginners".This section primarily focuses on types of maps and expressions.
Instructional Video10:17
Curated Video

DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Configure for SCM and Artifactory

Higher Ed
In this video, you will be able to configure the spring boot project to talk to the SCM and artifactory. The id's in distribution Management configuration in pom.xml need to match the server settings in the settings.xml to ensure that...
Instructional Video6:31
Curated Video

DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Blueocean Setup and Git Configuration

Higher Ed
This video provides an overview of Blueocean setup and integration with Git. This clip is from the chapter "Jenkins Multibranch Pipeline Introduction using Blueocean" of the series "DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK,...
Instructional Video17:04
Curated Video

Complete Python Scripting for Automation - Part-1: copy file(s) with shutil module

Higher Ed
Shutil module: Part-1: copy file(s) with shutil module This clip is from the chapter "Shutil module" of the series "Complete Python Scripting for Automation".Here the author talks about Shutil module and how to copy files with shutil...
Instructional Video12:23
Curated Video

C++ for Beginners - Encapsulation, Part 2

Higher Ed
In this video, your instructor discusses encapsulation and the benefits of object-oriented programming. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Instructional Video7:42
Curated Video

Apache Maven Beginner to Guru - Code Coverage with JaCoCo

Higher Ed
This video explains how to calculate code coverage using the JaCoCo library. This clip is from the chapter "Testing with Maven" of the series "Apache Maven: Beginner to Guru".This section explains how to test builds with Maven.