Curated Video
Modern JavaScript from the Beginning - Second Edition - Fetch Options - Method, Body Headers
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....
Curated Video
Modern JavaScript from the Beginning - Second Edition - Deploy to Netlify
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Document Element Properties
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Testing Authentication
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Deploying a Fullstack App
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...
Curated Video
Building Microservices API in Go - Unit Testing: Testing Services
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...
Curated Video
Building Microservices API in Go - New Bank Account: Part 1
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...
Curated Video
Building Microservices API in Go - Data Transfer Object
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....
Curated Video
Building Microservices API in Go - Sqlx
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...
Curated Video
Building Microservices API in Go - Assignment Solution: Enhance GetAllCustomers API
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...
Curated Video
Building Microservices API in Go - Assignment Solution: Fix GetAllCustomers API
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...
Curated Video
Building Microservices API in Go - Implementing Hexagonal Architecture
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...
Curated Video
Building Microservices API in Go - Introduction to Hexagonal Architecture
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Auth0 Stratget and Implementation with Express and Passport
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Auth0 with Express and Passport
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Endpoints
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - What's New on the SAA-C03 Exam?
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Analytics Engines
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Simple Workflow (SWF)
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Configuring Route 53 Lab
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - DNS
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.
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding Insecure HTTP Web Pages
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...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding SQL Syntax Errors
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet Server-Side
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.