Instructional Video8:15
Curated Video

Decoding Canine Intelligence: Insights into Dogs' Cognitive Skills

6th - Higher Ed
Explore the fascinating cognitive abilities of dogs as we delve into experiments and training sessions demonstrating their reasoning capabilities. This video highlights how dogs can analyze situations, make decisions, and display...
Instructional Video7:41
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Windows Firewall

Higher Ed
Like all operating systems, Windows comes with a built-in software firewall. Unlike the firewall on your router, this firewall only protects a single system. It's important for techs – and the users they support – to understand how to...
Instructional Video7:09
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Network Address Translation (NAT)

Higher Ed
You'd be hard-pressed to find a home or small office router that isn't using Network Address Translation (NAT). NAT provides some amazing benefits but also has some serious limitations. This clip is from the chapter "Local Area...
Instructional Video4:05
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Controllers Folder

Higher Ed
This video discusses the Controller folder and its content (HomeController) when the project was created with the default Model-View-Controller project template. This clip is from the chapter "Coding Project Part 2: Consume the Web API...
Instructional Video3:42
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - The Shared Folder

Higher Ed
This video explains the views/shared folder and its contents. You will be aware of the functions of all the folder files and their importance in the project. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using...
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 Video3:42
Curated Video

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

Higher Ed
AddOrder view is added in this video along with suitable markup with built-in tag helpers to add model or server-side application. Application is run at the end of the video to demonstrate adding an order to the database. This clip is...
Instructional Video4:44
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Static Keyword

Higher Ed
This video explains the static keyword in JavaScript. 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...
Instructional Video3:46
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Toggle Dropdown (Hide) / 122

Higher Ed
In this video, you will learn how to effectively handle the chaining of fetch calls to avoid nesting them together, clean up our component code, and abstract those details away from our component code.
Instructional Video16:49
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Header Component - I / 100

Higher Ed
Let's start by designing a static product tile to use as the template for the generated product tiles. Create a file named "components".
Instructional Video15:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Page Not Found / 073

Higher Ed
In this video, you will learn how to effectively handle the chaining of fetch calls to avoid nesting them together, clean up our component code, and abstract those details away from our component code.
Instructional Video14:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - UI Design (Tailwind and Flowbite) / 065

Higher Ed
Now, we will focus on creating a basic user interface. We will define the page structure and how Cinemate, using Tailwind and Flowbite, works.
Instructional Video14:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Restructuring / 060

Higher Ed
In this lecture, we will examine how to improve the folder structure and how to import and export elements or components from different folder structures.
Instructional Video15:21
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 055

Higher Ed
In this video, we will learn how to improve the structure of our project. We will learn to create proper header and footer components and import them from the components folder. This will be the base structure on which the project will...
Instructional Video6:51
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Global State Management

Higher Ed
After implementing the shopping basket and all the functions it needs, we will execute the tasks required to make the basket add up the totals of the prices of each product multiplied by the number of items and add other features such as...
Instructional Video9:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: Pages / 083

Higher Ed
In this video, you will learn how to use the React router and its components to create a single-page application as a detail page.