Instructional Video17:06
Curated Video

HashiCorp Certified - Vault Associate Course - HashiCorp Vault - Course Overview

Higher Ed
This clip is from the chapter "Course Introduction" of the series "HashiCorp Certified - Vault Associate Course".This section provides an overview of the HashiCorp Vault course, covering the key features, benefits, and learning outcomes...
Instructional Video5:10
Curated Video

HashiCorp Certified - Vault Associate Course - Token Accessors

Higher Ed
This video will cover the concept of token accessors in Vault. By the end of this video, you will have a solid understanding of what token accessors are, how they can be used in your Vault workflows, and how to create, manage, and...
Instructional Video8:59
Curated Video

Oracle Database Administration from Zero to Hero - Using Oracle Database Documentation (Part 1 of 2)

Higher Ed
In this video, we will explore common Oracle database documentation books and their usage. You will learn about valuable resources that can enhance your understanding of Oracle database and assist you in your administrative tasks. This...
Instructional Video7:25
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - The Art of Follow-Up Prompts

Higher Ed
This video focuses on the art of follow-up prompts, designed to elicit additional information or clarification from ChatGPT. You will learn about the benefits of using follow-up prompts and strategies for creating effective follow-up...
Instructional Video7:13
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Introduction to ChatGPT and LLMs

Higher Ed
This video provides an overview of large language models (LLMs) and introduces ChatGPT as an example. The video covers the basic principles behind LLMs, how they are trained on vast amounts of text data to generate human-like responses,...
Instructional Video2:38
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Using Environment Variables

Higher Ed
This video will explore environmental variables and how to use them in a template. Environment variables are a great solution to setting credentials or variables that often change. This clip is from the chapter "Variables" of the series...
Instructional Video5:06
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - AWS Builders

Higher Ed
In this video, we will go over the various AWS builders. We will explore four different builders and see how Packer builds on each of these platforms and the differences in the processes involved. This clip is from the chapter "Builders"...
Instructional Video6:16
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Builders

Higher Ed
In this video, we will understand the concept of a Packer builder responsible for creating machines and generating images. More than one builder can be specified in a template. We will compare the different builder models available. This...
Instructional Video7:36
Curated Video

Oracle Database Administration from Zero to Hero - Using Table Compression (Part 2 of 2)

Higher Ed
In this video, we will continue our discussion on table compression. You will learn about advanced compression techniques, obtain information about compression used in a database, and understand the Oracle Hybrid Columnar Compression...
Instructional Video10:31
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Document / 275

Higher Ed
This video explains the delete functionality in the bookmark manager. This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new...
Instructional Video3:51
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetching Individual Document / 262

Higher Ed
This video explains how to fetch information for an individual document. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the...
Instructional Video7:24
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Updating Documents / 261

Higher Ed
This video explains how to update a particular document. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the powerful...
Instructional Video6:25
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firestore Queries / 259

Higher Ed
This video explains queries and how to give a particular condition to fetch data. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn...
Instructional Video14:09
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Adding and Deleting Documents / 257

Higher Ed
This video explains how to add and delete documents. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the powerful real-time...
Instructional Video9:52
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetching Documents - I / 255

Higher Ed
This video explains multiple services with Firebase. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the powerful real-time...
Instructional Video12:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Insert Task / 287

Higher Ed
This video explains the insert task functionality of the project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video6:35
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - II / 204

Higher Ed
This video explains how modules can help us divide the complexity of any project. This clip is from the chapter "Modules" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the modules...
Instructional Video11:08
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Primitive Versus Reference Types - I / 043

Higher Ed
This video explains primitive versus reference types and also discusses the memory and how these datatypes are stored. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with...
Instructional Video18:01
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Documents / 276

Higher Ed
This video explains how to filter the documents in the bookmark manager. This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video17:22
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Update Task / 289

Higher Ed
This video explains how to update a task from the project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a web-based...
Instructional Video5:57
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - VLookUp in Excel

Higher Ed
In this video, we will be introduced to the VLookUp function in Excel and how ChatGPT can assist in automating this data analysis task. We will use ChatGPT's capabilities to perform VLookUp operations in Excel to analyze/manipulate data...
Instructional Video12:06
Curated Video

Mastering C++ Standard Library Features [Video] - Metafunctions

Higher Ed
Understand what a "metafunction" is and how types can be manipulated through templates
Instructional Video13:06
Curated Video

Mastering C++ Standard Library Features [Video] - Safer Interfaces with Higher-Order Functions

Higher Ed
Through realistic examples, understand how higher-order functions can be used to create safer and easier interfaces for your users
Instructional Video9:35
Curated Video

Mastering C++ Standard Library Features [Video] - Smart Pointers: Guidelines

Higher Ed
Learn how to choose between raw/unique/shared/weak pointers in your interfaces and implementation, understanding their pro/cons and "conventional" meanings