Instructional Video12:24
Curated Video

ChatGPT for Creatives - Tropes and Cliches and How to Deal with Them

Higher Ed
In this video, we will discuss the use of tropes and cliches in writing and how to deal with them effectively. It explains how tropes and cliches can sometimes be useful but can also make writing seem predictable and boring. We will look...
Instructional Video11:07
Curated Video

ChatGPT for Creatives - A Ghost Story

Higher Ed
In this video, the instructor shares his personal experience of writing a ghost story and the challenges he faced while researching. He talks about how he overcame his fear of the unknown and explored different aspects of the story to...
Instructional Video14:54
Curated Video

ChatGPT for Creatives - How to Find and Use Specific Learning Methods

Higher Ed
In this video, you will learn to find and use specific learning methods that can help in learning a new skill, the importance of understanding the different learning styles and choosing the one that works best for everyone. You will...
Instructional Video10:47
Curated Video

ChatGPT for Creatives - How I Wrote a Hip-Hop Musical about a Battle Rapping Pig

Higher Ed
In this video, we will explore hip-hop musicals by asking ChatGPT for information related to the genre. The instructor explores combinations of prompts to explore this music genre. We will ask ChatGPT to write rhyming and rapping content...
Instructional Video12:15
Curated Video

ChatGPT for Creatives - I Am Bored and Don't Know What to Draw

Higher Ed
In this video, we will use a specific contextual prompt to obtain ideas from ChatGPT. We will provide a prompt to ask it for ideas about what to draw when feeling bored and examine the responses obtained. We will explore dreamscape...
Instructional Video9:54
Curated Video

ChatGPT for Creatives - How to Talk to Chat GPT

Higher Ed
In this video, as we get started with using ChatGPT, we will explore how to create prompts the right way and understand the guidelines shared by the AI to write effective prompts. It discusses clarity, specificity, tone, close/open-ended...
Instructional Video7:21
Curated Video

The Science of Online Advertising: How Your Preferences Are Tracked

6th - Higher Ed
Discover how online advertising is tailored to individual preferences through sophisticated tracking technologies. Learn about the use of cookies, which gather data about your browsing habits to serve targeted ads. Explore the...
Instructional Video12:09
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Interpreted Languages

Higher Ed
Every operating system contains interpreters that can read higher-level programming languages. This video covers three popular interpreters: Visual Basic, Python, and JavaScript. This clip is from the chapter "Working with the...
Instructional Video7:20
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Command-Line Permissions

Higher Ed
All Linux/UNIX operating systems share a unique file/folder permission system, very different from Windows', which requires careful understanding. This clip is from the chapter "Working with the Command-Line Interface" of the series...
Instructional Video6:56
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteCustomer Action Method

Higher Ed
This video explains the code to delete a customer from the database. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video4:09
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Edit Home Controller Index View

Higher Ed
We will edit the default Index view of the home controller in this video to customize it according to our needs. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the...
Instructional Video7:36
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create Your Custom Middleware

Higher Ed
This video walks through the steps to create a custom middleware. You are expected to be able to create your own simple custom middleware after going through the video. This clip is from the chapter "Middleware in ASP.NET Core 3.1" of...
Instructional Video16:45
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - How Razor Pages Generate Response

Higher Ed
In this video, the entire mechanism of generating an HTML response to a request as handled by the Razor Pages in an ASP.NET Core 3.1 application is discussed. This clip is from the chapter "Create and Take a Deep Dive into Your First...
Instructional Video5:58
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteOrder Action Method

Higher Ed
This is the video that explains the code for a DeleteOrder action method that deletes an order from the database. It does this without any confirmation of record deletion. This confirm delete view in the present project context is not...
Instructional Video8:55
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the UpdateOrder View

Higher Ed
You will be able to understand the creation and working of the view to render an updated order record. You will get a refresher on the client- and server-side validation in the process. The completed application until this point is run...
Instructional Video5:29
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create AddOrder Action Methods

Higher Ed
This video builds the code for AddOrder action methods (GET and POST). You will be able to AddOrder (HTTPGET) action method to return a view for adding order and AddOrder (HTTPPOST) action method to add(insert) customer order details to...
Instructional Video7:31
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create Index View (Order Controller)

Higher Ed
This video explains the creation and code for the Index view of the Order Controller. You will be able to create the Order Controller Index View and run the application. This clip is from the chapter "Coding Project Part 2: Consume the...
Instructional Video3:36
Curated Video

Behavioral Design Patterns in C++ - Document Framework - II

Higher Ed
In this video, we will continue adding classes to the document framework. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design...
Instructional Video4:22
Curated Video

Behavioral Design Patterns in C++ - Spreadsheet Application - II

Higher Ed
This video builds upon the first part of our spreadsheet application series; here, we will add new exports formats to the application. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this...
Instructional Video7:17
Curated Video

Behavioral Design Patterns in C++ - Spreadsheet Application - I

Higher Ed
In this video, we will be building a spreadsheet application using JavaScript. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video5:36
Curated Video

Behavioral Design Patterns in C++ - Spreadsheet Application - IV

Higher Ed
In this video, we will refactor our design to use the strategy pattern step-by-step. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video13:05
Curated Video

Learn Azure Serverless Functions in a Weekend - HTTP Function to Queue Message

Higher Ed
This video demonstrates how to develop an HTTP function to queue messages. Here, you will develop an HTTP trigger function, keeping in mind that it will be used by the payment gateway system to submit the payment status. It should take...
Instructional Video10:23
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message to Service Bus Topic

Higher Ed
This video helps you develop Azure Functions to add messages to the service bus topic. Here, we will process a storage queue, read the messages, process them, and add them to Azure Service Bus Topic. This clip is from the chapter "Azure...
Instructional Video7:32
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message into Storage Queue

Higher Ed
In this video, you will develop Azure Functions to add messages to the storage queue. The Azure Queue Storage is a service for storing a large number of messages. This clip is from the chapter "Azure Functions Integrations" of the series...