Hi, what do you want to do?
Curated Video
API Testing with Postman - Using Postman for Data Driven Testing
Drive many variations of similar tests with data.
• Explain what data-driven testi
ng is
• Walk through an example that uses data-driv
en testing
• Show running example and disc
us
s the results
This clip...
• Explain what data-driven testi
ng is
• Walk through an example that uses data-driv
en testing
• Show running example and disc
us
s the results
This clip...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - What is the complexity of these pieces of code?
Practice finding the complexity of some sample pieces of code.
r/>
This clip is from the chapter "Complexity Analysis and the Big-O Notation" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we...
r/>
This clip is from the chapter "Complexity Analysis and the Big-O Notation" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we...
Curated Video
Excel VBA Programming The Complete Guide - Methods without Arguments
In this lesson, we'll explore three methods:
• The Workbooks.Add method to create a new Wor
kbook
• The Workbook.Save method to save a single
Workbook.
• The Range.Clear method to clear a range of values, styli
ng...
• The Workbooks.Add method to create a new Wor
kbook
• The Workbook.Save method to save a single
Workbook.
• The Range.Clear method to clear a range of values, styli
ng...
Curated Video
API Testing with Postman - Testing POST Calls
Understand how to test POST calls in an API.
• Introduction to considerations in testing POST
calls
• Walk through an example of sending
POST calls
• Show an example of a POST call causing int
er
esting issues
...
• Introduction to considerations in testing POST
calls
• Walk through an example of sending
POST calls
• Show an example of a POST call causing int
er
esting issues
...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Project Overview
Project - Build a Twitter Clone (Main Page): Project Overview
r/>
This clip is from the chapter "Project - Build a Twitter Clone (Main Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section...
r/>
This clip is from the chapter "Project - Build a Twitter Clone (Main Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Forms - Part 1
HTML Crash Course: Forms - Part 1
r/>
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,...
r/>
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,...
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...
Programming Electronics Academy
digitalRead in Ardiuno: Arduino Course 4.10
Using digitalRead() to read binary inputs with Arduino.
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...
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...
Curated Video
Learning PHP 7 (Video 21)
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...
Curated Video
API Testing with Postman - Understanding Web Services and APIs
Gain a conceptual understanding of what web service is and how you can interact with them via APIs.
• Explain how to think of web services as a black box fun
ction
• Explain how an API can be thought of as inputs and...
• Explain how to think of web services as a black box fun
ction
• Explain how an API can be thought of as inputs and...
KnowMo
Reflections of Graphs: Understanding How and Why Graphs Get Reflected in the X or Y Axis
The video is a lecture presentation on the topic of reflections of graphs. The presenter explains the concept of reflection and how and why graphs get reflected in the X or Y axis using mirror lines. They use examples to explain the...
Curated Video
Is it a Function? Understanding Relations and Using the Vertical Line Test
This video explains how to determine if a relation is a function using mapping diagrams, tables, and the vertical line test. The lesson covers the concepts of inputs and outputs, ordered pairs, and the definition of a function as a...
Curated Video
Learning Dart (Video 7)
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build...
Curated Video
Excel VBA Programming The Complete Guide - The MsgBox Method
The MsgBox is a simple dialog box that prompts a user action or confirmation. In this lesson, we'll explore the syntax for the method as well as begin our discussion of inputs, parameters, and arguments. A parameter is the name given...
Curated Video
Design test cases to verify a computer program : Testing the Multiplication Function
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python.<b<br/>r/>
This video explains how to test the multiplication function in Python.
This video explains how to test the multiplication function in Python.
Curated Video
PMP Certification Training - Manage Team
This video explains managing a team.<br<br/>/>
This clip is from the chapter "Project Resource Management" of the series "PMP® Certification Training".This section explains project resource management.
This clip is from the chapter "Project Resource Management" of the series "PMP® Certification Training".This section explains project resource management.
Curated Video
Graphing Quadratic Functions and Transformations
In this lesson, we will learn how to graph quadratic functions in the form F of X equals ax squared. We will review vocabulary, characteristics of quadratic functions, and two transformations: vertical shrink and vertical stretch. We...
Curated Video
Creating Recursive Formulas Using Function Notation
In this video lesson, students will learn how to use function notation to create recursive formulas for sequences. The video explains the concepts of arithmetic and geometric sequences, as well as the Fibonacci sequence, and demonstrates...
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Modal box-Markup
Project 2 - Furniture Store (Based on CSS Grid): Modal box-Markup<br/<br/>>
This clip is from the chapter "Project 2 - Furniture Store (Based on CSS Grid)" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".null
This clip is from the chapter "Project 2 - Furniture Store (Based on CSS Grid)" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".null
Curated Video
The Modern JavaScript Bootcamp (2019) - Text Inputs and Live Data Filtering
In this video, you’re going to set up your first text input. This will allow your app users to type in a value such as their name, email, or anything else.
r/>
This clip is from the chapter "Javascript in the Browser" of the...
r/>
This clip is from the chapter "Javascript in the Browser" of the...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Create Structure of Login Page
Project - Build a Twitter Clone (Login Page): Create Structure of Login Page
r/>
This clip is from the chapter "Project - Build a Twitter Clone (Login Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter...
r/>
This clip is from the chapter "Project - Build a Twitter Clone (Login Page)" of the series "Frontend Web Development Bootcamp: Build a Twitter...
The Business Professor
Multiple Inputs in Multiple Departments
Departments incur differing levels of activity inputs or costs associated with those activities. This video proposes a method for assigning those costs to a particular department.