Curated Video
AZ-104: Microsoft Azure Administrator Full Course - App Service Plan - Pricing Tiers
In this video, we will cover app service plan - pricing tiers. This clip is from the chapter "Serverless Computing" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains serverless computing and how to...
Curated Video
Learn and Master C Programming - Passing By Value vs. Passing By Pointer
We will revisit passing parameters to functions to go over differences between passing by value and passing by reference (pointer). This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Curated Video
Learn and Master C Programming - Character Arrays versus Strings
We will learn the main difference between declaring and using character arrays versus strings in C/C++. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Curated Video
The Full Stack Web Development - phpinfo() Function
PHP Errors, Debugging & Config: phpinfo() Function This clip is from the chapter "PHP Errors, Debugging & Config" of the series "The Full Stack Web Development".In this section, we talk about different types of error, debug functions and...
IDG TECHtalk
New 27-inch iMac with M1 Pro chip rumors, plus M1 MacBook memory leak bugs
Rumors and leaks suggest that Apple's 27-inch iMac is next in line for an M1 Pro upgrade, as the company continues its two-year transition to Apple silicon. Earlier this year, Apple updated its 24-inch iMac with an M1 chip. Recently...
Curated Video
SIM Cards: the Key to Your Phone's Functionality
A SIM card is a type of ID card for your phone. It tells your phone which network to connect to and which messages and phone calls to receive. Learn about the convenience and functionality of SIM cards.
Curated Video
Hands-On WebAssembly for C++ Programmers - Understanding the Memory Model
We've seen native numeric types, but how are objects and strings represented? • Learn how linear memory operates in WebAssembly • Observe the difference between Emscripten and non-Emscripten behavior • Explore support of raw and smart...
Curated Video
Multi-Paradigm Programming with Modern C++ - On Programming Paradigms
C++ is a multi-paradigm programming language. We learn about different paradigms (styles), and how C++ supports them. • Programming styles supported by C++ • Criticism of C++ • Your C++ knowledge as a toolbox This clip is from the...
Brian McLogan
Math teachers expains the five tips to live your life by
Math teachers expains the five tips to live your life by
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Performance and Complexity
Learn to measure performance and complexity of your code and relation between the two. This clip is from the chapter "Complexity Analysis and the Big-O Notation" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this...
Rachel's English
Words you're mispronouncing
Do you ever wonder which English words you’re mispronouncing? In this video I’ll show you the most commonly mispronounced words and how to correct any mistakes you’re making. I’ll help you hear and master the correct pronunciation using...
Curated Video
Deep Learning with Python (Video 16)
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python....
Seven Dimensions
Lies and Exaggeration
In this video, the speaker discusses the different reasons why people lie, ranging from small white lies to larger lies that are meant to enhance one's image. They also mention that people are not always good at detecting lies and that...
IDG TECHtalk
How to prevent credential theft in Windows networks
Attackers covet credentials, and Windows admins sometimes make it too easy for them. Here’s how to harden Windows networks against credential theft.
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Elastic Compute Cloud (Amazon EC2) Pricing
This video explains how factors such as instance types and pricing category impact the Amazon EC2 pricing. This clip is from the chapter "Solutions Architect Chapter 4 - Compute Services Design" of the series "AWS Solutions Architect...
Curated Video
Complete Modern C++ - Dynamic Memory Allocation - Part I (malloc Function)
This video explains basics of dynamic memory allocation in C. • Learn the meaning of `optional` • Memory layout of `optional` • Optional versus pointers This clip is from the chapter "Memory Management – Part I" of the series "Complete...
Curated Video
C++ Standard Template Library in Practice - Allocators
The user is unfamiliar with the std::allocator and wants to learn more about it. • Introduce the std::allocator • Show what it can do, and how to use it • Reinforce the lesson with an example This clip is from the chapter "Memory" of the...
Curated Video
C++ Standard Template Library in Practice - The Course Overview
This video will give you an overview about the course. This clip is from the chapter "Introducing the Standard Template Library (STL)" of the series "C++ Standard Template Library in Practice".We begin by reminding ourselves why the...
Curated Video
Learn and Master C Programming - Pointers and 'const' Keyword
We will look at the different ways we can combine the word 'const' with pointers and how that impacts the meaning and usage of the pointers as well as the data pointed at. This clip is from the chapter "Pointers" of the series "Learn and...
Curated Video
Excel VBA Programming The Complete Guide - The Byte, Integer and Long Data Types
VBA has 3 options for whole numbers: Byte, Integer, and Long. Each data type supports a different range of numbers; Byte only supports any number from 0 to 256 while Long can store numbers in the billions. In this lesson, we practice...
Packt
Use variables to modify data : Overview of the Different Variable Types
From the section: Primer on Python. This section is made to teach you the fundamentals of Python. You will write your first Python code lines by learning to structure and store information in your program, using functions in order to...
Curated Video
Core Java Programming Course- StringBuilder Class
This video explains the StringBuilder class. This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special classes that...
Curated Video
Hands-On WebAssembly for C++ Programmers - Interacting with the Browser
You've learned how to call C++ from JavaScript, but how do you go the other direction? • Learn how C++ can call JavaScript functions • Change our Pong game to call JavaScript functions • Observe the behavior of our change This clip is...
Curated Video
Hands-On WebAssembly for C++ Programmers - Passing Complex Data with Embind
So far, we can pass primitive types only. How do we pass objects, enumerations, and more? • Learn how to pass enumerations • Learn how to pass value objects • Learn how to pass classes This clip is from the chapter "Running Our First C++...