Curated Video
Learning ASP.NET Web API (Video 19)
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build REST-based...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Thank you for taking the course and next steps
Start building the set_val method and introduce python's hash function This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data Structures".null
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 2: World before JPA - JDBC, Spring JDBC and myBatis
Introduction to JPA in 10 Steps: Step 2: World before JPA - JDBC, Spring JDBC and myBatis This clip is from the chapter "Introduction to JPA in 10 Steps" of the series "Master Java Web Services and REST API with Spring Boot".In this...
Curated Video
Complete Modern C++ - Functions Basics - Part I
This video explains the basics of functions in C++. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references, and for loop functions.
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Functions
JavaScript Crash Course: Functions This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in JavaScript, Data types,...
APMonitor
Data Science 🐍 Differential Equations
Specific types of equations with differential terms arise from fundamental relationships such as conservation of mass, energy, and momentum. Dynamic models can either be regressed (identified) from data or developed without data with...
Curated Video
Learning Dart (Video 13)
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 large-scale...
Curated Video
Comprehensive Android Developer Bootcamp - Function Parameters - Add Method
Deep Dive into Java Programming Language:Function Parameters - Add Method This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you...
Curated Video
C++ Developer - Project - Return the Product of Three Parameters
This video presents a project to return the product of three parameters. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Packt
Parameterizing from TestNG XML File
This video explains how to parameterize from the TestNG XML file. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers TestNG.
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Parameters and Variables
In this video, we will cover parameters and variables. This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its module and the...
Curated Video
API Testing with Postman - Using Parameters in API Calls
Understand different kinds of parameters used in APIs and how to use them in Postman. • Show examples of query parameters • Explore an example of path parameters • Discuss header and request body parameters This clip is from the chapter...
Curated Video
C++ Standard Template Library in Practice - Unique Pointers
The user is unfamiliar with the unique_ptr and wants to learn more about it. • Introduce the unique_ptr • Show what it can do, and how to use it • Reinforce the lesson with an example This clip is from the chapter "Memory" of the series...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Returning from a Java Method - an Introduction
In this video, we will learn about returning from a Java method - an introduction. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".Here,...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Using uuid Library When Creating Product Item in DynamoDB
This video explains using uuid library when creating product item in DynamoDB. This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS Serverless Microservices with Patterns...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Project Solution: Hough transform to detect lane lines in an image
From the section: Computer Vision Basics: Part 2. In this section, we’ll explore the some addtiional features of Computer Vision. Computer Vision Basics: Part 2: Project Solution: Hough transform to detect lane lines in an image
Curated Video
Beginning Python (Video 29)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Curated Video
Beginning Python (Video 28)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Packt
How to Parameterize Jenkin Build with the Multi Options Profile?
This video explains how to parameterize Jenkin build with the multi options profile. This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java - Basics to Advanced...
Curated Video
Complete Java SE 8 Developer Bootcamp - Lambda Expressions
A lambda expression allows us to use a terse syntax to define the implementation of a functional interface. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In...
National Parks Service
Everglades National Park - Boy Scout Camp Prescribed Fire
Boy Scout Camp Prescribed Fire, pine rocklands in Everglades National Park November 29, 2012
Professor Dave Explains
IIT/JEE Chemistry Practice #9: Molarity/Molality
Practice REAL problems from actual past IIT/JEE exams with Professor Dave!
Curated Video
Learning PHP 7 (Video 15)
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
TypeScript for Beginners - Passing Parameters
This video demonstrates how to pass parameters. This clip is from the chapter "Arrow Functions" of the series "TypeScript for Beginners".This video introduces you to the arrow functions and explains how to use them.