Instructional Video2:09
Curated Video

Learn and Master C Programming - Pointer Arithmetic: Working with Character Pointers (Strings)

Higher Ed
Learn how we can use pointer arithmetic with strings as well. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course, we look into what pointers are...
Instructional Video4:20
Curated Video

.NET Core Microservices - Configure Cart Service

Higher Ed
This video explains the configure cart service. This clip is from the chapter "Consume Shopping Cart API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about consume...
Instructional Video5:38
Curated Video

.NET Core Microservices - Create DTOs and Push Models to Shopping Cart Database

Higher Ed
This video provides a demo to create DTOs and push models to shopping cart database. This clip is from the chapter "Shopping Cart API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you...
Instructional Video3:31
Curated Video

.NET Core Microservices - Create DTOs Inside Product API

Higher Ed
This video focuses on create DTOs inside product API. This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn products API...
Instructional Video4:44
Curated Video

.NET Core Microservices - Exchange Types

Higher Ed
This video explains exchange types. This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video5:21
Curated Video

.NET Core Microservices - Checkout UI

Higher Ed
This video presents a checkout UI. This clip is from the chapter "Consume Coupon API" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about consume coupon API.
Instructional Video3:42
Curated Video

.NET Core Microservices - Cart Controller and Service for Applying or Removing Coupon

Higher Ed
This video explains cart controller and service for applying or removing coupon. This clip is from the chapter "Consume Coupon API" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn...
Instructional Video2:38
Curated Video

.NET Core Microservices - Project Architecture

Higher Ed
This video introduces you to project architecture. This clip is from the chapter "Introduction" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".This section introduces you to the course.
Instructional Video2:26
Curated Video

Ensemble Machine Learning Techniques 1.2: Introduction

Higher Ed
This video aims to teach the viewer what ensemble learning is, so that the concepts of the rest of the course can be understood. • Define what ensemble methods are • Give a simple example to explain how ensemble learning works • Explain...
Instructional Video2:29
Curated Video

Java 11 Programming for Beginners 2.6: Diving into Local Variable Syntax for Lambda Parameters and Low Overhead GC

Higher Ed
We show the beginner a glimpse of new features in Java 11. • Create a lambda and get a quick intro to lambda • Show how to use var in the lambda parameter declaration • Experiment with low-overhead GC
Instructional Video7:32
Curated Video

Mastering Tableau 2018.1, Second Edition 10.4: Custom Geocoding

Higher Ed
In this video, we’ll see how to integrate a custom geocode inside Tableau. • Why custom geocodes are important • Apply a custom geocode in Tableau
Instructional Video5:43
Curated Video

Mastering Tableau 2018.1, Second Edition 9.2: Going from Regular Expressions to Level-of-Detail Expressions

Higher Ed
We’ll see the difference between regular expressions and LOD expressions. • Why are regular expressions important?
Instructional Video9:11
Curated Video

Serverless JavaScript Projects 4.3: Building a Create and Read Lambda

Higher Ed
In this video, we need to read the database and create new records for the cards and boards. • Set up the functions for create and read • Run the serverless deploy script • Make sure CORS is on for these functions in AWS
Instructional Video16:41
Curated Video

Serverless JavaScript Projects 3.3: Put the Finishing Touches on the Lambda

Higher Ed
We need to bring in IBM Watson. • Install IBM Watson developer tools as a dependency • Add the Watson AssistantV1 call to the Lambda • Send back the response that Watson returns as the new API response
Instructional Video4:33
Curated Video

Serverless JavaScript Projects 1.3: AWS Lambda Functions Are the Way to Go in FaaS Architectures

Higher Ed
We will show that AWS Lambda is the only way to go if you want to have production quality code running in serverless setups. • Understand what AWS FaaS is • Show how AWS Lambda is the only solid option • Sign up for AWS
Instructional Video5:43
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.1: Using const and arrow Functions

Higher Ed
In this video, we will learn how we can benefit from the new features of ECMAScript, const, let, and arrow functions. • Understand let and const • Change var statements into const statements • Use arrow functions instead of function...
Instructional Video4:59
Curated Video

Learning D3.JS 5.0 9.4: Updating the Nodes

Higher Ed
Learn how to update nodes. • Create the nodeUpdate • Use the methods .transition and .duration • Create the nodeExit
Instructional Video3:44
Curated Video

Learning D3.JS 5.0 4.5: Modifying Elements

Higher Ed
In this video, we will learn which methods can modify the elementsand the difference from other methods. • Navigate to GitHub to read for the attr() and text() methods. • Use these methods. Understand and write the examples. • Talk about...
Instructional Video4:18
Curated Video

Learning D3.JS 5.0 3.2: Creating Paths

Higher Ed
In this video, we will learn how we can create paths. • Learn about path commands • Create a shape with straight lines • Create a shape with curved lines
Instructional Video9:32
Curated Video

Bug Bounty Program Certification 8.2: Find Bug and Hack Database of a Website Using Kali Linux Tools

Higher Ed
This video explores database attack using Kali Linux tool. • Understand sqlmap tool • Explore web database penetration using sqlmap commands in Kali Linux • Explanation of commands
Instructional Video9:39
Curated Video

Bug Bounty Program Certification 3.4: Find Bugs Using Network Vulnerability Scanner

Higher Ed
This video explores Nessus installation steps. • Download Nessus network vulnerability scanner • Install process of Nessus tool • Learn about basic scanning using Nessus
Instructional Video4:44
Curated Video

Bug Bounty Program Certification 2.4: Update and Upgrade Kali Linux Operating System

Higher Ed
This video will help you learn how to update and upgrade process. • Learn about update and upgrade process • Update process • Upgrade process
Instructional Video5:05
Curated Video

Bug Bounty Program Certification 1.4: Bug Bounty Latest Terminologies

Higher Ed
In this video, you will learn about terms in bug bounty. • Explore basic terminologies • Explain different terminologies in bug bounty • Difference between different terminologies in bug bounty
Instructional Video2:45
Curated Video

Learn and Master C Programming - declaring static variables inside functions with 'static' keyword in C

Higher Ed
We will learn how to make a variable 'static' in C and why we need to use static variables. This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...