Instructional Video0:38
Next Animation Studio

Cow bred to produce low-lactose milk

12th - Higher Ed
Chinese scientists say they have developed the world's first genetically modified calf that will produce low-lactose milk. Scientists at Inner Mongolia University injected genes from bacteria-like organisms known as archaea into cells...
Instructional Video2:04
National Parks Service

Redwood National and State Parks - Redwood Ranger Minute: Redwood Reproduction

Pre-K - Higher Ed
Park Ranger Liam discusses the reproduction capabilities of the world's tallest living thingsβ€”coast redwoods (Sequoia sempervirens). CREDIT: NPS
Instructional Video10:07
Curated Video

Apache Maven Beginner to Guru - IntelliJ Workspace - Tips and Tricks

Higher Ed
This video provides some tips and tricks related to IntelliJ workspace. This clip is from the chapter "Enterprise Dependency Management" of the series "Apache Maven: Beginner to Guru".This section explains the enterprise dependency...
Instructional Video2:27
Seven Dimensions

Seeking Team Diversity

Higher Ed
Psychologist Eve Ash sits down with Dr. Judy Olian, President of Qunnipiac University, to discuss why you should seek diversity in teams. By building a team with different strengths and dispositions, leaders can enhance the team's...
Instructional Video3:29
Curated Video

Sample New York Times IELTS Study Plan

9th - Higher Ed
Today you’ll get a sample New York Times IELTS study plan for weekly test preparation.
Instructional Video9:28
Curated Video

Learning Angular 2 Directives (Video 20)

Higher Ed
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than ever...
Instructional Video6:03
Curated Video

Apache Maven Beginner to Guru - Creating Maven Bill of Materials (BOM)

Higher Ed
This video demonstrates how to create Maven BOM. This clip is from the chapter "Enterprise Dependency Management" of the series "Apache Maven: Beginner to Guru".This section explains the enterprise dependency management, including...
Instructional Video3:27
Curated Video

Monoclonal Antibodies: Production and Applications in Medicine

Higher Ed
The video discusses the production of monoclonal antibodies, which are specific antibodies produced from a single clone of cells that can target and destroy specific pathogens or cells in the body. The video explains the process of how...
Instructional Video19:48
APMonitor

Python 🐍 Variables

10th - Higher Ed
Variables store information and are objects in Python. For example, if you wanted to keep a set temperature for an egg, you would type egg = 37.5 for Β°C or egg = 99.5 for Β°F. The first part tells what the variable will be called, and the...
Instructional Video4:10
Curated Video

Creational Design Patterns in Modern C++ - Prototype Manager - Part II

Higher Ed
This video is the second part of the two-part video that demonstrates how to complete the implementation of the prototype manager. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This...
Instructional Video10:10
Packt

List computer networking media : Broadband Connections

Higher Ed
From the section: The Internet. Here, we explore our internet options. In this episode, Mike explores common always-on broadband connections to the Internet. Starting with DSL, the episode looks also at fiber, cable, satellite, and 80...
Instructional Video4:49
Curated Video

Creational Design Patterns in Modern C++ - Basic Example - demonstrates how to implement the prototype pattern

Higher Ed
This video demonstrates how to implement the prototype pattern with a basic example. β€’ Run the app through Visual Studio β€’ Run the app through PowerShell β€’ Run the app through File Explorer This clip is from the chapter "Prototype" of...
Instructional Video7:49
Curated Video

Learn Git in 3 Hours- Using Remote Repositories

Higher Ed
In order to share work with other programmers, we need to send to and pull changes from remote repositories. We can manage our repositories’ remotes using the Git remote command. β€’ Use Git remote to show our configured remote...
Instructional Video7:04
Curated Video

Cloud Native Development on Azure with Java 5.3: Scale and Autoscale the Application

Higher Ed
In this video, we will learn how to scale and autoscale our application, which we deployed to Azure Kubernetes cluster. β€’ Clone the source code for metrics server from the Kubernetes GitHub repository β€’ Autoscale the app with more replicas
Instructional Video3:59
Curated Video

Creational Design Patterns in Modern C++ - Introduction - introduces you to the pattern and its intent

Higher Ed
This video introduces you to the pattern and its intent. β€’ Install Qt5 β€’ Implement CMake for your Qt5 directory as shown in the video β€’ Reconfigure and generate the project via CMake This clip is from the chapter "Prototype" of the...
Instructional Video8:27
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Making Experimental Commits in Detached HEAD State

Higher Ed
This video demonstrates how to make experimental commits in a detached HEAD state. This clip is from the chapter "Detached HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section focuses on the...
Instructional Video6:47
Curated Video

Creational Design Patterns in Modern C++ - Game Implementation - Part IV

Higher Ed
This video is the fourth part of the six-part video that demonstrates how to implement the prototype pattern through a shallow copy. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This...
Instructional Video3:30
Curated Video

Creational Design Patterns in Modern C++ - Memory Management

Higher Ed
This video demonstrates how to modify your implementation to use smart pointers to avoid the manual memory management. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides...
Instructional Video4:20
Packt

Start Kafka Development Environment Using Docker

Higher Ed
This video demonstrates how to start Kafka development environment using Docker. This clip is from the chapter "Annex - Starting Kafka Differently" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section,...
Instructional Video2:25
Curated Video

Advanced Cloning Techniques: Embryo Transplants and Adult Cell Cloning

Higher Ed
This video discusses two advanced techniques of cloning - embryo transplants and adult cell cloning. The video mentions Dolly the sheep being the first animal clone produced using adult cell cloning, and also highlights that these...
Instructional Video5:35
Curated Video

Creational Design Patterns in Modern C++ - Game Implementation - Part VI

Higher Ed
This video is the sixth part of the six-part video that demonstrates how to refactor the game to use a deep copy to prevent issues with a shallow copy. This clip is from the chapter "Prototype" of the series "Creational Design Patterns...
Instructional Video3:16
Curated Video

API Testing with Postman - Install and Set Up API Testing Challenges

Higher Ed
Get some hands-on API testing challenges installed locally. β€’ Get setup on GitHub β€’ Clone the testing challenge repo locally β€’ Install the testing challenges locally This clip is from the chapter "Hands-On API Testing with Postman" of...
Instructional Video3:44
Curated Video

Mastering Grunt (Video 2)

Higher Ed
Grunt is everywhere. From JavaScript projects in jQuery to Twitter Bootstrap, everyone's using Grunt to convert code, run tests, and produce distributions for production. Web development activities are marked by repetitive tasks such as...
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 Creator β€’ Create a new Qt class β€’ Add the files to the correct folders in the course code This clip is from the...