Curated Video
Power BI Masterclass - A Quick Introduction to Publishing Reports to the Power BI Service
In this video, let's take a quick introduction to publishing reports to the Power BI Service. This clip is from the chapter "DAX, R, and Gateways" of the series "Power BI Masterclass".In this section, we will be covering DAX, R, and...
IDG TECHtalk
Variable formatting with the fmt package | Smart Go
Learn how to use Go's fmt library to control the formatting of variables, both when just printing to the console and when rendering new strings from other variables within a program.
Curated Video
Active Directory with Windows Server 2016 - AD Site Links
In this video, learn about the important considerations when creating site links, how to use site links to increase performance, and how to assign site link prioritization. This clip is from the chapter "Managing and Maintaining AD DS"...
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Data Encryption and Storage Accounts
This video focuses on data encryption and storage accounts. This clip is from the chapter "AZ-204 Secure Data" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section focuses on AZ-204 secure data.
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Azure AD Connect
In this video, we will cover Azure AD Connect. This clip is from the chapter "Identity" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces identities and Azure Active Directory features and benefits...
Curated Video
Multi-Paradigm Programming with Modern C++ - Constructors and Destructors
Constructors, destructors, and assignment operators are all about object’s lifetime. Sometimes they are automatically generated, sometimes not. This video, provides instructions on how to deal with them. • The rule of zero: Stick to the...
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. 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 of the push,...
Curated Video
Apache Maven Beginner to Guru - Using Spring Repositories
This video demonstrates how to use Spring repositories. This clip is from the chapter "Maven Repositories" of the series "Apache Maven: Beginner to Guru".This section provides an explanation of Maven repositories.
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 5-Code Generation
This video demonstrates how to generate a code. This clip is from the chapter "Basic Tools and Framework - Eclipse in 5 steps" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section presents an overview...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 1-Creating a Java Project
This video demonstrates how to create a Java project. This clip is from the chapter "Basic Tools and Framework - Eclipse in 5 steps" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section presents an...
Curated Video
Java Programming for Complete Beginners - Java 16 - Troubleshooting Eclipse - Configuring Java JDK
This video gives an overview of the entire section. This clip is from the chapter "Appendix - Troubleshooting Eclipse and Java" of the series "Java Programming for Complete Beginners - Java 16".This section focuses on the latest features...
Curated Video
Beginning Python (Video 9)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
IDG TECHtalk
R tip: Quick lookup tables with named vectors
Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
IDG TECHtalk
Building a toy social network with Python, Part 3: Logins and user tokens
In Part 3 of this ongoing series, we create the components needed to allow users to log in and be identified by the system, and show how to save passwords in the system by one-way hashing them, not storing them as insecure plaintext.
IDG TECHtalk
Using Python dataclasses to simplify managing class objects
The Numba library for Python makes numerical code faster by way of a just-in-time compiler, as an alternative (or complement) to NumPy and Cython. Often all you need to make existing code faster is a single line of code, with Numba's...
Packt
ES6 Aside: Default Function Parameters
Accessing API from Browser: ES6 Aside: Default Function Parameters This clip is from the chapter "Accessing API from Browser" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn how to...
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - DEMO: Creating a Virtual Machine (VM) in PowerShell
This video explains how to create a VM in PowerShell. This clip is from the chapter "AZ-204 Virtual Machines (VMs)" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section introduces you to 2G and AZ-204 VMs.
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Azure Storage Queues
This video explains Azure storage queues. This clip is from the chapter "AZ-204 Application Messaging" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section provides an introduction to application messaging.
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Automatic Scaling of Azure App Service
This video explains how to automatically scale Azure App Service. This clip is from the chapter "AZ-204 Scaling Applications and Services" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section explains how to scale...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Auto Scaling Configuration Lab
This video explains how to configure and manage auto scaling so that you can design it. This clip is from the chapter "Solutions Architect Chapter 9 - Auto Scaling Solutions" of the series "AWS Solutions Architect Associate (SAA-C02)...
Curated Video
Multi-Paradigm Programming with Modern C++ - Using Lambdas
In this coding demo, we use lambda expressions to implement callbacks, for adding logger capability to the server, without increasing coupling. • About callbacks • Std::function • Using callbacks to implement logging in the server...
Curated Video
Complete Modern C++ - Deleter
We can store any kind of resource in a smart pointer, but it needs to be released correctly. This can be done through a deleter. This video explains the concept and its usage. This clip is from the chapter "Memory Management – Part II"...
Curated Video
C++ Standard Template Library in Practice - Stacks and Queues
The user is unfamiliar with the deque container, the adapter containers that wrap it, wishes to know more about them, and when to use them. • Begin by introducing the user to the deque container, discussing how it works • Then break down...
Curated Video
Power BI Masterclass - Import Data Via Python into Power BI
In this video, we will import data via Python into Power BI. This clip is from the chapter "Python Finance and Advanced DAX" of the series "Power BI Masterclass".In this section, we will be covering Python Finance and Advanced DAX. Here,...