Instructional Video7:52
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - App Service Plan - Pricing Tiers

Higher Ed
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...
Instructional Video3:12
Curated Video

Learn and Master C Programming - Passing By Value vs. Passing By Pointer

Higher Ed
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...
Instructional Video6:54
Curated Video

Learn and Master C Programming - Character Arrays versus Strings

Higher Ed
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...
Instructional Video8:58
Curated Video

The Full Stack Web Development - phpinfo() Function

Higher Ed
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...
Instructional Video27:45
IDG TECHtalk

New 27-inch iMac with M1 Pro chip rumors, plus M1 MacBook memory leak bugs

Higher Ed
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...
Instructional Video3:00
Curated Video

SIM Cards: the Key to Your Phone's Functionality

Pre-K - Higher Ed
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.
Instructional Video6:19
Curated Video

Hands-On WebAssembly for C++ Programmers - Understanding the Memory Model

Higher Ed
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...
Instructional Video7:07
Curated Video

Multi-Paradigm Programming with Modern C++ - On Programming Paradigms

Higher Ed
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...
Instructional Video7:17
Brian McLogan

Math teachers expains the five tips to live your life by

12th - Higher Ed
Math teachers expains the five tips to live your life by
Instructional Video16:02
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Performance and Complexity

Higher Ed
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...
Instructional Video15:43
Rachel's English

Words you're mispronouncing

6th - Higher Ed
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...
Instructional Video3:42
Curated Video

Deep Learning with Python (Video 16)

Higher Ed
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....
Instructional Video2:41
Seven Dimensions

Lies and Exaggeration

Higher Ed
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...
Instructional Video4:58
IDG TECHtalk

How to prevent credential theft in Windows networks

Higher Ed
Attackers covet credentials, and Windows admins sometimes make it too easy for them. Here’s how to harden Windows networks against credential theft.
Instructional Video13:21
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Elastic Compute Cloud (Amazon EC2) Pricing

Higher Ed
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...
Instructional Video9:36
Curated Video

Complete Modern C++ - Dynamic Memory Allocation - Part I (malloc Function)

Higher Ed
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...
Instructional Video7:32
Curated Video

C++ Standard Template Library in Practice - Allocators

Higher Ed
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...
Instructional Video4:48
Curated Video

C++ Standard Template Library in Practice - The Course Overview

Higher Ed
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...
Instructional Video7:43
Curated Video

Learn and Master C Programming - Pointers and 'const' Keyword

Higher Ed
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...
Instructional Video7:54
Curated Video

Excel VBA Programming The Complete Guide - The Byte, Integer and Long Data Types

Higher Ed
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...
Instructional Video6:41
Packt

Use variables to modify data : Overview of the Different Variable Types

Higher Ed
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...
Instructional Video4:33
Curated Video

Core Java Programming Course- StringBuilder Class

Higher Ed
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...
Instructional Video4:15
Curated Video

Hands-On WebAssembly for C++ Programmers - Interacting with the Browser

Higher Ed
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...
Instructional Video8:53
Curated Video

Hands-On WebAssembly for C++ Programmers - Passing Complex Data with Embind

Higher Ed
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++...