Instructional Video8:36
Curated Video

Complete Java SE 8 Developer Bootcamp - Coding Standards

Higher Ed
Learn the conventions that most Java developers use when writing applications.
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief...
Instructional Video6:11
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 21 - Polymorphism - an Introduction

Higher Ed
In this session, we will learn about polymorphism.
r/>
This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will revert to OOP...
Instructional Video12:10
Catalyst University

Overview & Comparison of Water- vs Lipid-Soluble Hormones

Higher Ed
This video includes a basic introduction to the endocrine system and then a comparison of the signaling between water-soluble and lipid-soluble hormones.
Instructional Video4:18
Curated Video

Learning Dart (Video 12)

Higher Ed
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...
Instructional Video5:07
Curated Video

Learning PHP 7 (Video 10)

Higher Ed
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...
Instructional Video2:40
Curated Video

Advanced Swift 2 Application Development (Video 31)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on...
Instructional Video3:36
Curated Video

Advanced Swift 2 Application Development (Video 29)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on...
Instructional Video11:33
Curated Video

Q&A with a PhD Student in AI and Robotics

Higher Ed
The video features a Q&A session with a PhD student in the Harvard-MIT Health Science and Technology program who shares insights on her studies, AI ethics, obstacles faced by women and minorities in the field, and exciting AI research....
Instructional Video8:54
Packt

Practice Example on Fluent Wait

Higher Ed
This video presents a practice example on Fluent Wait.
<
br/>
This clip is from the chapter "Synchronization Usage in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video9:44
Packt

Regular Expressions [Part 4] - Shorthand Character Classes

Higher Ed
Error Handling & Regular Expressions: Regular Expressions [Part 4] - Shorthand Character Classes
<
br/>
This clip is from the chapter "Error Handling & Regular Expressions" of the series "Modern JavaScript from the Beginning".In...
Instructional Video4:39
Curated Video

Creational Design Patterns in Modern C++ - Cloning Types

Higher Ed
This video explains the basics of cloning and demonstrates how to use the prototype pattern to implement it.

• Open Qt Cr
eator
• Create a ne
w Qt class
• Add the files to the correct folders in
th
e course code
...
Instructional Video7:23
Curated Video

Creational Design Patterns in Modern C++ - std::shared_ptr

Higher Ed
This video demonstrates how to use the factory method as functions and focuses on the std::shared_ptr function.
r/>
This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This...
Instructional Video7:21
Curated Video

Creational Design Patterns in Modern C++ - Basic Implementation - Part II

Higher Ed
This video is the second part of the two-part video that demonstrates how to implement the factory method used in the previous example.

• Understand when to use std::opt
ional
• Modeling simple failure states or val
ue...
Instructional Video2:06
Curated Video

C++ Programming By Example - Why Use Classes and Structures?

Higher Ed
Why should you bother about classes/structures in C++?

• Learn to design code logi
cally
• Understand how to r
e-use code
• Encapsulate ideas
/m
odels in code

This clip is from the chapter "Classes and...
Instructional Video4:02
Brian McLogan

Simplify a Complex Rational Fraction

12th - Higher Ed
👉 Learn how to simplify complex fractions. To simplify complex fractions having a fraction as the numerator and another fraction as the denominator we first factor the expressions that can be factored and then we multiply the fraction in...
Instructional Video7:52
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Understanding Inheritance - Why Do We Need It?

Higher Ed
In this session, we will understand inheritance - why we need it.
r/>
This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video3:45
Curated Video

Java Programming for Complete Beginners - Java 16 - Eclipse Tip - Exploring Java API

Higher Ed
In this video, we will learn about exploring Java API.
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into string class and...
Instructional Video4:05
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Pseudo Elements

Higher Ed
CSS Crash Course: Pseudo Elements<br/<br/>>

This clip is from the chapter "CSS Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section gives an overview of CSS.
Instructional Video4:46
Curated Video

B1 English Listening Practice - American Universities

Pre-K - Higher Ed
This video serves as English listening comprehension practice for intermediate-level students. In this video, a native English speaker talks in a natural way about the topic of American universities. The subtitles are included at the...
Instructional Video6:26
Curated Video

REST APIs with Flask and Python - Magic Methods: __str__ and __repr__

Higher Ed
This video explains the magic methods of __str__ and __repr__.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help...
Instructional Video5:57
Professor Dave Explains

Carbonates, Sulfates, and Phosphates

9th - Higher Ed
What common minerals are included in the carbonate, sulfate, and phospate classes? What geological and weather conditions are conducive to the formation of these mineral rocks? And what is a mineraloid?



The 8 Classes of...
Instructional Video4:16
Curated Video

Learning LESS (Video 16)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you...
Instructional Video3:36
Curated Video

Learning CSS (Video 9)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they...
Instructional Video7:04
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.3: Using Classes

Higher Ed
In this video, we will learn how to use classes in Node.js and Express.js. • Define a class that handles todo's • Show how to extend from another class • Bind this class into the express application