Curated Video
Multi-Paradigm Programming with Modern C++ - Enter Ranges
Most algorithms use a pair of iterators. Most containers can be thought of as a pair of begin() and end() iterators. Why not use a pair of iterators everywhere? Roughly, this is what ranges are all about. • Installing range-v3 from...
Curated Video
Creational Design Patterns in Modern C++ - Using the std::call_once Function
This video demonstrates how to use the std::call_once function. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes, multithreading,...
Curated Video
Complete Modern C++ - Move Semantics - std::move Function (C++11)
This video shows how to use the std::move function to force move semantics on L-value. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Packt
The Complete React Developer Course (with Hooks and Redux) - Enzyme
In this video you'll setup a use enzyme to simplify the snapshot tests. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with Testing...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Mocking Libraries with Jest
In this video you'll be mocking out third-party libraries. This make it easy to write test cases that depend on things like time. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course...
Curated Video
World of Computer Networking Your CCNA start - Structure of a Domain Name System (DNS) Registry versus Library
This video explains the difference between the structure of a DNS registry and library. This clip is from the chapter "Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS)" of the series "World of Computer Networking:...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - The Theory Behind Reverse Shell
This video discusses the theory behind the reverse shell session. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
TMW Media
A Day at School: Learn how to be creative, have fun and follow rules at school
Learn how to be creative at school. You can also play during recess, but school has rules so pay attention. A Day at School, Part 4
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Why jQuery and What is it
In this video, we'll cover why jQuery and what it is. This clip is from the chapter "Learn jQuery" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".In this section, you will learn about jQuery, selecting with...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Capturing Screenshot on Target PC
In this video, you'll learn how to capture screenshots on the target PC. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Adding Report Function
In this video, you'll add a report function. This clip is from the chapter "Developing a Keylogger" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn to develop a keylogger to trace...
Curated Video
Python 3 for Beginners: Python Standard Library and Creating Modules in Python
In this educational video, you'll learn about the Python Standard Library and how to take advantage of its modules to simplify your coding process. The video demonstrates how to use existing modules for tasks such as reading and writing...
Curated Video
Library (Represent word problems involving multiplicative comparison using a symbol for the unknown where the group size is the unknown)
Sara and Lilly went to the library to read. Sara read 24 pages. She read 3 times as many pages as Lilly .How many pages did Lilly read?
Curated Video
Robotic Process Automation - UiPath RPA Developer Masterclass - UiPath Studio - First look
This video provides a first look at the UiPath Studio user interface—the place where the magic happens! This clip is from the chapter "The UiPath Platform and UiPath Studio" of the series "Robotic Process Automation - UiPath RPA...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Bokeh for Interactive Plotting: Bokeh Multiplots Grid Plot
In this video, we will cover Bokeh Multiplots grid plot. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and...
Packt
Create visual representations of data that models real-world phenomena or processes : Matplotlib library
From the section: Data Visualization. In this section you will learn about data visualization, matplotlib library, bar charts, line charts and scatter plots. There’s also an activity for data visualization. Data Visualization: Matplotlib...
Curated Video
Comprehensive Android Developer Bootcamp - Understanding APIs and Libraries
Connecting our Apps to the Web – JSON, API’s, Network Services, Parsing JSON:Understanding APIs and Libraries This clip is from the chapter "Connecting our Apps to the Web – JSON, API’s, Network Services, Parsing JSON" of the series "The...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Setting up Redux
In this video you'll install Redux and use it to create your first Redux store. This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This section is about Redux in detail.
Curated Video
The Modern JavaScript Bootcamp (2019) - JavaScript Dates
In this video, you’re going to learn about the built-in date in JavaScript. This gives you a way to work with dates and time in your application. This clip is from the chapter "Data Storage, Libraries, and More" of the series "The Modern...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Executing Commands on the Target System
In this video, you'll learn to execute commands on the target system. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Curated Video
Arduino OOP - Extra: Make Your Class an Arduino Library
In this video, you will learn how to make your class an Arduino library. This clip is from the chapter "Organize the Class in a Clear Way" of the series "Arduino OOP — Object-Oriented Programming".In this section, you will learn how to...
Packt
Extra: Make Your Class an Arduino Library
In this video, you will learn how to make your class an Arduino library. This clip is from the chapter "Organize the Class in a Clear Way" of the series "Arduino OOP — Object-Oriented Programming".In this section, you will learn how to...
Curated Video
Arduino for Beginners - 2022 Complete Course - Print Text on the LCD Screen + Tune It with the Potentiometer
This video explains how to print text on the LCD screen + tune it with the Potentiometer. This clip is from the chapter "LCD Screen- Display Text Directly on Your Circuit/Robot" of the series "Arduino for Beginners - 2022 Complete...
Curated Video
Arduino for Beginners - 2022 Complete Course - Install a New Arduino Library with the Arduino IDE
This video explains installing a new Arduino library with the Arduino IDE. This clip is from the chapter "IR Remote Controller- Make Your Projects More Interactive" of the series "Arduino for Beginners - 2022 Complete Course".This...