Curated Video
Learning Python Web Penetration Testing (Video 23)
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 08 - Implementing GET Methods for User Resource
Web Services with Spring and Spring Boot: Step 08 - Implementing GET Methods for User Resource This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and REST API with...
Packt
Invert Binary Tree – Part 2
This is the second part of the two-part video that explains a problem based on invert binary tree. This clip is from the chapter "Question 7: Invert Binary Tree" of the series "Data Structures and Algorithms: The Complete...
Packt
Number Guesser [Part 2] - Validation & Winning Case
DOM Projects: Number Guesser [Part 2] - Validation & Winning Case This clip is from the chapter "DOM Projects" of the series "Modern JavaScript from the Beginning".In this section, you will learn how to build DOM projects.
Curated Video
C++ Programming By Example - Basic C++ Syntax
What is the basic C++ language “grammar”? • Identify the primitive integer types • Understand primitive floating-point types • Know how to control the code execution flow This clip is from the chapter "Introduction to C++ and Qt" of the...
Curated Video
Complete Python Scripting for Automation - Simple practice with for loop
Loops - for and while loops with break, continue and pass: Simple practice with for loop This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete Python Scripting for...
Brian McLogan
How to evaluate a function with an expression
👉 Learn how to evaluate a function and for any given value. For any function, f(x) x is called the input value or the argument of the function. To evaluate a function, all we have to do is to change the argument of the function from x to...
Brian McLogan
Compose Two Rational Functions then Determine Domain
Learn how to compose two functions where one or both of those functions is/are rational. To compose two functions means to express one of the functions as a function of the other function. This is done by replacing the input variable of...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Forms - Part 1
HTML Crash Course: Forms - Part 1 This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs, Lists, Links and so on.
Programming Electronics Academy
Function Example Two: Arduino Course 8.2
A walk through of a User Defined Function in programming.
Curated Video
Identifying Functions with Mapping Diagrams
In this short math video we will answer a standardized math test question by identifying a mapping diagram that is NOT a function. We will review that a function maps each input to exactly one output. We will review each answer choice to...
Curated Video
Learning PHP 7 (Video 20)
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....
Programming Electronics Academy
digitalRead in Ardiuno: Arduino Course 4.10
Using digitalRead() to read binary inputs with Arduino.
Packt
Join Page
Real-Time Web Applications with Socket.io (Chat App): Join Page This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you...
Packt
Relative Locators with Real-Time Examples
This video explains relative locators with real-time examples. This clip is from the chapter "Selenium 4.0 - Latest Features" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section discusses the...
Packt
Number Guesser [Part 3] - Lose Case & Game Over
DOM Projects: Number Guesser [Part 3] - Lose Case & Game Over This clip is from the chapter "DOM Projects" of the series "Modern JavaScript from the Beginning".In this section, you will learn how to build DOM projects.
Curated Video
The Full Stack Web Development - Edit & Delete Job Listings
Backend Programming with PHP: Edit & Delete Job Listings 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
C++ Developer - Project - Jam of the Month Club
This video presents a project called "Jam of the Month Club". This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Brian McLogan
Learn how to evaluate for a function
👉 Learn how to evaluate a function and for any given value. For any function, f(x) x is called the input value or the argument of the function. To evaluate a function, all we have to do is to change the argument of the function from x to...
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
Frontend Web Development Bootcamp - Build a Twitter Clone - Styling of Navigation "Project - Build a Twitter Clone (News Feed Page)"
Project - Build a Twitter Clone (News Feed Page): Styling of Navigation This clip is from the chapter "Project - Build a Twitter Clone (News Feed Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This...
Curated Video
Excel VBA Programming The Complete Guide - Custom Functions
In this lesson, we explore one of VBA's coolest features -- defining public custom functions that appear directly in the Excel interface.We dive into the syntax for declaring the function, identifying its expected arguments, and...
Brian McLogan
Learning the basics of the sine and cosine graph and their points
👉 Learn the basics to graphing sine and cosine functions. The sine graph is a sinusiodal graph with x-intercepts at x = 2n*pi, maximun value of 1 at x = pi/2 + 2n*pi and minimum value of -1 at x = -pi/2 + 2n*pi. The cosine graph is a...
Curated Video
Identifying Functions: Real World Examples
Does a gumball machine models a function relation? This video explains the concepts of input and output variables, emphasizing that for a function, each input must have exactly one output. The teacher provides examples and clarifies...