Professor Dave Explains
Analytic Philosophy Part 1: Dewey, Russell, and Whitehead
Pivoting from the continental tradition, let's introduce the analytic tradition that also emerged at the beginning of contemporary philosophy. This involved figures such as John Dewey, Bertrand Russell, and Alfred Whitehead. What were...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Subdomain Takeover – Part 1
This is the first of the two-part video that demonstrates the subdomain takeover by attacking the subdomain. This clip is from the chapter "Full-Stack Attacks on Modern Web Applications" of the series "Web Hacking Expert Full-Stack...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Summary – Hacking AngularJS Applications
This is a summary video on hacking AngularJS applications. This clip is from the chapter "Hacking AngularJS Applications" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".This section focuses on hacking AngularJS...
Curated Video
The Art of Doing - Web Development for Beginners - Final Project Preview
In this video, we will have a quick preview of our final course project where you will be building a fully functional HTML/CSS/JS site with interactive JavaScript tools. We will discuss the requirements of the final project, including...
Curated Video
ChatGPT for Creatives - Funny Story about Saving
In this video, the author shares a funny story about accidentally deleting his work while writing a novel and losing his progress. He emphasizes the importance of saving regularly and backing up your work to avoid such mishaps.
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
Connecting Across Continents: The Evolution of Video Calls
Discover how technology has transformed communication, allowing us to stay visually connected with friends and family worldwide, even from remote vacation spots. This video delves into the advancements from traditional satellite...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Remote Desktop Connections
The Remote Desktop Protocol (RDP) enables you to connect to a remote Windows system and control it using the graphical user interface. Virtual Network Computing (VNC) enables you to connect to all sorts of computers, including Windows,...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Telnet and SSH
The Telnet and SSH protocols enable techs to access and control hosts remotely using the command-line interface in Windows. Telnet offers no security. SSH connections are encrypted for better security. This clip is from the chapter "The...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Models Folder
This video discusses the default Models folder created on the creation of the MVC project. 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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Creating the Order Controller
This video walks through creating the Order Controller in the Web API project. It uses the order repository to associate the CRUD operations with the Order Controller action methods. This clip is from the chapter "Coding Project Part 1:...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Completing Order Repository CRUD Methods
All the rest of the CRUD methods using ADO.NET for the order repository are completed in this video. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create an Order Repository
An Order Repository class is created and initialized with the connection string and the logger object. GetAllOrders() method is created to list all orders from the Orders table in the SQL database. This clip is from the chapter "Coding...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Error Logging in Web API Project
The error logging and handling concept adopted is explained in this video. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section explains how to...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the IOrderRepository Interface
The application uses a repository pattern, so in this video, an IOrderRepository interface is created to cater to the Order Table in the database. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Understand the Stored Procedures for CRUD Operation
This video discusses all the CRUD stored procedures that are used for this application. You will understand and be able to write simple stored procedures for these CRUD operations. Stored procedure script is added as resource to generate...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Understand the SQL Server Database Tables
We start analyzing a pre-existing Microsoft SQL Server database that was created for this application. You will understand the database table structure that will be used by the client application to carry out the CRUD operations....
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Introduction: Build and Consume a Web API Using ASP.NET Core and ADO.NET
This is an eye-opener introduction into the highlights of a solution that has two projects: a Web API that is consumed in an ASP.NET Core MVC client. The application uses ADO.NET and uses client- and server-side validation. It also uses...
Curated Video
Generative AI Art for Beginners - AI Theory 101
In this video, we will dive into the theory behind AI, including Natural Language Processing (NLP), Machine Learning (ML), and supervised learning. We will also give you a quick introduction to GPT-3, the powerful AI language model that...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating Asset Collections
This lesson will show you how to use your blueprints to sort and group assets. We will be adding them manually, using collections. This will help you group them to integrate them into your 'Blender 3 to Unreal Engine 5 Dungeon Modular...
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
Blender to Unreal Engine - Become a Dungeon Prop Artist - UE5 Introduction to Viewport Controls
In this lesson, you will get introduced to different viewport controls in Unreal Engine 5. You will learn how to navigate your UE5 scene and select or manipulate its actors. You will also learn how to change display options.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Fire Particle Animation
During this lesson, you will learn how to create an animated fire for your torches using the Niagara Particle System. The lesson will teach us how to set up particle emitters with a texture fire animation sheet.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Two-Sided Transparency
During this lesson, you will learn how to create a material with opacity variance. The lesson will show us how to set up a two-sided texture with partial transparency for our helmet feather plane.