Instructional Video15:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Fetch Options - Method, Body Headers

Higher Ed
In this video, we will explore the various options available when making a Fetch request, including the HTTP method, request body, and request headers. We will also cover how to set and use custom headers, such as authentication tokens....
Instructional Video5:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - Deploy to Netlify

Higher Ed
In this video, you will learn how to deploy the shopping list project to Netlify for hosting. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Instructional Video14:23
Curated Video

Modern JavaScript from the Beginning - Second Edition - Document Element Properties

Higher Ed
This video covers the properties of the document object, which represents the entire HTML document. It explains how to access and manipulate properties such as the document title, URL, and body. This clip is from the chapter "DOM...
Instructional Video6:31
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Testing Authentication

Higher Ed
This video explains testing the authentication to see the whole user experience. This clip is from the chapter "Website Authentication" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the process of...
Instructional Video8:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Deploying a Fullstack App

Higher Ed
Finally, in this video, we will go over the process of deploying a full-stack application to a server. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
Instructional Video21:04
Curated Video

Building Microservices API in Go - Unit Testing: Testing Services

Higher Ed
In this video, we will focus on unit testing services and mocking server-side components. You will learn how to effectively write unit tests for services and improve the readability of our code through refactoring after the tests. We...
Instructional Video14:55
Curated Video

Building Microservices API in Go - New Bank Account: Part 1

Higher Ed
In this video, we will dive into the implementation of a new bank account feature in our banking application. We will discuss the concept of domain and secondary ports, and how to implement them in our application design to ensure...
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 application....
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. This clip is from the chapter "Application...
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. This clip is from the chapter "Application Development" of the...
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. This clip is from the chapter "Application Development" of the series...
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. This clip...
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. This clip is from the chapter "Application...
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. 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...
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. 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 in detail.
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. 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 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. This clip is from the chapter "Web Application Security Testing with Google Hacking" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This...
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.