Curated Video
Learn and Master C Programming - Pointer Arithmetic: Working with Character Pointers (Strings)
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...
Curated Video
.NET Core Microservices - Configure Cart Service
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...
Curated Video
.NET Core Microservices - Create DTOs and Push Models to Shopping Cart Database
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...
Curated Video
.NET Core Microservices - Create DTOs Inside Product API
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...
Curated Video
.NET Core Microservices - Exchange Types
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
Curated Video
.NET Core Microservices - Checkout UI
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.
Curated Video
.NET Core Microservices - Cart Controller and Service for Applying or Removing Coupon
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...
Curated Video
.NET Core Microservices - Project Architecture
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.
Curated Video
Ensemble Machine Learning Techniques 1.2: Introduction
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...
Curated Video
Java 11 Programming for Beginners 2.6: Diving into Local Variable Syntax for Lambda Parameters and Low Overhead GC
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
Curated Video
Mastering Tableau 2018.1, Second Edition 10.4: Custom Geocoding
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
Curated Video
Mastering Tableau 2018.1, Second Edition 9.2: Going from Regular Expressions to Level-of-Detail Expressions
We’ll see the difference between regular expressions and LOD expressions. • Why are regular expressions important?
Curated Video
Serverless JavaScript Projects 4.3: Building a Create and Read Lambda
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
Curated Video
Serverless JavaScript Projects 3.3: Put the Finishing Touches on the Lambda
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
Curated Video
Serverless JavaScript Projects 1.3: AWS Lambda Functions Are the Way to Go in FaaS Architectures
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 2.1: Using const and arrow Functions
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...
Curated Video
Learning D3.JS 5.0 9.4: Updating the Nodes
Learn how to update nodes. • Create the nodeUpdate • Use the methods .transition and .duration • Create the nodeExit
Curated Video
Learning D3.JS 5.0 4.5: Modifying Elements
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...
Curated Video
Learning D3.JS 5.0 3.2: Creating Paths
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
Curated Video
Bug Bounty Program Certification 8.2: Find Bug and Hack Database of a Website Using Kali Linux Tools
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
Curated Video
Bug Bounty Program Certification 3.4: Find Bugs Using Network Vulnerability Scanner
This video explores Nessus installation steps. • Download Nessus network vulnerability scanner • Install process of Nessus tool • Learn about basic scanning using Nessus
Curated Video
Bug Bounty Program Certification 2.4: Update and Upgrade Kali Linux Operating System
This video will help you learn how to update and upgrade process. • Learn about update and upgrade process • Update process • Upgrade process
Curated Video
Bug Bounty Program Certification 1.4: Bug Bounty Latest Terminologies
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
Curated Video
Learn and Master C Programming - declaring static variables inside functions with 'static' keyword in C
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...