Instructional Video2:45
Curated Video

MongoDB Tutorial for Beginners (2022) - Display Documents in a Formatted Way - pretty() Method

Higher Ed
Implement the pretty() strategy in MongoDB and display formatted documents. The find() method displays documents, and pretty() displays in a formatted way. This clip is from the chapter "Insert and Display" of the series "MongoDB...
Instructional Video3:18
Curated Video

MongoDB Tutorial for Beginners (2022) - Aggregate Records in MongoDB

Higher Ed
Learn how to use MongoDB's aggregate() method to aggregate records. This clip is from the chapter "MongoDB Advanced Topics" of the series "MongoDB Tutorial for Beginners (2022)".Here, we will focus on how to aggregate, limit, and skip...
Instructional Video3:22
Curated Video

MongoDB Tutorial for Beginners (2022) - How to create a Database in MongoDB

Higher Ed
Learn to create a new database in MongoDB with live examples. This clip is from the chapter "Create a Database and Collection" of the series "MongoDB Tutorial for Beginners (2022)".In this section, you will learn how to create a database...
Instructional Video1:58
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Prerequisites 7 - Postman - Test and Manage API Gateway API Methods

Higher Ed
This video focuses on the seventh prerequisite, which is Postman along with testing and managing API Gateway API methods. This clip is from the chapter "Creating Product Microservices Serverless CRUD REST API Infrastructure with CDK" of...
Instructional Video4:28
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Python Useful function: Python Function- Divmod

Higher Ed
In this video, we will cover Python function- Divmod. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video4:10
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Sets: Homework

Higher Ed
In this video, we will cover homework. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video6:12
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - What are Java Collections?

Higher Ed
This video explains Java Collections. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video7:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Overloading Methods

Higher Ed
As long as the parameter list is unique, multiple methods may have the same name. This is called "overloading" a method. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps...
Instructional Video5:28
IDG TECHtalk

Sets in Python: Advanced operations

Higher Ed
Learn how sets in Python can be used for more powerful work, by using their built-in methods to filter and merge the contents of sets quickly and easily.
Instructional Video9:11
Professor Dave Explains

Types of Tissue Part 1: Epithelial Tissue

12th - Higher Ed
When learning about the structure of the human body, it's best to begin by learning about the types of tissues that are found within, since all of the organs are made of different combinations of these types of tissues. First up is...
Instructional Video8:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Overriding Methods

Higher Ed
Learn syntax and its restrictions to override methods to change the behavior that is defined in a super class. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build...
Instructional Video6:02
Curated Video

Complete Java SE 8 Developer Bootcamp - Object Oriented Programming (OOP)

Higher Ed
Learn what an "object oriented program" is, and the benefits they deliver. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack...
Instructional Video3:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 1

Higher Ed
This video formally defines the purpose of a Class. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack & heap, objects and...
Instructional Video8:19
Curated Video

Complete Java SE 8 Developer Bootcamp - Benefits of Polymorphism

Higher Ed
Learn the benefits of polymorphism which enables us to write flexible and dynamic applications. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique...
Instructional Video5:49
Curated Video

Complete Java SE 8 Developer Bootcamp - The Java Platform

Higher Ed
Discover the "Java Runtime Environment (JRE)" and how it is used to execute Java programs. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an...
Instructional Video6:50
Curated Video

Complete Java SE 8 Developer Bootcamp - Polymorphism Revisited

Higher Ed
Learn from an example how polymorphism can be applied to an array. This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to...
Instructional Video7:03
Curated Video

Complete Java SE 8 Developer Bootcamp - Access Modifiers

Higher Ed
Learn how to apply restricted access to state and behavior to provide encapsulation This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation as...
Instructional Video7:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Polymorphism: Part 1

Higher Ed
Learn the syntax of polymorphism. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its benefits.
Instructional Video4:44
Curated Video

Complete Java SE 8 Developer Bootcamp - The Features of the Java Programming Language

Higher Ed
Learn about "platform independence" and other features. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of features of Java programming...
Instructional Video0:20
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Inheritance"

Higher Ed
The author provides a brief overview of the topics covered in this section. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new objects from others they are...
Instructional Video3:35
Curated Video

Complete Java SE 8 Developer Bootcamp - Inheritance: Part 1

Higher Ed
You learn to build new objects from others they are related to. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new objects from others they are related to....
Instructional Video7:03
Curated Video

Complete Java SE 8 Developer Bootcamp - Polymorphism: Part 2

Higher Ed
More examples and discussions on polymorphism. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its benefits.
Instructional Video6:57
Curated Video

Complete Java SE 8 Developer Bootcamp - Inheritance: Part 2

Higher Ed
Learn how inheritance is applied and the rules that accompany this feature. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new objects from others they are...
Instructional Video3:28
Curated Video

Complete Java SE 8 Developer Bootcamp - Sorting and Searching Arrays

Higher Ed
Use helper method to sort and search through an array. This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to store...