Practical Ninjas
PLC - Introduction | Programmable logic controllers | Steps towards Automation - 01
PLC stands for Programmable Logic Controller. It can be also called the backbone of any industry implementing automation in their processes. PLC is nothing but an embedded computer capable of implementing complex logic's involving...
Curated Video
Complete Modern C++ - std::weak_ptr Internals
Continuing from the previous video, we will learn how weak_ptr can be used to weakly point to a resource without preventing it from getting destroyed. We will also understand how it achieves this behavior. This clip is from the chapter...
Curated Video
Complete Modern C++ - Weak Ownership
In this video, we will look at a problem with shared_ptr while using a resource that may be destroyed anytime. This clip is from the chapter "Memory Management – Part II" of the series "Complete Modern C++".In this section, we will cover...
Curated Video
C++ Standard Template Library in Practice - Copying
The listener is new to algorithms and does not know about the copying algorithms. • Introduce the listener to the std::copy algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a code...
Curated Video
Learn and Master C Programming - volatile' keyword in C
Look at when 'volatile' keyword can be used in C and what it does when used. This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into keywords...
Curated Video
Learn and Master C Programming - A r Look At How Pointers Work!
We will look at how pointers actually work in C/C++. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course, we look into what pointers are and what...
IDG TECHtalk
How to use the free command: 2-Minute Linux Tips
In this Linux tip, learn how to use the free command. It doesn't mean a command that you are not paying for, but one that tells you how much memory – physical and swap – is being used on your Linux system including how much is "free" and...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Azure Pricing Calculator
In this video, we will cover Azure pricing calculator. This clip is from the chapter "Azure Governance and Compliance." of the series "AZ-104: Microsoft Azure Administrator Full Course".Learn about management groups and how to create...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - The Linked List - The Most Basic Of All Data Structures
Linked lists are less interesting in Java then in other programming languages such as C and C++ which require the developer to manage memory. Learn more about it. This clip is from the chapter "Linked Lists" of the series "From 0 to 1:...
Curated Video
Excel VBA Programming The Complete Guide - Variable Declarations and Assignments
In this lesson, we explore the syntax for declaring a variable and its data type, as well as assigning it an initial value with the assignment operator ( = ). This clip is from the chapter "Variables and Data Types" of the series "Excel...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 00 - Java Reference Types - Section Introduction
In this video, we will learn about Java reference types - section introduction. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into string...
Poetry Foundation
Desiree C. Bailey reads "Chant for the Waters and Dirt and Blade (Slight Return)"
Desiree C. Bailey (she/her/hers) reads her poem, “Chant for the Waters and Dirt and Blade (Slight Return)
Curated Video
C++ Developer - Smart Pointers
This video explains smart pointers. This clip is from the chapter "Templates, the Standard Template Library (STL), and Other Skills" of the series "The Complete C++ Developer Course".null
Python Programmer
EDA Python - 06-2variable_names
An introduction to variables in python. What they are and how why they are needed.
Curated Video
TypeScript for Beginners - Using Static Properties
This video demonstrates how to use static properties. This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers, encapsulation,...
Curated Video
Comprehensive Android Developer Bootcamp - SoundPool - Presentation
Android Media – Playing Sounds and Videos:SoundPool - Presentation This clip is from the chapter "Android Media – Playing Sounds and Videos" of the series "The Comprehensive Android Developer Bootcamp".This section explains how to add...
Curated Video
Bash Shell Scripting - Source and Export Commands
This video focusses on source and export commands. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This video focuses on variables.
Curated Video
C++ Developer - Const Correctness
This video focuses on Const correctness. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Benefits of Cloud Computing
This video provides an overview of the benefits of cloud computing. You can save money, time, and headaches while moving to the Cloud. This clip is from the chapter "Solutions Architect Chapter 1 - Amazon Web Services (AWS) Cloud...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon ElastiCache
This video focuses on Amazon ElastiCache and how databases can perform faster when portions of the data frequently accessed are stored in memory. This clip is from the chapter "Solutions Architect Chapter 14 - Additional Amazon Web...
Curated Video
Hands-On WebAssembly for C++ Programmers - Integrating WebAssembly Modules
We've used the term module throughout the course, but have not actually stopped to define it • Learn about WebAssembly modules • Learn about Emscripten modules • Override Module behavior using --pre-js flags This clip is from the chapter...
Curated Video
C++ Standard Template Library in Practice - Defining an Allocator
The user would like to know how to implement their own allocator. • Talk about what is expected of an allocator • Define a minimal allocator • Reinforce the lesson with an example This clip is from the chapter "Memory" of the series "C++...
Curated Video
The Complete Practical Docker Guide - Summary for Processes Monitoring
This video provides a summary for processes monitoring. This clip is from the chapter "Processes in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the processes in Linux.
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - FAQ 7 - Good Practices for Developing JPA Applications
In this video, we will understand the answer for FAQ 7 - good practices for developing JPA Applications. This clip is from the chapter "A Few More FAQs" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this...