Curated Video
Multi-Paradigm Programming with Modern C++ - Data Access Modes
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...
Curated Video
GCSE Secondary Maths Age 13-17 - Probability & Statistics: Bar Chart - Explained
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...
The Economist
How to spot the deadliest form of cancer
Lung cancer is the deadliest of cancers. Screening could save thousands of lives, so why is it not the norm?
Professor Dave Explains
Examples of s-p Mixing in Molecular Orbital Theory
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...
Curated Video
Learning D3.JS 5.0 3.2: Creating Paths
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
Curated Video
C++ Programming By Example - Adding Search Functionality
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...
Curated Video
Learning Dart (Video 4)
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...
Curated Video
Introducing Ionic 2 (Video 15)
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...
Curated Video
Introducing Ionic 2 (Video 12)
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...
IDG TECHtalk
Using "cProfile" to analyze Python code performance
Learn how to use the "cProfile" module to analyze a Python program's performance and make strategic changes to it.
Healthcare Triage
Is the Apple Watch a USEFUL Medical Device?
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.
Tarver Academy
How to Publish Results in Google Sheets
In This Episode, Tyler Teaches Us About How to Publish Results in Google Sheets
IDG TECHtalk
How to boost R Markdown interactivity with runtime Shiny
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...
IDG TECHtalk
How to get API data with R
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.
IDG TECHtalk
R tip: Access nested list items with purrr
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.
Curated Video
Master Java Web Services and REST API with Spring Boot- Step 2: World before JPA - JDBC, Spring JDBC and myBatis
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Promise and Future
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...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Histograms
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...
ProTeachersVideo
Hard To Teach - Secondary Science Using ICT: Investigating Acceleration with Year 9 Using Light Gates
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...
Curated Video
Product Management Certification with Agile Product Owner and Scrum - How to create The Product Vision (Vison Board)
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...
Healthcare Triage
Can We Use Antibodies to Treat Covid-19?
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...
Curated Video
Introducing Ionic 2 (Video 11)
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...
The Business Professor
Introduction to Search Engine Optimization
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...
Curated Video
Microsoft SQL Server Development for Everyone - Advanced Select Queries
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.