Hi, what do you want to do?
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Introduction to Threads and Multi-Threading - Need for Threads
In this session, we will learn about threads and multi-threading - need for threads.
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java...
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java...
Curated Video
The Perfect Hyperbole for IELTS Speaking and Writing
Today you’ll find out how to use hyperbole with the adverb “catastrophically” on the IELTS exam.
Curated Video
Practical Jenkins - Digging into Continuous Integration, Deployment, and Delivery
Jenkins is a release engineering tool and there are few terminologies which need to be clarified with respect to Jenkins and release engineering.
• Explore Continuous Integration in d
etail
• Explore Continuous Delivery...
• Explore Continuous Integration in d
etail
• Explore Continuous Delivery...
Curated Video
Wrap up and review of key concepts
Maggie guides learners in a reflection of themes covered in this Time Managment + Google Calendar course.
Mister Simplify
Hackman and Oldham's Job Characteristics - Simplest Explanation ever with Examples
The Hackman and Oldham's model is well known as an aid for job redesign and to aid employee motivation. This video covers the important aspects of the job characteristics themselves, which is a key aspect of the model they proposed...
Curated Video
Describe network protocols : Scalability of Network Programs
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works.
In this video, we will learn about scalability of network
programs.
• Learn about...
In this video, we will learn about scalability of network
programs.
• Learn about...
Packt
Integrating Async-Await
REST APIs and Mongoose (Task App): Integrating Async/Await
<
br/>
This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...
<
br/>
This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...
NASA
OSIRIS-REx Tech – Taking Pictures of an Asteroid
NASA is sending the OSIRIS-REx spacecraft to explore near-Earth asteroid Bennu, a carbon-rich body that may contain clues to the origins of life. When OSIRIS-REx arrives at Bennu in 2018, it will spend over a year orbiting...
NASA
NASA | Behind the Scenes at the Satellite Servicing Center and Robotic Lab
NASA's highly anticipated Robotic Refueling Mission (RRM) began operations on the International Space Station with the Canadian Dextre robot and RRM tools March 7-9, 2012, marking important milestones in satellite-servicing technology...
IDG TECHtalk
Using Python asynchronously
Python's built in async functions allow you to run multiple operations not bound by CPU side by side, without blocking each other. This simple example shows how reading from websites can be greatly accelerated this way.
Curated Video
Ansible for the Absolute Beginner - Loops
This video focuses on loops.<br/<br/>>
This clip is from the chapter "Introduction to Loops" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section focuses on loops.
This clip is from the chapter "Introduction to Loops" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section focuses on loops.
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Application Programming Interface (API) Gateway
This video explains the concept of API gateway and how it can be used to wrap a code and execute it in the cloud.
r/>
This clip is from the chapter "Solutions Architect Chapter 11 – Amazon Web Services (AWS) Application...
r/>
This clip is from the chapter "Solutions Architect Chapter 11 – Amazon Web Services (AWS) Application...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course - Solution: Using IAM
This video introduces you to the solution: using IAM.
r/>
This clip is from the chapter "Secure Architectures" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course".This section explains the...
r/>
This clip is from the chapter "Secure Architectures" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course".This section explains the...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course - Hands-On Challenge: Building a VPC
This video introduces you to the hands-on challenge of building a VPC.
r/>
This clip is from the chapter "High Performance Architectures" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep...
r/>
This clip is from the chapter "High Performance Architectures" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep...
Curated Video
Multi-Paradigm Programming with Modern C++ - Scheduling a Coroutine
Our task class should enable scheduling coroutines on thread pool threads. The coroutine must suspend, and then resume on one of those threads.
• Implementing task’s resumption on task manager t
hread
• Implementing task...
• Implementing task’s resumption on task manager t
hread
• Implementing task...
Curated Video
Complete Modern C++ - Task-Based Concurrency - Part II
This videos explains std::async in more depth.<br/<br/>>
This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.
This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.
Curated Video
Two Ways to NOT Write an Overall Trend - IELTS Energy Podcast 1207
It's no secret that for many students, Academic Writing Task 1 is the most difficult part of the IELTS exam! Today we share one of the trickiest topics and a strategy to make sure it doesn't trip you up on test day.
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Ansible Playbooks- Breakdown of Sections
This video explains the sections that make up a playbook.
r/>
This clip is from the chapter "Ansible Playbooks Introduction" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section provides an...
r/>
This clip is from the chapter "Ansible Playbooks Introduction" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section provides an...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Ansible Playbooks- Variables
This video explains how to use variables in Ansible.
r/>
This clip is from the chapter "Ansible Playbooks Introduction" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section provides an...
r/>
This clip is from the chapter "Ansible Playbooks Introduction" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section provides an...
Curated Video
The Complete Practical Docker Guide - Challenge: Redis and Redis-Commander
This is a challenge video that gives the problem statement for Redis and Redis-Commander.
r/>
This clip is from the chapter "Additional Containers – Elasticsearch, Redis, Httpd" of the series "The Complete Practical Docker...
r/>
This clip is from the chapter "Additional Containers – Elasticsearch, Redis, Httpd" of the series "The Complete Practical Docker...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Placing Priority Requests for Threads
In this session, we will learn about placing priority requests for threads.
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java 16".In this...
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Python 3 for Beginners: Python Lists, Slices, and Loops
Welcome to this informative video where you'll learn all about the list data type in Python. Our highly skilled instructor will guide you through the process of creating and manipulating lists, searching for items in a list, gracefully...
Curated Video
Learn English Idioms for Working Hard
Learn 20 British English idioms for working hard.