TED Talks
Svante Pääbo: DNA clues to our inner neanderthal
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...
SciShow
We're Getting Closer to Real-Life Tricorders
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.
TED Talks
TED: TED's secret to great public speaking | Chris Anderson
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...
SciShow
What's the Best Way to Rescue a Drowned Phone?
What should you do after your phone goes for a swim?
SciShow
Why Comic Sans Isn’t the Worst Font Ever
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.
SciShow
NASA's Next Target: Earth
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!
Bozeman Science
Thinking in Stability and Change - Level 2 - Change in Systems
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...
Crash Course
Registers and RAM: Crash Course Computer Science
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)...
Crash Course
The Central Processing Unit (CPU): Crash Course Computer Science
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...
Curated Video
Project Management: The Book of the Plan
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...
Curated Video
What is a Functional Specification? Project Management in Under 5
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?
Curated Video
Project Takeover Formula: How to Take Over a Started Project
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...
Curated Video
Learning from Your Mistakes
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...
Curated Video
How to Run an Effective Stage Gate Review
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...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Course Prerequisites and Code Resources
This video talks about the course prerequisites and code resources.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Display Paginated Movies
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Using Spinkit with Spinloader Component
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Render Fragment Usage to Change Modal Title Dynamically
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Communication Between Movie Detail and Movies
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....
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Register the Data Access Services Class in Startup
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - The Shared Folder
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Startup Class
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - ShouldRender
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - SetParametersAsync
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...