Curated Video
ChatGPT for Creatives - Tropes and Cliches and How to Deal with Them
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...
Curated Video
ChatGPT for Creatives - A Ghost Story
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...
Curated Video
ChatGPT for Creatives - How to Find and Use Specific Learning Methods
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...
Curated Video
ChatGPT for Creatives - How I Wrote a Hip-Hop Musical about a Battle Rapping Pig
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...
Curated Video
ChatGPT for Creatives - I Am Bored and Don't Know What to Draw
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...
Curated Video
ChatGPT for Creatives - How to Talk to Chat GPT
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...
Curated Video
The Science of Online Advertising: How Your Preferences Are Tracked
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Interpreted Languages
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Command-Line Permissions
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteCustomer Action Method
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Edit Home Controller Index View
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create Your Custom Middleware
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - How Razor Pages Generate Response
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteOrder Action Method
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the UpdateOrder View
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create AddOrder Action Methods
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create Index View (Order Controller)
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...
Curated Video
Behavioral Design Patterns in C++ - Document Framework - II
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...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - II
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...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - I
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.
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - IV
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.
Curated Video
Learn Azure Serverless Functions in a Weekend - HTTP Function to Queue Message
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message to Service Bus Topic
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message into Storage Queue
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...