Hi, what do you want to do?
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Create a Method in a Java Class
In this video, we will learn about create a method in a Java class.
r/>
This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
r/>
This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Brian McLogan
How to find the domain and range of a piecewise function graph
Learn how to determine the domain and range of a function given the graph of the function. Since the domain of a function is the set of all x-values we will want to identify how far left the graph goes as well as how far right to...
Curated Video
Deep Learning with Python (Video 7)
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in...
Catalyst University
Labeling Parts of a Reaction Coordinate Diagram
Labeling Parts of a Reaction Coordinate Diagram
Curated Video
Learning Dart (Video 15)
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
Web API Development with Flask (Video 9)
Whether working in the enterprise, building for web or mobile, you will need to build (if you haven't already) RESTful APIs to serve data between different client applications and endpoints. This course delivers the fundamental...
Institute for New Economic Thinking
The History of More Engaged Economists - Perry Mehrling
Economists in previous eras were much more engaged with professionals working in the society and economy and so had a tendency to have theories more informed by actual practices.
Packt
How can Java Classes Take Advantage of Interfaces?
This video explains how Java classes can take advantage of interfaces.
<
br/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java -...
<
br/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java -...
Curated Video
C++ Standard Template Library in Practice - Section 5 Review
Review the entire section until now
• Review the topics co
vered
• Talk about lesso
ns learned
• Introduce the next topic tha
t
we will cover
This clip is from the chapter "Algorithms - Part Two" of the...
• Review the topics co
vered
• Talk about lesso
ns learned
• Introduce the next topic tha
t
we will cover
This clip is from the chapter "Algorithms - Part Two" of the...
Curated Video
C++ Standard Template Library in Practice - Allocators
The user is unfamiliar with the std::allocator and wants to learn more about it.
• Introduce the std::allo
cator
• Show what it can do, and how
to use it
• Reinforce the lesson
wi
th an example
This clip...
• Introduce the std::allo
cator
• Show what it can do, and how
to use it
• Reinforce the lesson
wi
th an example
This clip...
Curated Video
C++ Standard Template Library in Practice - Introduction to Algorithms
In this video, we shall cover the role of algorithms, also describing some of their limitations.
• The user is unfamiliar with algorithms and they need to get up to speed with
this
• Show them the different types of...
• The user is unfamiliar with algorithms and they need to get up to speed with
this
• Show them the different types of...
KnowMo
How to Find the Highest Common Factor: Prime Factor Decomposition Method
This video is a lecture on the topic of the highest common factor (HCF). The presenter discusses what HCF is and how it is applied to a pair or set of numbers. They provide examples of finding the HCF of two numbers by listing their...
Curated Video
The Modern JavaScript Bootcamp (2019) - Splitting up Our Application Code
In this video, we’re going to spend a bit of time refactoring our code. This is going to improve the quality and organization of our code without changing the application’s behavior.
r/>
This clip is from the chapter "Data...
r/>
This clip is from the chapter "Data...
Curated Video
Learning Akka (Video 29)
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Packt
Fetching Products from React (useEffect)
This video explains how to fetch products from React using the effect hook called useEffect.
r/>
This clip is from the chapter "Serving and Fetching Data from an Express" of the series "MERN E-commerce from Scratch".This...
r/>
This clip is from the chapter "Serving and Fetching Data from an Express" of the series "MERN E-commerce from Scratch".This...
Packt
What are Abstract Classes and how Different are they from Interfaces?
This video explains abstract classes and discusses how different they are from interfaces.
<
br/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium...
<
br/>
This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium...
Packt
How the Constructor Plays a Crucial Role?
This video explains how the constructor plays a crucial role.
<
br/>
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...
<
br/>
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...
Curated Video
API Testing with Postman - Using tv4 to Validate API Schema
Understand how to use schema definitions as a form of contract testing.
• Discuss contract testing and how it fits in with sc
hemas
• Show how to setup a test using tv4 schema
validation
• Change the definition to...
• Discuss contract testing and how it fits in with sc
hemas
• Show how to setup a test using tv4 schema
validation
• Change the definition to...
Curated Video
API Testing with Postman - Importing Existing API Definitions
Understand how to use predefined schema layouts to quickly import full API definitions into Postman.
• Explain what swagger/open API definition
s are
• Demonstrate how schema’s fit
into this
• Walk through importing...
• Explain what swagger/open API definition
s are
• Demonstrate how schema’s fit
into this
• Walk through importing...
Brian McLogan
Solve an equation using the double angle of sine
👉 Learn how to use the double angle identities to solve trigonometric equations. When we have equations with a double angle we will apply the identities to create an equation that can help solve by inverse operations or factoring. We...
Brian McLogan
Finding the Vertical and Horizontal Asymptotes of a Functions
👉 Learn how to find the slant/oblique asymptotes of a function. A slant (oblique) asymptote usually occurs when the degree of the polynomial in the numerator is higher than the degree of the polynomial in the denominator. To find the...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Building A Stack Using Java
Here, we build a stack for real using Java. It'll have all the operations we're interested in - push, pop, peek, size etc.
r/>
This clip is from the chapter "Stacks And Queues" of the series "From 0 to 1: Data Structures &...
r/>
This clip is from the chapter "Stacks And Queues" of the series "From 0 to 1: Data Structures &...
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
r/>
This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and...
r/>
This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web Services and...