Oxford Comma
Why Are Commas So Confusing?
Commas serve many functions, but their role in writing has also changed over time. Learning about this change can help students better understand why commas are confusing and how they can better use them in their own writing.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - User Data Validation
This lecture shows the process of user data validation using data annotations. You will learn the process of validating form fields. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Shift Data Between Threads with Exchangers
This video talks about shifting data between threads with Exchangers.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Introducing RxJava Framework (In a Nutshell)
This video helps in introducing the RxJava framework (in a nutshell).
Curated Video
Java Multithreading and Parallel Programming Masterclass - Introducing Spring Boot Framework (In a Nutshell)
This video helps in introducing you to the Spring Boot framework (in a nutshell).
Curated Video
Java Multithreading and Parallel Programming Masterclass - No-Starve Mutex Problem
This video explains the No-Starve Mutex Problem.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Readers-Writers Problem
This video demonstrates the Readers-Writers Problem.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Creating Thread Pools with Executors
This video helps in creating thread pools with Executors.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Let's Play with ForkJoinPools
This video explores and plays around with ForkJoinPools.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Scheduling Tasks with ScheduledThreadPoolExecutor
This video helps in scheduling tasks with ScheduledThreadPoolExecutor.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Monitoring the Performance of a ThreadPool
This video explains monitoring the performance of a ThreadPool.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Managing Rejected Tasks in a ThreadPool
This video helps in managing rejected tasks in a ThreadPool.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Handling Exceptions in ThreadPools
This video demonstrates handling exceptions in ThreadPools.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Introducing the ThreadPoolExecutor Class
This video helps in introducing the ThreadPoolExecutor class.
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 - What Is a Deadlock and How Can We Avoid It?
This video explains about the Deadlock situation and how it can be avoided.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Parallel Array Processing with Phasers
This video explains parallel array processing with phasers.
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 - Understanding Locks with Parallel Vector Sum
This video helps in understanding locks with parallel vector sum.
Curated Video
Java Multithreading and Parallel Programming Masterclass - The Synchronized keyword
This video demonstrates the Synchronized keyword.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Thread Exception Handling
This video explains thread exception handling.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Parallel Versus Concurrent Versus Asynchronous Versus Non-Blocking
This video explains the difference between parallel versus concurrent versus asynchronous versus non-blocking concepts.