Instructional Video10:45
Curated Video

Building Microservices API in Go - Data Transfer Object

Higher Ed
In this video, we will explore the concept of Data Transfer Objects (DTOs) and how they can help decouple the domain from the application layer. We will discuss the benefits of using DTOs and how to implement them in your...
Instructional Video11:36
Curated Video

Building Microservices API in Go - Sqlx

Higher Ed
In this video, we will introduce Sqlx, a popular library for database operations in Go, and demonstrate how to refactor our server-side layer to use Sqlx for improved database interactions.
<
br/>
This clip is from the chapter...
Instructional Video7:33
Curated Video

Building Microservices API in Go - Assignment Solution: Enhance GetAllCustomers API

Higher Ed
In this solution video, we will review the solution for the Enhance GetAllCustomers API assignment and discuss the best practices for implementing the required functionality.
<
br/>
This clip is from the chapter "Application...
Instructional Video2:56
Curated Video

Building Microservices API in Go - Assignment Solution: Fix GetAllCustomers API

Higher Ed
In this solution video, we will review the solution for the GetAllCustomers API assignment and discuss the best practices for implementing the required functionality.
<
br/>
This clip is from the chapter "Application Development" of...
Instructional Video15:33
Curated Video

Building Microservices API in Go - Implementing Hexagonal Architecture

Higher Ed
In this video, we will take a practical approach to implement the hexagonal architecture in our banking application, starting with setting up the application structure and understanding the key components of the architecture.
<
br/>...
Instructional Video6:36
Curated Video

Building Microservices API in Go - Introduction to Hexagonal Architecture

Higher Ed
In this video, we will explore the principles and concepts of hexagonal architecture, including ports and adapters, and how it can be used to design flexible and maintainable applications in Go.
<
br/>
This clip is from the chapter...
Instructional Video9:37
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Auth0 Stratget and Implementation with Express and Passport

Higher Ed
In this video, you will see Auth0 Stratget and implementation with Express and Passport.
<
br/>
This clip is from the chapter "Auth0" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This...
Instructional Video3:53
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Auth0 with Express and Passport

Higher Ed
This video helps you with setting up Auth0 with Express and Passport.
<
br/>
This clip is from the chapter "Auth0" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on Auth0...
Instructional Video6:58
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Endpoints

Higher Ed
What if you want services to access other services indirectly? You can use endpoints. Unlike the traditional term in networking, AWS uses the term endpoint to refer to something different. This video explains how AWS uses the term.
Instructional Video9:38
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - What's New on the SAA-C03 Exam?

Higher Ed
What's new on the updated version of the AWS Solutions Architect - Associate (SAA-C03) exam? Tom discusses the additional tools and technologies you will need to know.
Instructional Video11:02
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Analytics Engines

Higher Ed
AWS provides several services for analytics, including CloudSearch, ElasticSearch Service, Data Pipeline, AWS Glue, QuickSight and Athena. This video provides a quick tour of these services for the solutions architect.
Instructional Video6:47
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Simple Workflow (SWF)

Higher Ed
Workflow management allows you to have logic in a processing flow. For example, you may want to do one thing if A is true and another thing if B is true. AWS Simple Workflow (SWF) allows you to implement such workflows.
Instructional Video12:59
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Configuring Route 53 Lab

Higher Ed
Do you need to manage DNS solutions within your AWS cloud? If so, Route 53 is the tool you will use. This video explores the capabilities and features of Route 53.
Instructional Video14:24
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - DNS

Higher Ed
As you begin to explore DNS in AWS, it is important to first grasp what DNS is and how it works. In this video, you will explore the basic operations and capabilities of DNS, including name resolution and DNS services.
Instructional Video3:13
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding Insecure HTTP Web Pages

Higher Ed
This video talks about how to find insecure HTTP web pages using Google Hacking.
<
br/>
This clip is from the chapter "Web Application Security Testing with Google Hacking" of the series "Web Hacker's Toolbox - Tools Used by...
Instructional Video3:56
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding SQL Syntax Errors

Higher Ed
This video talks about how to find SQL syntax errors using Google Hacking.
<
br/>
This clip is from the chapter "Web Application Security Testing with Google Hacking" of the series "Web Hacker's Toolbox - Tools Used by Successful...
Instructional Video10:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet Server-Side

Higher Ed
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.
Instructional Video7:40
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Security Policies

Higher Ed
NTFS permissions control files and folders, but there are plenty of other resources that need control. Security policies control factors such as login attempts, printer access, and password length/complexity.
<
br/>
This clip is...
Instructional Video12:02
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Managing Users and Groups

Higher Ed
Every version of Windows has some utility to create, maintain, and remove users and groups from a system. Local Users and Groups give the most granular settings, but for quick setup, you can always add and edit accounts in the User...
Instructional Video4:43
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Windows 11 Editions and Features

Higher Ed
There are important differences between Windows 11 Home, Pro, Pro for Workstations, and Enterprise. This video reviews the versions and feature differences.
<
br/>
This clip is from the chapter "Installing and Upgrading Operating...
Instructional Video7:38
Curated Video

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

Higher Ed
In this video, we will look at why Microsoft Windows is so dominant on desktop systems.
<
br/>
This clip is from the chapter "The Visible Computer" of the series "CompTIA A+ Certification Core 2 (220-1102)".This section explains the...
Instructional Video24:09
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Account Takeover through Clickjacking – Part 1

Higher Ed
This is the first of the two-part video that demonstrates the actual attack where you would take control of the account with the help of Clickjacking.
<
br/>
This clip is from the chapter "Full-Stack Attacks on Modern Web...
Instructional Video18:13
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - AngularJS: Template Injection and $scope Hacking – Part 2

Higher Ed
This is the second of the two-part video that demonstrates Template Injection and $scope Hacking that uses AngularJS.
<
br/>
This clip is from the chapter "Hacking AngularJS Applications" of the series "Web Hacking Expert ...
Instructional Video16:39
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Bypassing CSP through Polyglot File

Higher Ed
This video explains bypassing CSP through polyglot file.
<
br/>
This clip is from the chapter "Bypassing Content Security Policy in Modern Web Applications" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".This...