Curated Video
HashiCorp Certified - Vault Associate Course - HashiCorp Vault - Course Overview
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Token Accessors
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...
Curated Video
Oracle Database Administration from Zero to Hero - Using Oracle Database Documentation (Part 1 of 2)
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...
Curated Video
ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - The Art of Follow-Up Prompts
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...
Curated Video
ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Introduction to ChatGPT and LLMs
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,...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Using Environment Variables
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - AWS Builders
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"...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Builders
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...
Curated Video
Oracle Database Administration from Zero to Hero - Using Table Compression (Part 2 of 2)
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Document / 275
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetching Individual Document / 262
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Updating Documents / 261
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firestore Queries / 259
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Adding and Deleting Documents / 257
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetching Documents - I / 255
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Insert Task / 287
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - II / 204
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Primitive Versus Reference Types - I / 043
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Documents / 276
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Update Task / 289
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...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - VLookUp in Excel
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...
Curated Video
Mastering C++ Standard Library Features [Video] - Metafunctions
Understand what a "metafunction" is and how types can be manipulated through templates
Curated Video
Mastering C++ Standard Library Features [Video] - Safer Interfaces with Higher-Order Functions
Through realistic examples, understand how higher-order functions can be used to create safer and easier interfaces for your users
Curated Video
Mastering C++ Standard Library Features [Video] - Smart Pointers: Guidelines
Learn how to choose between raw/unique/shared/weak pointers in your interfaces and implementation, understanding their pro/cons and "conventional" meanings