Instructional Video8:54
Curated Video

Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts) - Dealing with File Location Changes in Power BI

Higher Ed
This lecture addresses another common issue Power BI users face: file location changes. The video explains how to manage file location changes in Power BI and maintain data connections to ensure that reports continue functioning as...
Instructional Video10:45
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Working with Packer’s Core Components in HCL

Higher Ed
After learning to write specific HCL syntax for the Packer templates, we will work with the core components of Packer and how the core components fit in with the HCL format, including the source, provisioner, builder, postprocessors,...
Instructional Video16:35
Curated Video

Oracle Database Administration from Zero to Hero - Introducing Automatic Storage Management (Part 2 of 3)

Higher Ed
In this video, we will continue our exploration of Automatic Storage Management (ASM). You will gain knowledge about Oracle Restart, its description, and its installation process. We will also delve into ASM Disk Groups and ASM Disks,...
Instructional Video12:19
Curated Video

Oracle Database Administration from Zero to Hero - Using SQL Loader (Part 2 of 4)

Higher Ed
In this video, we will continue exploring SQL Loader. You will learn how to create SQL Loader control files and configure them for different loading scenarios. Understanding these techniques will enable you to effectively load data into...
Instructional Video5:53
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Enabling the ARCHIVELOG Mode

Higher Ed
In this practice video, you will have the opportunity to enable the ARCHIVELOG mode in the database on srv1. You will also examine the generated archived redo log files, putting into practice the concepts discussed in the previous...
Instructional Video11:18
Curated Video

Oracle Database Administration from Zero to Hero - Managing the Archived Redo Log Files (Part 1 of 2)

Higher Ed
In this video, we will shift our attention to the management of archived redo log files. You will learn about the different archiving modes, compare NOARCHIVELOG and ARCHIVELOG modes, and discover how to set archive destinations. This...
Instructional Video6:34
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Managing Database Memory (Part 1 of 2)

Higher Ed
In this practice video, you will gain hands-on experience by implementing Automatic Memory Management (AMM) on srv1. You will practice the steps involved in configuring and managing database memory using the AMM feature. This clip is...
Instructional Video15:28
Curated Video

Oracle Database Administration from Zero to Hero - Basic Multitenant Administration Tasks

Higher Ed
In this video, we will explore basic administration tasks specific to Multitenant databases. You will learn how to switch the current container, change CDB and PDB states, save the PDB open state, manage initialization parameters in...
Instructional Video14:48
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Working with News API / 244

Higher Ed
This video explains how to work with news APIs. This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to create a custom news portal.
Instructional Video15:31
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Arguments and Parameters / 031

Higher Ed
This video explains arguments and parameters in JavaScript along with an example. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video3:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Health Monitoring with Kubernetes, Prometheus, and Grafana

Higher Ed
In this video, we will discover how Kubernetes, Prometheus, and Grafana can be combined to monitor the health and performance of microservices deployed in a containerized environment, how Kubernetes can provide health metrics, Prometheus...
Instructional Video9:03
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID

Higher Ed
This lesson will teach us how to fetch and get product information by ID. This code uses the fetch() function to call the Web API Product controller class.
Instructional Video4:24
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Components, Props, and Callbacks

Higher Ed
In this video, we will look at the React root component, namely the app, the dashboard, the admin, and other elements of the project that form the tree structure of React.
Instructional Video5:39
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Functional Components in React

Higher Ed
In this video, we will understand how to introduce functional components to load data into our React project, the basic calculator.
Instructional Video1:54
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Functions

Higher Ed
In this video, you will learn about JavaScript functions to create blocks of code to perform particular tasks when called upon with an example.
Instructional Video3:52
Curated Video

How to Use ChatGPT and Generative AI for Passive Income - Use ChatGPT to Create Customized Nutrition Plans

Higher Ed
In this video, you will learn how to use ChatGPT to create customized nutrition plans for yourself or for clients. You will discover how to input specific details such as food preferences, dietary restrictions, and fitness goals into...
Instructional Video6:02
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Entity Service and Query Engine APIs

Higher Ed
In this video, we will cover entity service and query engine APIs. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this...
Instructional Video3:10
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Creating Custom Routes

Higher Ed
In this video, you will learn how to create custom routes. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we...
Instructional Video9:10
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT Back-End Function Creation

Higher Ed
We will now create the backend for our application. We will create a button that, when clicked, reads the email and then uses the Completion API and generates a professional email, and sends the response back to the pane on the mail as a...
Instructional Video9:21
Curated Video

Make Apps with ChatGPT and Generative AI - Script for ChatGPT API Calling

Higher Ed
After creating the Airtable database setup, we will write script to generate emails. We will then integrate automation into the setup, add triggers, and create automation flows and generate prompts when there is a record update in the...
Instructional Video8:20
Curated Video

Make Apps with ChatGPT and Generative AI - Bubble-ChatGPT API Connection

Higher Ed
In this video, you will learn to place a text element, an input element, and a button element. The user feeds his input in the input element and clicks on the button, the button click sends the API across, and displays the response in...
Instructional Video10:04
Curated Video

Make Apps with ChatGPT and Generative AI - Email Body Transfer to ChatGPT

Higher Ed
After getting the Azure functions and Outlook integrated, we will now create a useful application, which will allow users to get into their email and summarize the email for us. We will send the content of the mail and receive a response...
Instructional Video9:01
Curated Video

Make Apps with ChatGPT and Generative AI - Running ChatGPT API from Outlook

Higher Ed
After the Outlook add-in is working, we will now create API calls from our Outlook add-in to the ChatGPT API that we created. We will make post-requests and edit the model, prompt, body, and temperature of the Azure code. This clip is...
Instructional Video5:48
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Important Parameters

Higher Ed
This video talks about the important parameters in time series forecasting. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using...