Curated Video
Java Multithreading and Parallel Programming Masterclass - Let's Play with Thread Groups
This video helps you explore and plays around with thread groups.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Thread Creation
This video explains how to create a thread.
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.
Curated Video
Java Multithreading and Parallel Programming Masterclass - What Is a Process?
This video talks about process in detail.
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
Java Multithreading and Parallel Programming Masterclass - How to Get the Most Out of This Course
This video provides some insights on how to get the most out of this course.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Course Overview
This video provides an overview of the course.
Curated Video
Java Multithreading and Parallel Programming Masterclass - How Can We See What's Happening Inside a JVM?
This video demonstrates how we can see what's happening inside a JVM (Java Virtual Machine).
Curated Video
Java Multithreading and Parallel Programming Masterclass - Parallel Matrix Multiplication - The Naive Way
This video demonstrates the multiplication of a parallel matrix in the naive or basic way.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Daemon Threads and User Threads
This video explains about Daemon threads and user threads.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Parallel Matrix Multiplication - The Optimal Way
This video demonstrates the multiplication of a parallel matrix in the optimal way.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Thread Priorities and States
This video demonstrates thread priorities and states.
Curated Video
Java Multithreading and Parallel Programming Masterclass - What Is a Thread?
This video explains about a thread.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Let's Synchronize Jobs with Semaphores
This video demonstrates synchronizing jobs with Semaphores.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Amdahl's Law
This video explains Amdahl's Law.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Threads Versus Processes
This video demonstrates the difference between threads versus processes.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - How to Use Extender Tab
This video explains how to use the extender tab
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Install Jenkins on Linux
This video shows how to install Jenkins on Linux.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - What Is Jenkins?
This video describes what Jenkins is and how it used for.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of an IDE - IntelliJ Idea
This video explains IntelliJ Idea, which is an IDE specifically for the Java programming language. It was developed by JetBrains and streamlines the process of creating Java applications. This clip is from the chapter "Web Developer...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - IDEs
This video explains IDE or an integrated development environment, an application that facilitates software development for programmers. This clip is from the chapter "Web Developer Tools" of the series "Web Development Concepts for...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Web Frameworks with Java Spring
This video explains web frameworks, which were the major players in creating a more modern web experience. They handled interactivity and customized experiences before JavaScript matured and developed the web. This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Microframeworks with JavaScript, Node, and Express.js
This video explains microframeworks with JavaScript, Node, and Express.js. This clip is from the chapter "Back-End Web Frameworks" of the series "Web Development Concepts for Everyone".This video explains various back-end web frameworks.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Markup Languages
This video explains the markup language system for annotating a document in a way that is visually distinguishable from the content. Examples include HTML and XML. This clip is from the chapter "Programming Languages" of the series "Web...