Hi, what do you want to do?
TED-Ed
TED-Ed: Can you solve the rogue submarine riddle? Difficulty level: Master | Alex Rosenthal
Smuggling yourself aboard the rogue submarine was the easy part. Hacking into the nuclear missile launch override — a little harder. And you've got a problem: you don't have the override code. You know you need the same numbers that were...
Curated Video
Deus Ex: Human Revolution Walkthrough Part 81 - Final Boss - The Hyron Project
Howcast - Check out this walkthrough for this action RPG Deus Ex: Human Revolution and beat the final boss with this online demo.
Curated Video
Family Settings Guide
Howcast -Learn about the family settings guide in this Kinect for Xbox video from Howcast.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Handling Exceptions in ThreadPools
This video demonstrates handling exceptions in ThreadPools.
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 2
In this video, we will work on the child classes called SavingAccount and CheckingAccount.
<
br/>
This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will...
<
br/>
This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Add the Movie Entity to the ApplicationDbContext
In this video, you are shown how to add the movie entity to the ApplicationDbContext class, which was generated with the selection of authentication (individual user account).
<
br/>
This clip is from the chapter "Create a CRUD...
<
br/>
This clip is from the chapter "Create a CRUD...
Wonderscape
The Powers and Responsibilities of Congress
Learn about the powers granted to Congress, including the authority to make laws, pass the national budget, and oversee the executive branch. Discover the unique powers of the House of Representatives and the Senate, such as...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Const in Rust - Constants
In this video, you will learn about constants in Rust and how to use them in your programs.
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for...
<
br/>
This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Virtual and Override in Abstract Contracts
This video explains how to use the virtual and override keywords in abstract contracts in Solidity, allowing child contracts to inherit and override functions from parent contracts.
<
br/>
This clip is from the chapter "Learn...
<
br/>
This clip is from the chapter "Learn...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Abstract Contract Calculator
In this video, we will discuss the solution to the exercise on abstract contract calculator from the previous video.
<
br/>
This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The...
<
br/>
This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What are Abstract Contracts in Solidity
In this video, you will learn about abstract contracts in Solidity, which are contracts that cannot be deployed and are used as base contracts to be inherited from.
<
br/>
This clip is from the chapter "Learn Advanced Solidity I...
<
br/>
This clip is from the chapter "Learn Advanced Solidity I...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Inheritance and Overriding with toString() Method
In this video, you will learn about inheritance and overriding with the toString() method.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 5
In the final lesson on the payroll system, we will focus on grouping our employees' class based on the department they work in and make changes to our classes to display the results.
Curated Video
Behavioral Design Patterns in C++ - Document Framework - I
This video explains the example of a document framework and adds the necessary base classes.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Template Method
This video demonstrates basic implementation of the template method pattern through coding.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - III
In this third video of the series, we will try to replace conditional statements with inheritance and see if it works.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this...
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this...
Curated Video
Behavioral Design Patterns in C++ - Template Method - III
In this video, we continue to explore the final details of the template method design pattern, which allows us to define the skeleton of an algorithm in a base class and let subclasses implement specific steps of the algorithm.
<
br/>...
<
br/>...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Environment Configurations
In this video, we will work on environment configurations.
<
br/>
This clip is from the chapter "Deploy Strapi in Production" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you will learn...
<
br/>
This clip is from the chapter "Deploy Strapi in Production" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you will learn...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Final keyword in Java - Array, Static, Final, Interface
In this video, we will apply the final keyword in practical scenarios through hands-on exercises, creating and using final variables, classes, and methods effectively, ensuring data integrity and code reliability.
<
br/>
This clip...
<
br/>
This clip...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Working with Objects and Classes
In this video, we will learn to create and utilize objects and classes in Java, define classes, instantiate objects, and access their properties and methods. We will explore the concept of constructors and how they facilitate object...
Curated Video
How to Use Your Nerves To Calm Yourself
Vagal stimulation maneuvers work best for anxiety you feel physically, like heart racing, body sweating or feeling light-headed. But you don’t have to be in the throes of a panic attack to do it. You can do it if you’re...
Curated Video
Structural Design Patterns in Modern C++ - Basic Example - Decorator Design Pattern
This video presents a basic example of the decorator pattern.
<
br/>
This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design...
<
br/>
This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design...
Curated Video
Ultimate ASP.NET 5 Web API Development Guide - Seed Data in Tables
This video demonstrates how to seed data in tables.
<
br/>
This clip is from the chapter "Database Modelling and Entity Framework" of the series "Ultimate ASP.NET Core Web API Development Guide".This section focuses on database...
<
br/>
This clip is from the chapter "Database Modelling and Entity Framework" of the series "Ultimate ASP.NET Core Web API Development Guide".This section focuses on database...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - S3 Versioning
This video explains the versioning of Amazon S3.
<
br/>
This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, you will learn about the various AWS...
<
br/>
This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, you will learn about the various AWS...