Instructional Video3:49
Curated Video

.NET Core Microservices - Update Product

Higher Ed
This video explains the concept of update products. This clip is from the chapter "Product CRUD" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about product CRUD.
Instructional Video5:21
Curated Video

Java 11 Programming for Beginners 4.5: Managing the Input/OutputJava 11

Higher Ed
The I/O for Java is one area that is very useful but also very tricky. This video aims to give that landscape a good overview. • Slides will highlight the classes and methods to look out for • Add the capability to read a sentence from...
Instructional Video3:32
Curated Video

Learning D3.JS 5.0 7.3: Breaking Down Scales

Higher Ed
In this video, we will learn what scales are and why we need them. • Identify the problem • Understand what the scale function is • Get to know about range and domain
Instructional Video5:55
Curated Video

Learn and Master C Programming - Using 'struct' keyword in C

Higher Ed
We will learn how to use 'struct' keyword to declare and use our own data types in C. This clip is from the chapter "Structures & Unions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we use...
Instructional Video3:26
Curated Video

Learn and Master C Programming - Introduction to File I/O

Higher Ed
Introduction to the course. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will introduce you to file I/O and the concept of files in...
Instructional Video3:03
Curated Video

Learn and Master C Programming - A quick overview of 'scanf' function

Higher Ed
We will have a quick look at 'scanf' function and some of it’ type filed characters. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick overview of how...
Instructional Video2:07
Curated Video

Ensemble Machine Learning Techniques 3.2: How Bagging Works

Higher Ed
This video aims to teach the viewer how to use Bootstrapping for Ensemble Learning. • We go into the details of application of Bootstrapping for ensemble Learning • Use understand about Bootstrap aggregating • Look at the Algorithm for...
Instructional Video1:39
Curated Video

Ensemble Machine Learning Techniques 2.2: Ensemble Learning for Classification

Higher Ed
This video aims to teach the viewer how to use Ensemble Learning for Classification. • We go into the details of Majority Voting • We see examples for majority voting in real life • Look at other combination techniques
Instructional Video6:10
Curated Video

Python for Network Forensics 2.2: Populating File Properties

Higher Ed
In this video, we will learn to populate properties of files such as permissions and timestamps. • Understand how to populate file properties • Populate and examine file permissions • Learn and query the different available timestamps of...
Instructional Video6:29
Curated Video

Java 11 Programming for Beginners 4.2: Controlling Flows and Logical Operators

Higher Ed
Introduce various control flows and conditional operators. • Two slides to introduce the concepts • A coding example to showcase control flows • Improve the code with the use of switch-case and for loops
Instructional Video3:00
Curated Video

Java 11 Programming for Beginners 2.3: Creating the Basic Structure, Basic Class

Higher Ed
Then, we prepare even more of the basic structure to hold the upcoming logic. • Create a new calculator class and initial method • Run through the basic structure of a Java class
Instructional Video3:02
Curated Video

Mastering Tableau 2018.1, Second Edition 10.2: Develop Geographic Visualizations Using Colors, Shapes, and Filtering

Higher Ed
In this video, we’ll see how we can use the Shape file in Tableau and also apply filters and colors. • Use color to filter data • Explain how analytics improves decision-making • Talk about the kinds of data you’ll deal with
Instructional Video4:59
Curated Video

Learning D3.JS 5.0 5.1: The data() and enter() Methods

Higher Ed
In this video, we will learn what data binding is and how to use the data() and enter() methods. • Learn what data binding is • Get an example with data() and enter() methods • View the result in the browser and discuss it
Instructional Video10:49
Curated Video

Bug Bounty Program Certification 6.3: Create a Virus and Infect the Machines in Network

Higher Ed
In this video, you will learn about virus creation and infect machines. • Download and install Fatrat framework in Kali Linux • Create a virus file using Fatrat and transfer it to victim machine • Exploit victim using that virus
Instructional Video3:34
Curated Video

Cloud Native Development on Azure with Java 3.2: Register Your App with Your Azure Active Directory Tenant

Higher Ed
One of the key steps to securing our app is to register it with our Azure Active Directory tenant. Let’s go ahead and see how to do this! • Test anonymous access for the application • Add other users to the Azure subscription and define...
Instructional Video9:11
Curated Video

Learn and Master C Programming - Using Malloc & Free In Our Code

Higher Ed
Learn why and how to use malloc / free to create a function to combine (concatenate) strings together in C/C++. This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For Absolute...
Instructional Video8:44
Curated Video

Learn and Master C Programming - Arguments of main() function - Part 1

Higher Ed
We will learn how to pass arguments to our main function from the command-line and also how to pass them from within visual studio and debug through the code to look at their values. This clip is from the chapter "Strings" of the series...
Instructional Video6:02
Curated Video

Learn and Master C Programming - Using 'strcpy' and 'strcat' functions

Higher Ed
We will see how to use 'strcpy' and 'strcat' both the safe and unsafe version of C runtime functions. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work...
Instructional Video3:04
Curated Video

.NET Core Microservices - Identity Server Introduction

Higher Ed
This video explains identity server introduction. 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 Video9:11
Curated Video

High Performance Scientific Computing with C 4.2: Shared Memory Parallelism with OpenMP

Higher Ed
How can we easily use our multi-core systems with more than one thread? • Learn how to parallelize loops with OpenMP • Learn how to change the number of threads • Learn how to use reductions to finalize calculations
Instructional Video6:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.2: Using Behavior-Driven Development

Higher Ed
In this video, we will learn the difference between test-driven development (TDD) and behavior-driven development (BDD) and how we can use BDD. • Understand TDD versus BDD • Use mocha to test our code • Execute our code written with BDD...
Instructional Video6:47
Curated Video

Bug Bounty Program Certification 8.3: Find Bug and Hack Database of a Website Using Windows Tools

Higher Ed
This video focuses on database attack using Windows tool. • Explore Havij tool • Download and installation of Havij in Windows • Understand Web database penetration using Havij tool in windows
Instructional Video8:01
Curated Video

Hands-On Unity 2018.x Game Development for Mobile (Video 11)

Higher Ed
Ready to take your game development skills to the next level by deploying your games to mobile platforms? With the boom in the mobile game development space, there has never been a better time! This course will give you the necessary...
Instructional Video10:26
Curated Video

Learn and Master C Programming - Visual Studio Solutions & Projects

Higher Ed
We will discuss the contents of solution files as well as project files and also understand the relationship between them. This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series "Learn and Master C Programming For...