Curated Video
Java Multithreading and Parallel Programming Masterclass - [Project] - Simulating a MapReduce Job with Threads - Part 1
This is the first of the two-part project-based video on simulating a MapReduce job with threads.
Curated Video
Java Multithreading and Parallel Programming Masterclass - The Volatile Keyword
This video explains about the Volatile keyword.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Producer Consumer with Condition Variables
This video talks about producer consumer with condition variables.
Curated Video
Java Multithreading and Parallel Programming Masterclass - What Are Read/Write locks and Spin Locks?
This video explains about read/write locks and spin locks.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Wait Sets and Notifications (Producer Consumer)
This video talks about wait sets and notifications (producer consumer).
Curated Video
Java Multithreading and Parallel Programming Masterclass - What Is a Process?
This video talks about process in detail.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Windows 10 Privacy - Restricting Cortana
In this video, we will understand how Cortana works and how to limit the amount of information it collects, to prevent the data from being shared through trackers.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - The Way Back Machine
This service serves as a database or archive of snapshots of webpages from the past or even just before changing the current website as a reference.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Self-Encrypting Drives
In this lesson, you will learn about Self-encrypting Drives (SEDs), which can encrypt the drive on their own automatically.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Disk Encryption
Here, you will learn about encryption and decryption, the two technologies applied to a hard drive.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - What Is the Cloud?
In this lesson, we will understand more about cloud computing, storing data online than on a local hard drive.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - How to Back Up Your Computer
In this video, we will look at a backup, the advantages of having a backup system in place, and how to back up your computer.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Ransomware - Cryptolocker, WannaCry, Bad Rabbit
In this video, we will look at the most effective form of malware today globally, ransomware, a form of malware where the attacker prevents the victim from accessing the computer or the files.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Introduction to Malware
This video introduces the malicious software and programs that harm our computer systems and networks.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - How to Disappear Online
This video demonstrates the use of the imdur website to disappear online.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - The Facebook Data Mining Scandal
This video discusses the Cambridge Analytica case that illegally collected user information from Facebook.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - How We Are Tracked Online
This video demonstrates online examples of how we are tracked and how our preferences are monitored and recorded online.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - The Internet Protocol Suite - TCP/IP
In this lesson, we will understand the two foundational protocols, TCP and IP, used on the Internet.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Ethernet 101
This lesson will look at the ethernet protocol, referred to as the IEEE 802.3 protocol.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 2)
Continuing from the previous video, this exercise will provide further challenges in designing and implementing static methods to solve complex problems. You will apply your knowledge of static methods and their advanced usage to tackle...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Abstract Class
In this video, we will get introduced to the inheritance UML abstract class with the help of a case study. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Case Study - Employee Part 1
In this video, we will first understand what inheritance is. Then we will have a look at an employee inheritance hierarchy with a UML diagram. Based on the information in the diagram, we will be writing a program to fulfil the...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Classes - File I/O Program
In this video, we will work on a patient data program and learn about input/output classes. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Files - FSTREAM
In this video, you will learn about file I/O classes such as fstream, ifstream, and ofstream. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn...