Curated Video
Wellbeing A-Z -Running shoes
Running is an excellent way to keep fit, but it’s important to have the right Running Shoes to help protect your feet and prevent injury.
Curated Video
Brand Audit
Uncover the secrets of a successful brand audit in this informative video! Discover how to evaluate and enhance your brand's effectiveness across various channels. Gain valuable insights to refine your marketing strategy and ensure your...
Curated Video
Digital Marketing Review: Evaluating Marketing and Advertising Campaigns
Explore the dynamic world of digital marketing in this informative video. Delve into the strategies, tactics, and tools used to promote businesses and engage audiences online. From SEO to social media marketing, discover the limitless...
Curated Video
High Five Facts - Parasaurolophus
This video explores five fun facts about parasaurolophus.
Institute of Human Anatomy
How Your Bones Change With Exercise
In this video, Jonathan from the Institute of Human Anatomy discusses how exercise influences bone density and architecture, as well as the different types of exercise that influence this.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Tidy the Fetch API Call
Here, you will learn how to clean up the Fetch API, which provides a JavaScript interface for accessing and manipulating protocol parts, such as requests and responses.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dealing with Errors in Fetch API
Let's understand how to deal with errors in a fetch API. If errors are encountered during a fetch() call, it is often necessary to halt the compiler from reading the next few lines of code, rectifying the code, and re-fetching the API.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Creating the Game Board
This video demonstrates how to create the game board for the Connect-4 game, which will download all the dependencies and files required, create a template and do the configurations.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Creating an Amazon Machine Image (AMI)
This lesson will teach us how to create an Amazon machine image from an existing EC2 instance.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Elastic IP (Guide)
This lecture provides a hands-on guide to working with an elastic IP to create an elastic IP and attach it to an EC2 instance.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - EC2 Instances Console
In this lecture, we will explore the EC2 Dashboard, which provides valuable information regarding the current EC2 instances running in the region.
Curated Video
Make Apps with ChatGPT and Generative AI - Visual Studio Code Configuration
In this video, we will continue with the previous demonstration where we will need to create a few more configurations to our Visual Studio Code to get it up and running for creating our Azure Functions. We will install the recommended...
Curated Video
Am I Ready For Christmas? by Rayna Flowers
If you could ask Santa for anything this Christmas what would that be?A new doll? A monster truck? A swimming pool?Will these things bring you Christmas Joy?Follow the journey of one little boy as he struggles to ask Santa for the...
Curated Video
LaDonna Plays Hoops by Kimberly A. Gordon Biddle
LaDonna goes to visit her grandma for a family reunion. While there, she tries to become the family hoops star. She wonders if she has the skill and the will. The story presents subtle, everyday events that teach life lessons.
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Install and Manage NodeJS with NVM
In this video, you will learn how to install and manage NodeJS with NVM. Refer to the code bundle for the installation guide. This clip is from the chapter "Introduction" of the series "The Complete Strapiâ„¢ Course with Plugins and...
Curated Video
Make Apps with ChatGPT and Generative AI - Testing and Publishing Teams ChatGPT Chatbot
After saving the flow with the parameters defined in the previous lesson, we will now test the flow manually and we will note the response generated by the Power Automate flow on to the Teams message window. This clip is from the chapter...
Curated Video
Make Apps with ChatGPT and Generative AI - Azure Function Testing and Deployment
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...
Curated Video
Make Apps with ChatGPT and Generative AI - ChatGPT Response Management
Now that we have a way to sue a Python script on the API, we ran a script, which was accessed by the API, and returned a response, which is a JSON file. We will create a variable “Output” that will present the responses of our script....
Curated Video
Bira the Bear's Hibernation Party: A Yoga Adventure Story
Join Yoga Guppy for a fun and interactive yoga adventure with the story of Bira the Bear. Follow along as Bira prepares for hibernation and throws a party with his jungle friends. This engaging yoga session combines storytelling,...
Curated Video
Bearded Dragons, Skinks, & More: Learn About 7 Australian Animals
Curious about reptiles? Ever wanted to see some Australian Animals up close? We've got you covered! In this educational video, our friends at Animal Encounters from Seattle, WA show us 7 Australian Animals. Kim teaches us how the animals...
The Guardian
A Personal Story of Race and Policing in London
Gamal 'G' Turawa spent his early years with a white family in a predominantly white town. At the age of seven, his father picked him up and brought him back to London where he struggled with culture shock adjusting to a predominantly...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - ARIMA in Python
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Running a Development Server of Next.js for DALL-E Project
After understanding the Next.js folder structure and how it works, we will get into the image-gen-project folder we created and run the “npm run dev”, which will run the project on a local development server with an endpoint. This clip...