Curated Video
Learning PHP 7 (Video 16)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Curated Video
Learning PHP 7 (Video 9)
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Packt
What are Java Collections?
This video explains Java Collections. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Packt
Practice Exercise - Excel Driven Testing - 2
This video presents the second part of the Excel driven testing practice exercise. This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
Asserting the Test Cases with Validations
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...
Curated Video
Solving Multiplication Problems Using the Area Model
In this lesson, mathematicians will learn how to solve multiplication problems using the area model. By representing multiplication as an array with rows and columns, students can visualize the concept of area and apply it to solve...
Packt
Reading a Note
File System and Command Line Args (Notes App): Reading a Note This clip is from the chapter "File System and Command Line Args (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will...
Packt
Practice Exercise Printing Unique Number- Amazon Interview Questions
This video presents an example of printing a unique number. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to...
Curated Video
Multi-Paradigm Programming with Modern C++ - Compile-Time Evaluation Using constexpr
Some expressions can be evaluated during compilation. This lets us improve performance, and also compute constants, which improves code readability. • About constant expressions • What code can become a constexpr? • Live coding: instant...
Curated Video
Complete Modern C++ - Dynamic Array (std::vector)
This video introduces the std::vector class and demonstrates common operations of creation, insertion, deletion, and so on. This clip is from the chapter "More C++ Goodies" of the series "Complete Modern C++".In this section, you will...
Brian McLogan
What is an example of lines that are a linear pair
👉 Learn how to define angle relationships. Knowledge of the relationships between angles can help in determining the value of a given angle. The various angle relationships include: vertical angles, adjacent angles, complementary angles,...
Curated Video
Learn and Master C Programming - Pointers and Arrays: Using Pointer Arithmetic with Arrays
We will learn how to apply pointer arithmetic to arrays and see different ways we can access array elements with the help from pointer arithmetic. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For...
Curated Video
Learn and Master C Programming - Pointer Arithmetic: Working with Integer Pointers
We will learn about pointer arithmetic and how we can increment or decrement pointers in C/C++ and understand what that really means. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Curated Video
High Performance Scientific Computing with C 3.3: Vectorizing with AVX
How can we use automatic vectorization to speed up our code? What vectorization options currently exist? • Learn about the history of vector instructions • Learn how to compile with AVX/AVX2 • Learn about the latest AVX-512 instruction set
Curated Video
Core Java Programming Course- Array Object
This video explains the array object. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.
Packt
Try Catch Mechanism to Handle Exceptions
This video shows how to use the Catch mechanism to handle exceptions. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core...
Packt
Implementation of Arrays List
This video explains how to implement a list of arrays. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
Array - Common Operations – Part 2
This is the second part of the three-part video that focuses on the common operators. This clip is from the chapter "Data Structure - Arrays" of the series "Data Structures and Algorithms: The Complete Masterclass".This section focuses...
Curated Video
The Full Stack Web Development - Variables, Arrays & Objects - Project using Arrays and Objects
Basic JavaScript Concepts: Variables, Arrays & Objects - Project using Arrays and Objects This clip is from the chapter "Basic JavaScript Concepts" of the series "The Full Stack Web Development".In this section, we learn the basics of...
Curated Video
The Full Stack Web Development - PHP Data Types & Dates
Backend Programming with PHP: PHP Data Types & Dates This clip is from the chapter "Backend Programming with PHP" of the series "The Full Stack Web Development".Here, we talk about all the basics of PHP and move on to OOP, integrate...
Curated Video
The Full Stack Web Development - Helpful Functions For Debugging
PHP Errors, Debugging & Config: Helpful Functions For Debugging This clip is from the chapter "PHP Errors, Debugging & Config" of the series "The Full Stack Web Development".In this section, we talk about different types of error, debug...
Curated Video
C++ Developer - Project - Tic-Tac-Toe (Advanced)
This video presents an advanced project called "Tic-Tac-Toe". This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.