Curated Video
Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts) - Dealing with File Location Changes in Power BI
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Working with Packer’s Core Components in HCL
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,...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing Automatic Storage Management (Part 2 of 3)
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,...
Curated Video
Oracle Database Administration from Zero to Hero - Using SQL Loader (Part 2 of 4)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Enabling the ARCHIVELOG Mode
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...
Curated Video
Oracle Database Administration from Zero to Hero - Managing the Archived Redo Log Files (Part 1 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Managing Database Memory (Part 1 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Basic Multitenant Administration Tasks
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Working with News API / 244
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.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Arguments and Parameters / 031
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Health Monitoring with Kubernetes, Prometheus, and Grafana
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Components, Props, and Callbacks
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Functional Components in React
In this video, we will understand how to introduce functional components to load data into our React project, the basic calculator.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Functions
In this video, you will learn about JavaScript functions to create blocks of code to perform particular tasks when called upon with an example.
Curated Video
How to Use ChatGPT and Generative AI for Passive Income - Use ChatGPT to Create Customized Nutrition Plans
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Entity Service and Query Engine APIs
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Creating Custom Routes
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...
Curated Video
Make Apps with ChatGPT and Generative AI - ChatGPT Back-End Function Creation
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Script for ChatGPT API Calling
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Bubble-ChatGPT API Connection
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Email Body Transfer to ChatGPT
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Running ChatGPT API from Outlook
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...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Important Parameters
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...