Curated Video
ChatGPT for Creatives - How to Generate Ways to Make Money with Your Creativity
In this video, we will explore tips and strategies on how to generate ideas for monetizing our creativity, discuss various platforms and tools that can be used to showcase our work and connect with potential clients, such as social...
Curated Video
ChatGPT for Creatives - Creating Lists
In this video, you will learn how to create lists in ChatGPT with examples. We will begin by creating a basic list and then search for something more specific in our prompts. You will learn to create a list with a context.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Maintaining Linux
While Windows is a one-size-fits-all product, Linux is quite different. The whole concept behind Linux is almost total control over the environment. However, this control brings with it a massive amount of responsibility for patch and...
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 - Create the View to Get Customer by ID
Completing this video will allow you to create a view that shows a customer with a specific ID and a message if that customer does not exist in the database. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the GetCustomer Action Methods
You will learn how to complete the coding for the GetCustomer Action methods (both GET and POST) for the Customer Controller. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client"...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the Index View (Customer Controller)
This video walks through the coding for creating the index view for the Customer Controller. The application is run to see the Customer list. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the Customer Controller
Students will be able to create the Customer Controller and complete the Index action method after completing this video. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create a ToDo List Razor Pages Application
This is a walkthrough to build a simple Razor ToDoList application with the in-memory collection. The video uses a service layer and dependency injection principles. This clip is from the chapter "Detailed Look into Razor Pages and MVC...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Assigning Wax and Flag Material Instances
The lesson will show us how to link material textures to our newly created material instances. We will make sure that they are set up nicely within our Unreal Engine 5 project.
Curated Video
ChatGPT for Creatives - How to Generate Great Lists
In this video, we will discuss techniques and tools for generating great lists, understand the importance of list-making in creative work, and learn tips for making effective lists, such as using categories and subcategories,...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create GetOrder Action Methods
In this video, you will work out the code for creating the GetOrder(GET and POST) action methods on the Order Controller. The code is discussed in detail along the way. This clip is from the chapter "Coding Project Part 2: Consume the...
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
ASP.NET 6.0 - Build Hands-On Web Projects - Create the Order Controller
This video walks through the coding exercise to create the Order Controller with the Index action method. 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...
Curated Video
Learn Azure Serverless Functions in a Weekend - What Is Azure Functions
This video explains Azure Functions in detail. This clip is from the chapter "Introduction to the Course" of the series "Learn Azure Serverless Functions in a Weekend".This section provides an introduction to the course.
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Prototypal-Chains
This video explains prototypal-chains. This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes enhancements and OOPS.
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Spread Operators - 2
This video is a continuation of spread operators in JavaScript. This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and...
Curated Video
Behavioral Design Patterns in C++ - C++ Iterators - II
In this video, we will implement the iterator for the list class. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Curated Video
Behavioral Design Patterns in C++ - Containers - V (ListIterator)
This video explains how to add iterator to the link class. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Curated Video
Behavioral Design Patterns in C++ - Containers - III (Issues)
This video explains the issue where the elements inside the container are accessed. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Curated Video
Behavioral Design Patterns in C++ - Transition Table - I
This video explains the implementation of the State design pattern through a transition table. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
Behavioral Design Patterns in C++ - C++ Iterators - III (More Iterators)
In this video, we will add more iterators to use the container more efficiently. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Curated Video
Behavioral Design Patterns in C++ - Containers - IV (ArrayIterator)
This video demonstrates the support for the iterator for both array and list operators. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Curated Video
Behavioral Design Patterns in C++ - Containers - II (List)
In this video, you will implement another class called linked list. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.