Instructional Video5:39
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Deploying Admin as a Static Site: Creating the Site

Higher Ed
In this video, you will learn how to deploy admin as a static site: creating the site. This clip is from the chapter "Deploy Strapi in Production" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section,...
Instructional Video7:51
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Configure a Custom Domain

Higher Ed
In this video, you will learn how to configure a custom domain. This clip is from the chapter "Deploy Strapi in Production" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you will learn how to...
Instructional Video8:39
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Configure an External Upload Provider (Cloudinary)

Higher Ed
In this video, you will learn how to configure an external upload provider (Cloudinary). This clip is from the chapter "Deploy Strapi in Production" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this...
Instructional Video12:38
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Configure the Email Plugin

Higher Ed
In this video, you will learn how to configure the email plugin. This clip is from the chapter "Deploy Strapi in Production" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you will learn how to...
Instructional Video8:22
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Plugin Localization

Higher Ed
In this video, we will cover plugin localization. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will cover Strapi...
Instructional Video8:12
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Adapting the API Response

Higher Ed
In this video, you will learn how to adapt the API response. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will...
Instructional Video6:08
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Lifecycle Hooks Exercise: Part 1 (Challenge)

Higher Ed
In this video, we will have a look at the lifecycle hooks exercise and understand the challenge. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins...
Instructional Video6:15
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - GraphQL Mutations

Higher Ed
In this video, we will cover GraphQL mutations. This clip is from the chapter "Working with GraphQL" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will start working with GraphQL and learn...
Instructional Video4:02
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - User Authentication with GraphQL

Higher Ed
In this video, you will learn how to perform user authentication with GraphQL. This clip is from the chapter "Working with GraphQL" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will start...
Instructional Video4:55
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Creating the Homepage Content Entry

Higher Ed
In this video, you will learn how to create the homepage content entry. This clip is from the chapter "Designing Strapi Content Types" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you will...
Instructional Video7:59
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - How to Use Typescript (Optional)

Higher Ed
In this optional video, you will learn how to bootstrap a Strapi project with Typescript and how to convert an existing project to TS. This clip is from the chapter "Introduction" of the series "The Complete Strapiâ„¢ Course with Plugins...
Instructional Video12:26
Curated Video

Make Apps with ChatGPT and Generative AI - Image API DALLE Use

Higher Ed
We will work on using the Image API DALL-E and integrate it an app called SplashImages, which will create characters based on images in a photograph; we will use an HTTP trigger and an Azure Function. This clip is from the chapter...
Instructional Video7:17
Curated Video

Make Apps with ChatGPT and Generative AI - Cover Letter Screen Creation

Higher Ed
In this video, you will learn to create cover letters for the JobApplicationCreator app, which will create a cover letter based on the post of the job applying for, which can be mailed to the employer. This clip is from the chapter...
Instructional Video2:53
Curated Video

Make Apps with ChatGPT and Generative AI - Local OpenAI ChatGPT Testing

Higher Ed
In this video, we will test our Azure function over a local workspace for functionality. We will define the parameters for the response and then test the function by deploying it. You will learn to create a wrapper API and integrate it...
Instructional Video8:07
Curated Video

Make Apps with ChatGPT and Generative AI - OpenAI ChatGPT and Azure Functions Integration

Higher Ed
After learning to deploy an Azure function using Postman and how to deploy an OpenAI API, we will now work on integrating the two together. We will call and deploy a function and learn to format the response for better readability. This...
Instructional Video8:38
Curated Video

Make Apps with ChatGPT and Generative AI - Azure Function Testing and Deployment

Higher Ed
After creating our first Azure function, we will test it by deploying it so we get some practice and then look at how it works so we know how an Azure function works when it actually becomes truly serverless. This clip is from the...
Instructional Video10:58
Curated Video

How are Proteins Made? - Transcription and Translation Explained #66

9th - Higher Ed
This video covers: - The two steps of protein synthesis: transcription and translation - Transcription is the production of mRNA, which is a copy of a gene - Translation is the production of a sequence of amino acids (a polypeptide)...
Instructional Video6:49
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Data Visualization Line Plots

Higher Ed
This video demonstrates data visualization using line plots. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Instructional Video7:06
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Time Series Forecasting (TSF) Using LSTM

Higher Ed
This video explains the implementation of Time Series Forecasting (TSF) using LSTM. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video4:20
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - BiLSTM Models

Higher Ed
This video explains the BiLSTM models in detail. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on...
Instructional Video6:13
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - ARIMA in Python

Higher Ed
This video helps you with executing ARIMA in Python. This clip is from the chapter "Machine Learning in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on machine...
Instructional Video3:41
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Quiz Solution - Data Processing for Timeseries Forecasting

Higher Ed
This is a solution video of the quiz on data processing. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on data...
Instructional Video7:07
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Feature Engineering

Higher Ed
This video explains the concept of feature engineering. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on data...
Instructional Video8:25
Curated Video

he Ultimate Guide to Blender 3D Rigging and Animation - Lesson 29 - Adding Detail to 3D Walk Animation

Higher Ed
In this video, we will take walk animation to the next level by adding intricate details and refining the subtleties of the motion. We will explore techniques to enhance weight shifts, arm and leg movements, and overall fluidity. This...