Instructional Video0:23
NASA

Asteroid Bennu Sample Site Finalists

3rd - 11th
Since arriving at near-Earth asteroid Bennu in December 2018, NASA's OSIRIS-REx mission has been studying this small world of boulders, rocks, and loose rubble - and looking for a place to touch down. The goal of OSIRIS-REx is to collect...
Instructional Video3:20
Curated Video

Mastering Spring Framework Fundamentals - Writing a Controller to Service Web Requests

Higher Ed
This video demonstrates how to work with accessor methods. This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers,...
Instructional Video8:32
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Analyzers

Higher Ed
This video explains the concept of analyzers. This clip is from the chapter "Mapping and Indexing Data" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section focuses on mapping and indexing data. It...
Instructional Video7:06
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Q3 - 02 - Spring Framework - Implementing a Flow across Layers

Higher Ed
In this session, we will build a simple flow for our web application. This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java 16".This section primarily focuses...
Instructional Video9:28
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Using Tidy Gherkin Plugin to Generate Step Definitions

Higher Ed
This video explains how to use the Tidy Gherkin plugin to generate step definitions. This clip is from the chapter "Maven and Cucumber Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section...
Instructional Video15:14
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - RDD (saveAsTextFile)

Higher Ed
In this session, you will learn about how to save RDD to a text file using the saveAsTextFile() function. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section...
Instructional Video6:05
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 33 – Creating Post Entity and Many to One Relationship with User Entity

Higher Ed
This video explains how to create post entity and many to one relationship with user entity. This clip is from the chapter "RESTful Web Services with Spring Boot" of the series "Master Microservices with Spring Boot and Spring Cloud".In...
Instructional Video5:12
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 3 – Introduction to JPA

Higher Ed
This video provides an introduction to JPA. This clip is from the chapter "Appendix – Introduction to JPA in 10 Steps" of the series "Master Microservices with Spring Boot and Spring Cloud".This section provides an Introduction to JPA in...
Instructional Video5:18
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 26 – Versioning RESTful Services – Basic Approach with URIs

Higher Ed
This video explains the versioning RESTful services – basic approach with URIs. This clip is from the chapter "RESTful Web Services with Spring Boot" of the series "Master Microservices with Spring Boot and Spring Cloud".In this section,...
Instructional Video11:25
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 09 – Implementing POST Method to Create User Resource

Higher Ed
This video demonstrates implementing POST method to create user resource. This clip is from the chapter "RESTful Web Services with Spring Boot" of the series "Master Microservices with Spring Boot and Spring Cloud".In this section, you...
Instructional Video3:38
Curated Video

The Complete Practical Docker Guide - Verifying Persistent MongoDB Storage Using Volume

Higher Ed
This video explains verifying persistent MongoDB storage using volume. This clip is from the chapter "Exploring Docker Compose Setup" of the series "The Complete Practical Docker Guide".This section focuses on exploring Docker Compose...
Instructional Video5:54
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 13 - Quick Introduction to JPA

Higher Ed
This video provides an introduction to JPA. This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Instructional Video7:37
Curated Video

Arduino for Beginners - 2022 Complete Course - Step 7- Set Up IR Remote Controller and Map Buttons

Higher Ed
This video introduces you to step 7- set up IR remote controller and map buttons. This clip is from the chapter "Final Project- Interactive Obstacle Detection" of the series "Arduino for Beginners - 2022 Complete Course".This section...
Instructional Video4:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - JDBC to Spring JDBC to JPA to Spring Data JPA - 10000 Feet Overview

Higher Ed
In this lesson, let's take a look at JDBC, Spring JDBC, JPA, Spring data JPA. This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video7:23
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - User Controller

Higher Ed
In this video, we'll look at user controller. This clip is from the chapter "User Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at user management.
Instructional Video15:04
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Word Count) - Spark RDDs

Higher Ed
Let's discuss the solution to the quiz from our previous lesson in this session. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark RDDs.
Instructional Video3:36
Curated Video

Containerize Spring Boot CRUD App with Docker and Docker Compose - Creating First REST API

Higher Ed
In this video, you will learn how to create our first REST API. This clip is from the chapter "Installation and Setup" of the series "Containerize Spring Boot CRUD App with Docker and Docker Compose".In this section, you will learn how...
Instructional Video3:29
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Dry Run of Get State

Higher Ed
This video explains the dry run of the get state. This clip is from the chapter "Naive Random Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the Naive Random solution.
Instructional Video18:17
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Machine Learning Methods: Regression Practice with Python

Higher Ed
In this video, we will cover regression practice with Python. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Instructional Video16:42
Curated Video

REST APIs with Flask and Python - Logging In and Retrieving Users from a Database

Higher Ed
This video explains how to log in and retrieve users from a database. This clip is from the chapter "Storing Resources in a SQL Database" of the series "REST APIs with Flask and Python".This section explains the various aspects of...
Instructional Video4:01
Curated Video

REST APIs with Flask and Python - Dictionary Comprehensions

Higher Ed
This video explains the dictionary comprehensions in Python. 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 refresh your...
Instructional Video12:18
Curated Video

REST APIs with Flask and Python - Authentication and Logging In — Part 1

Higher Ed
This video is the first part of a two-part video that explains authentication and logging in. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section...
Instructional Video8:22
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 25 – Implementing Dynamic Filtering for RESTful Service

Higher Ed
This video explains the implementation of dynamic filtering for RESTful service. This clip is from the chapter "RESTful Web Services with Spring Boot" of the series "Master Microservices with Spring Boot and Spring Cloud".In this...
Instructional Video3:51
Curated Video

Arduino for Beginners - 2022 Complete Course - Activity 18 - Choose Which LED to Power on with the Remote Controller

Higher Ed
This video explains activity 18 - choose which LED to power on with the remote controller. This clip is from the chapter "IR Remote Controller- Make Your Projects More Interactive" of the series "Arduino for Beginners - 2022 Complete...