Hi, what do you want to do?
Curated Video
Creational Design Patterns in Modern C++ - Memory Management
This video demonstrates how to modify your implementation to use smart pointers to avoid the manual memory management.
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This...
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This...
Packt
Start Kafka Development Environment Using Docker
This video demonstrates how to start Kafka development environment using Docker.
<
br/>
This clip is from the chapter "Annex - Starting Kafka Differently" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In...
<
br/>
This clip is from the chapter "Annex - Starting Kafka Differently" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In...
Curated Video
Advanced Cloning Techniques: Embryo Transplants and Adult Cell Cloning
This video discusses two advanced techniques of cloning - embryo transplants and adult cell cloning. The video mentions Dolly the sheep being the first animal clone produced using adult cell cloning, and also highlights that these...
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part VI
This video is the sixth part of the six-part video that demonstrates how to refactor the game to use a deep copy to prevent issues with a shallow copy.
r/>
This clip is from the chapter "Prototype" of the series "Creational...
r/>
This clip is from the chapter "Prototype" of the series "Creational...
Curated Video
API Testing with Postman - Install and Set Up API Testing Challenges
Get some hands-on API testing challenges installed locally.
• Get setup on G
itHub
• Clone the testing challenge re
po locally
• Install the testing cha
ll
enges locally
This clip is from the chapter...
• Get setup on G
itHub
• Clone the testing challenge re
po locally
• Install the testing cha
ll
enges locally
This clip is from the chapter...
Curated Video
Mastering Grunt (Video 2)
Grunt is everywhere. From JavaScript projects in jQuery to Twitter Bootstrap, everyone's using Grunt to convert code, run tests, and produce distributions for production. Web development activities are marked by repetitive tasks...
Curated Video
Creational Design Patterns in Modern C++ - Cloning Types
This video explains the basics of cloning and demonstrates how to use the prototype pattern to implement it.
• Open Qt Cr
eator
• Create a ne
w Qt class
• Add the files to the correct folders in
th
e course code
...
• Open Qt Cr
eator
• Create a ne
w Qt class
• Add the files to the correct folders in
th
e course code
...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - What is a Git Hosting Service?
This video explains the concept of a Git hosting service.
r/>
This clip is from the chapter "GitHub and Remote Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains Git...
r/>
This clip is from the chapter "GitHub and Remote Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains Git...
Curated Video
Creating Challenging Levels with Clones in Game Design
In this tutorial, the teacher demonstrates how to create a challenging game in Scratch by adding multiple levels, enemies, and clones. By utilizing the concept of clones, students learn how to dynamically increase the difficulty of the...
Curated Video
Learn Git in 3 Hours- Cloning Repositories
We won’t always start the projects we work on from our own machines. To begin working on an existing repository, we can clone the repository using Git clone.
• Get the URL of the repository you want to
clone
• Clone it...
• Get the URL of the repository you want to
clone
• Clone it...
Curated Video
The Full Stack Web Development - Part 2 - Angular 2 App From The Quickstart
App Development with Angular: Part 2 - Angular 2 App From The Quickstart
r/>
This clip is from the chapter "App Development with Angular" of the series "The Full Stack Web Development".In this section, we work with Angular 2...
r/>
This clip is from the chapter "App Development with Angular" of the series "The Full Stack Web Development".In this section, we work with Angular 2...
Curated Video
Creational Design Patterns in Modern C++ - Prototype Manager - Part I
This video is the first part of the two-part video that demonstrates how to implement the prototype manager.
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video...
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Cloning Remote Repository
This video explains the concept of cloning remote repository in Git.
r/>
This clip is from the chapter "Cloning, Exploring, and Modifying Public Repositories" of the series "Complete Git Guide: Understand and Master Git and...
r/>
This clip is from the chapter "Cloning, Exploring, and Modifying Public Repositories" of the series "Complete Git Guide: Understand and Master Git and...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Cloning a Remote Repository and Verifying a Pre-Commit Hook
This video demonstrates how to clone a remote repository and verify a pre-commit hook in Git.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This...
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - What is Tracking Branch?
This video explains the concept of tracking branch in Git.
r/>
This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview...
r/>
This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview...
Packt
End-to-End Working Example on GIT Commands - 1
This video presents the first part of an end-to-end working example on GIT commands.
<
br/>
This clip is from the chapter "GIT - Version Control Tutorial" of the series "Selenium WebDriver with Java - Basics to Advanced and...
<
br/>
This clip is from the chapter "GIT - Version Control Tutorial" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Cosmos Database (DB) To-do Application Code, Line by Line
This video focuses on Cosmos DB to-do application code, line by line.
r/>
This clip is from the chapter "AZ-204 Cosmos Database (DB)" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section provides an...
r/>
This clip is from the chapter "AZ-204 Cosmos Database (DB)" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section provides an...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Setting Up Budget App
In this video you'll be setting up the directory structure for the Expensify application.
r/>
This clip is from the chapter "React-Router" of the series "The Complete React Developer Course (with Hooks and Redux)".This section...
r/>
This clip is from the chapter "React-Router" of the series "The Complete React Developer Course (with Hooks and Redux)".This section...
Curated Video
Learn Git in 3 Hours- Forking Repositories
When contributing changes to existing repositories we may not always have write access, and may need to create a copy to work on. This can be done using forking.
• Create a fork of the repository to contribu
te to
•...
• Create a fork of the repository to contribu
te to
•...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Cloning a Remote Repository
This video focuses on cloning a remote repository in GitHub.
r/>
This clip is from the chapter "GitHub and Remote Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains Git...
r/>
This clip is from the chapter "GitHub and Remote Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains Git...
Curated Video
Active Directory with Windows Server 2016 - DC Cloning
You’ll walk through the cloning operation for DCs, looking at the various clone tools that can be used and the benefits of using clones.
r/>
This clip is from the chapter "Install and Configure AD DS" of the series "Active...
r/>
This clip is from the chapter "Install and Configure AD DS" of the series "Active...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Cloning Any Webpage
In this video, you'll learn to clone any webpage.
r/>
This clip is from the chapter "MITM Attacks (Man in the Middle)" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll get an...
r/>
This clip is from the chapter "MITM Attacks (Man in the Middle)" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll get an...
Curated Video
Bash Shell Scripting- Required documents for this course
This video outlines the various resources you need to complete this course.
r/>
This clip is from the chapter "Introduction" of the series "Complete Bash Shell Scripting".This section introduces you to the course and helps you...
r/>
This clip is from the chapter "Introduction" of the series "Complete Bash Shell Scripting".This section introduces you to the course and helps you...
Curated Video
Ansible for the Absolute Beginner - Lab Setup - Cloning Virtual Machines (VMs) and Installing Ansible
This video demonstrates how to clone VMs and install Ansible.
r/>
This clip is from the chapter "Lab – Setting up Virtual Machines (VMs) and Installing Ansible" of the series "Ansible for the Absolute Beginner - Hands-On –...
r/>
This clip is from the chapter "Lab – Setting up Virtual Machines (VMs) and Installing Ansible" of the series "Ansible for the Absolute Beginner - Hands-On –...