Instructional Video16:59
TED Talks

Svante Pääbo: DNA clues to our inner neanderthal

12th - Higher Ed
Sharing the results of a massive, worldwide study, geneticist Svante Pääbo shows the DNA proof that early humans mated with Neanderthals after we moved out of Africa. (Yes, many of us have Neanderthal DNA.) He also shows how a tiny bone...
Instructional Video4:34
SciShow

We're Getting Closer to Real-Life Tricorders

12th - Higher Ed
Many of us have longed for cool sci-fi inventions like a holodeck or replicators, but there's one tool we're actually getting pretty darn close to creating: the medical tricorder.
Instructional Video7:56
TED Talks

TED: TED's secret to great public speaking | Chris Anderson

12th - Higher Ed
There's no single formula for a great talk, but there is a secret ingredient that all the best ones have in common. TED curator Chris Anderson shares this secret -- along with four ways to make it work for you. Do you have what it takes...
Instructional Video3:44
SciShow

What's the Best Way to Rescue a Drowned Phone?

12th - Higher Ed
What should you do after your phone goes for a swim?
Instructional Video3:25
SciShow

Why Comic Sans Isn’t the Worst Font Ever

12th - Higher Ed
Nothing can undo the invention of Comic Sans, but that may not be a bad thing since it seems to be helping people with dyslexia.
Instructional Video4:07
SciShow

NASA's Next Target: Earth

12th - Higher Ed
SciShow Space News tells you about NASA's latest launch -- the first mission dedicated to measuring carbon dioxide in the atmosphere -- and gives you a primer on what the June solstice really is!
Instructional Video7:39
Bozeman Science

Thinking in Stability and Change - Level 2 - Change in Systems

12th - Higher Ed
In this video Paul Andersen shows conceptual thinking in a mini-lesson on stability and change. Two examples are included in the video and two additional examples are included in the linked thinking slides. TERMS Change - to become...
Instructional Video11:44
Crash Course

Registers and RAM: Crash Course Computer Science

12th - Higher Ed
Today we’re going to create memory! Using the basic logic gates we discussed in episode 3 we can build a circuit that stores a single bit of information, and then through some clever scaling (and of course many new levels of abstraction)...
Instructional Video11:00
Crash Course

The Central Processing Unit (CPU): Crash Course Computer Science

12th - Higher Ed
Today we’re going to build the ticking heart of every computer - the Central Processing Unit or CPU. The CPU’s job is to execute the programs we know and love - you know like GTA V, Slack... and Power Point. To make our CPU we’ll bring...
Instructional Video5:26
Curated Video

Project Management: The Book of the Plan

10th - Higher Ed
Whether you call it a project master plan, program, terms of reference, or 'Book of the Plan', what are the things you need to include? Dr Mike Clayton, author of How to Manage a Great Project and founder of OnlinePMCourses, will...
Instructional Video4:07
Curated Video

What is a Functional Specification? Project Management in Under 5

10th - Higher Ed
On software and technical projects, there is a chain of project definition deliverables, and one of them is the Functional Specification. So, what is a Functional Specification?
Instructional Video9:42
Curated Video

Project Takeover Formula: How to Take Over a Started Project

10th - Higher Ed
It is never a good idea to take over a project someone else has started. There is too much risk that they will not have set it up to succeed. But, if you have to, you're going to need my Project Takeover Formula. So, what should you do...
Instructional Video5:46
Curated Video

Learning from Your Mistakes

10th - Higher Ed
We make mistakes all the time. Have you learned as much - maybe more - from the mistakes of your career, as from anything else? The only real mistake is getting things wrong, and not learning anything from your mistakes. Mistakes are...
Instructional Video10:14
Curated Video

How to Run an Effective Stage Gate Review

10th - Higher Ed
Stage Gate Reviews make a valuable contribution to project governance. So, if you can introduce a gateway process into your project, you will gain more control and greater accountability. But that does rely on you running an effective...
Instructional Video4:37
Curated Video

Java Multithreading and Parallel Programming Masterclass - Course Prerequisites and Code Resources

Higher Ed
This video talks about the course prerequisites and code resources.
Instructional Video24:09
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Display Paginated Movies

Higher Ed
This lecture shows how to carry out the pagination of the BlazorMovieApp application. Pagination displays the specified number of records per page. This clip is from the chapter "Paginating the Movies" of the series "Build and Learn...
Instructional Video25:40
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Using Spinkit with Spinloader Component

Higher Ed
This lecture is devoted to using the Spinkit installed earlier to present nice loading indicators with CSS styling. This clip is from the chapter "Additional Content: Adding Spinkit for Loading Indication to Movies App" of the series...
Instructional Video4:44
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Render Fragment Usage to Change Modal Title Dynamically

Higher Ed
This lecture shows a way to change the visual appearance (modal title) of the same modal dialog for two different operations: add and edit movies at runtime, dynamically. This clip is from the chapter "Create a CRUD Application in...
Instructional Video6:56
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Communication Between Movie Detail and Movies

Higher Ed
This lecture explains how communication between the child and its parent component takes place. So, practically speaking, when the modal dialog is closed on saving a record, the added record is visible without refreshing the browser....
Instructional Video8:02
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Register the Data Access Services Class in Startup

Higher Ed
Here, we will register the data access service in the Startup class ConfigureServices method. Once it is registered, the service can be called and used in the application. This clip is from the chapter "Create a CRUD Application in...
Instructional Video5:36
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - The Shared Folder

Higher Ed
This video lecture provides a discussion on the Shared folder in the ASP.NET Core 3.1 Blazor application; you will know the functions of the three shared Razor components (Main Layout, Navmenu, Login Display) and how they work together...
Instructional Video10:39
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Startup Class

Higher Ed
This lecture details the functions and features of the Startup class in a server-side Blazor application. It goes on to discuss the similarities and differences between the Configure and ConfigureServices method of any other type of...
Instructional Video11:04
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - ShouldRender

Higher Ed
This video explains the lifecycle methods for ShouldRender. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This section explains the advanced...
Instructional Video9:09
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - SetParametersAsync

Higher Ed
This lecture discusses the SetParametersAsync method, which is the first method called in a component's lifecycle. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and Learn ASP.NET...