Hi, what do you want to do?
Curated Video
4 Maths Puzzles With Answers: Show Your Work
This video contains four challenging maths puzzles with answers and explanations of how we came to that answer. These maths puzzles are great for brain training and for lesson starters. Pause the video while you work each one out.
Curated Video
Fundamentals of Object-Oriented Programming - C++ - STL - LIST
In this video, you will learn about list standard template library.
<
br/>
This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL...
<
br/>
This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL...
Curated Video
The Reverse Interview
You've spent weeks preparing answers for that upcoming job interview. Strengths and weaknesses, why you were fired, and all the other usual suspects. But are you also preparing solid questions for the interview? Listen to what some of...
Curated Video
Only In India 13 - Reverse Singer
Reverse Singer:An Indian man plans to lay claim to an unusual record by singing wordings in reverse order, adding a creative twist to musical expression.
Curated Video
Living Well - Succeeding Big: 3 Lessons from Charlie Munger
Have you heard of Charlie Munger?
A lot of people hav
en't.
But y
ou should.
Charlie is the business partner of the more famous Warren Buffett. He's the Vice-Chairman of Berkshire...
A lot of people hav
en't.
But y
ou should.
Charlie is the business partner of the more famous Warren Buffett. He's the Vice-Chairman of Berkshire...
Wonderscape
The Sixth Extinction: Human Impact on Earth's Biodiversity
Explore the concept of the sixth extinction, a period marked by significant biodiversity loss primarily due to human activities. This video delves into how climate change, industrial agriculture, pollution, and overhunting contribute...
Wonderscape
Change It Up: Reversible and Irreversible Changes in Matter
Explore the concepts of reversible and irreversible changes in matter, distinguishing between the types of transformations that can be undone and those that are permanent. This video clarifies how physical changes, like melting wax or...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Revert
This video explains Git Revert; this command is a forward-moving undo operation that offers a safe method of undoing changes.
<
br/>
This clip is from the chapter "Other: Squash, Revert, and Reset" of the series "Git and GitHub...
<
br/>
This clip is from the chapter "Other: Squash, Revert, and Reset" of the series "Git and GitHub...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Web Animations API - Ball Project
In this video, you will learn about the Web Animations API. We will see how to create animations using the Web Animations API and how to control them using JavaScript.
<
br/>
This clip is from the chapter "Web Browser APIs" of the...
<
br/>
This clip is from the chapter "Web Browser APIs" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Array Challenges
This video presents some challenges related to arrays and requires students to apply their knowledge of array methods and manipulation.
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from...
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Basic Array Methods
In this video, you will learn about some basic array methods in JavaScript, such as push(), pop(), shift(), unshift(), and splice().
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from the...
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - url and querystring Modules
The url and querystring modules provide methods for working with URLs and query strings. In this video, we will explore the different methods available in these modules and how to use them to parse and manipulate URLs and query strings...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Palindrome Algorithm
In this video, we will write a unit test for a palindrome checking algorithm. We will use Jest to test our algorithm and ensure that it correctly identifies palindromes.
<
br/>
This clip is from the chapter "Unit Testing Algorithms"...
<
br/>
This clip is from the chapter "Unit Testing Algorithms"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Reverse String Algorithm
In this video, we will write a unit test for a simple string reversal algorithm. We will use Jest to test our algorithm and make sure it works correctly.
<
br/>
This clip is from the chapter "Unit Testing Algorithms" of the series...
<
br/>
This clip is from the chapter "Unit Testing Algorithms" of the series...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Sort and Reverse Methods
In this video, we will dive into sorting arrays in ascending and descending order using sort() and reversing the order of elements using reverse(), which enables effective data organization and manipulation in arrays.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Check whether a String Is a Palindrome
In this video, we will discuss the solution to the interview question to check whether a string is a palindrome or not from the previous video.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Example of How to Sort in JavaScript
This video provides an example of how to use the built-in sort() method in JavaScript to sort an array of numbers in ascending order.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Reverse a String - Solution II
This is the continuation video, where we will discuss the solution to the exercise on how to reverse a string.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Reverse a String - Solution I
In this video, we will discuss the solution to the exercise on how to reverse a string from the previous video.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - How to Reverse a String
This is an exercise video on how to reverse a string.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - List and ArrayList - Sorting - Implementing Comparable Interface
In this video, you will learn how to useList and ArrayList in Java for sorting by implementing the comparable interface.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Slices
This video explains slices in Python.<br<br/>/>
This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process information in Python.
This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process information in Python.
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Networking - Introduction
In this video, we will get introduced to some basic network commands such as hostname, ping, host.
<
br/>
This clip is from the chapter "Networking" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...
<
br/>
This clip is from the chapter "Networking" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...