Instructional Video5:11
Curated Video

Multi-Paradigm Programming with Modern C++ - Data Access Modes

Higher Ed
It’s easy to use multiple threads in modern C++. Writing safe multi-threaded code, on the other hand, is not easy. The difficult part is accessing data. • Four modes of concurrent data access • Example of race condition • About...
Instructional Video6:25
Curated Video

GCSE Secondary Maths Age 13-17 - Probability & Statistics: Bar Chart - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video2:50
The Economist

How to spot the deadliest form of cancer

12th - Higher Ed
Lung cancer is the deadliest of cancers. Screening could save thousands of lives, so why is it not the norm?
Instructional Video9:18
Professor Dave Explains

Examples of s-p Mixing in Molecular Orbital Theory

12th - Higher Ed
Admittedly, my prior tutorial on MO theory was a little confusing, and had some errors. I wanted to make things right, so here's another one! This will clarify some of the basic concepts, and will also extend them to discuss a new...
Instructional Video4:18
Curated Video

Learning D3.JS 5.0 3.2: Creating Paths

Higher Ed
In this video, we will learn how we can create paths. • Learn about path commands • Create a shape with straight lines • Create a shape with curved lines
Instructional Video11:27
Curated Video

C++ Programming By Example - Adding Search Functionality

Higher Ed
How can you add search functionality to the application? • Learn what algorithms could be used from the STL • Implement search by book title • Experiment with search by author This clip is from the chapter "Building a Library Management...
Instructional Video3:18
Curated Video

Learning Dart (Video 4)

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 large-scale...
Instructional Video3:06
Curated Video

Introducing Ionic 2 (Video 15)

Higher Ed
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience. Apps can...
Instructional Video5:43
Curated Video

Introducing Ionic 2 (Video 12)

Higher Ed
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience. Apps can...
Instructional Video5:44
IDG TECHtalk

Using "cProfile" to analyze Python code performance

Higher Ed
Learn how to use the "cProfile" module to analyze a Python program's performance and make strategic changes to it.
Instructional Video6:16
Healthcare Triage

Is the Apple Watch a USEFUL Medical Device?

Higher Ed
Apple is pushing the medical benefits of the Apple Watch pretty hard, but we have questions about just how useful the watch's electrocardiogram feature really is. Aaron digs into the research on just how much the device is doing.
Instructional Video1:29
Tarver Academy

How to Publish Results in Google Sheets

12th - Higher Ed
In This Episode, Tyler Teaches Us About How to Publish Results in Google Sheets
Instructional Video12:22
IDG TECHtalk

How to boost R Markdown interactivity with runtime Shiny

Higher Ed
In this episode of Do More With R, Sharon demonstrates how to turbocharge R Markdown interactions with runtime Shiny. Shiny is a Web application framework for R with a pretty specific format. Syntax for a Shiny app layout can be daunting...
Instructional Video9:11
IDG TECHtalk

How to get API data with R

Higher Ed
No R package for an API you’d like to use? No problem! See how to write your own R code to pull data from an API using API key authentication.
Instructional Video6:16
IDG TECHtalk

R tip: Access nested list items with purrr

Higher Ed
In this ninth episode of Do More with R, learn how to easily access and modify nested list items with the purrr package’s modify_depth function. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Instructional Video7:00
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 2: World before JPA - JDBC, Spring JDBC and myBatis

Higher Ed
Introduction to JPA in 10 Steps: Step 2: World before JPA - JDBC, Spring JDBC and myBatis This clip is from the chapter "Introduction to JPA in 10 Steps" of the series "Master Java Web Services and REST API with Spring Boot".In this...
Instructional Video9:34
Curated Video

Multi-Paradigm Programming with Modern C++ - Promise and Future

Higher Ed
Publication safety pattern that we have implemented with atomics, is somewhat harder to implement for non-trivial types. Luckily, STL provides some primitives for publication safety. In this video we will learn about std future, std...
Instructional Video7:45
Curated Video

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

Higher Ed
This video explains how aggregations help in creating histogram data. This clip is from the chapter "Using Aggregation" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains the function of...
Instructional Video13:45
ProTeachersVideo

Hard To Teach - Secondary Science Using ICT: Investigating Acceleration with Year 9 Using Light Gates

Higher Ed
Paul Preece at Camborne Science and Community College and his class of Year 9s investigate acceleration with the traditional trolley rolling experiment. Here the pupils use light gates to accurately capture the speed of the passing...
Instructional Video1:51
Curated Video

Product Management Certification with Agile Product Owner and Scrum - How to create The Product Vision (Vison Board)

Higher Ed
This video demonstrates how to create the Product Vision (Vison Board). This clip is from the chapter "Creating a Vision and Roadmap" of the series "Product Management Certification with Agile Product Owner and Scrum".This section...
Instructional Video3:42
Healthcare Triage

Can We Use Antibodies to Treat Covid-19?

Higher Ed
Potential vaccines for the coronavirus are all over the news right now, and we all hope that a safe an effective vaccine is developed soon. But vaccines aren't the only tool in the pipeline. Right now there's a lot of research happening...
Instructional Video4:08
Curated Video

Introducing Ionic 2 (Video 11)

Higher Ed
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience. Apps can...
Instructional Video1:26
The Business Professor

Introduction to Search Engine Optimization

Higher Ed
This video provides a concise introduction to search engine optimization (SEO) for marketers. It explains the concept of designing and maintaining a website to improve search result rankings and increase traffic. The video highlights key...
Instructional Video17:51
Curated Video

Microsoft SQL Server Development for Everyone - Advanced Select Queries

Higher Ed
This video focuses on advanced select queries. This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how to manipulate tables and data.