Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Dealing with Threats
Once you understand threats, you can mitigate those threats by reducing vulnerabilities. This video covers the core tools and actions you must do as a tech to reduce threats. These tools and actions include patching software, running...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Mobile Device Troubleshooting
Mobile devices can encounter problems ranging from unresponsive touchscreens to complete system lockout. This video explores common symptoms, such as slow performance (caused by excessive app running) or overheating, and their solutions....
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - The World Wide Web
The web puts a graphical face on the Internet. You access it via a web browser, connecting with HTTP (insecure) or HTTPS (secure). Certificates give you a resource for whether a website can be trusted. This clip is from the chapter "The...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Advanced Router Configuration
Even the most basic router has settings beyond the basic setup. Protocols such as Quality of Service (QoS), Universal Plug and Play (UPnP), and Simple Network Management Protocol (SNMP) give extra features to enhance the capabilities of...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Windows Sharing with macOS and Linux
Both macOS and Linux systems know how to use Windows naming functions to connect using Workgroups and Domains and share resources using Samba. The trick is to understand how they do it and to configure them to work with an existing...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Windows Naming
Microsoft introduced a series of naming protocols, some of which predate the Internet. Interestingly, these protocols (or at least their modern versions) are still alive and well not only on Windows systems but on Linux and macOS systems...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Working with Connections
When two computers begin the process of sharing data, they create what we call a connection (or session). A good tech knows how to use common utilities to observe these connections and diagnose issues. This clip is from the chapter...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Advanced Linux Commands
The CompTIA exam covers a few more advanced Linux commands. These commands enable some unique navigation. This clip is from the chapter "Working with the Command-Line Interface" of the series "CompTIA A+ Certification Core 2...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Advanced Windows Commands
The Windows command line also provides hundreds of tools, and many have nothing to do with managing files, folders, and drives. A good tech should understand commands for manipulating processes and group policies. This clip is from the...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Working with Drives
Every CLI provides a complete set of tools to administer our mass storage drives. You will find tools to format and partition drives, scan for errors and correct them, and more. This clip is from the chapter "Working with the...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Working with Applications
This video covers these requirements, as well as some tips for using and troubleshooting applications. This clip is from the chapter "Maintaining and Optimizing Operating Systems" of the series "CompTIA A+ Certification Core 2...
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 - Creating the Home Controller
At the end of this video, you will be able to customize a home controller that indicates the state of the API. 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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Migrating ASP.NET Core 3.1 to ASP.NET 6.0 (Current)
This is a premium video on migrating your Web API and MVC Consume project into the latest and newly released current version of ASP.NET 6.0. The video describes how you could still easily migrate from 3.1 to 6.0 directly (as you have...
Curated Video
Learn Azure Serverless Functions in a Weekend - Developing Azure Functions in Local Functions App
This video helps you with developing Azure Functions in the local functions app. This clip is from the chapter "Azure Functions Local Development Environment" of the series "Learn Azure Serverless Functions in a Weekend".This section...
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
Learning GitHub Actions for DevOps CI/CD - Deploying Dockers with GitHub Actions
Learn how to deploy Docker containers using GitHub Actions in this video tutorial. This clip is from the chapter "Building, Pushing, and Deploying Docker Containers" of the series "Learning GitHub Actions for DevOps CI/CD".This section...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Continuous Integration
This video explains Continuous Integration (CI) from scratch. This clip is from the chapter "Continuous Integration and Continuous Deployment" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on Continuous...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Running Jobs on Self-Hosted Runner
This video explains and demonstrates running jobs on a self-hosted runner. This clip is from the chapter "GitHub Runners" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on GitHub runners.
Curated Video
Learning GitHub Actions for DevOps CI/CD - Adding a Self-Hosted Runner
This video demonstrates how to add a self-hosted runner. This clip is from the chapter "GitHub Runners" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on GitHub runners.
Curated Video
Learning GitHub Actions for DevOps CI/CD - Default GitHub Variables
This video explains the default GitHub variables and its use cases. This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on exploring the...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API: Product List / 104
This video discusses the context in React, a method to pass props from parent to child component(s) by storing the props in a store. We will create a "cart" context to store items in our shopping cart.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 086
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Authentication - II / 264
Firestore security rules can be evaluated using user authentication metadata, data from incoming queries, and existing data in your database.