Instructional Video10:58
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - CI Workflow

Higher Ed
This video shows the CI workflow, introduces the Maven build tool, and implements the first phase of the CI workflow.
Instructional Video1:49
Curated Video

Vue.js 3 and Firebase for Beginners - What Is Firebase?

Higher Ed
Firebase is a service provided by Google for websites, applications, and games. Many of these need services such as authentication, storage, hosting, and a database too. It provides developers with a variety of tools and services to help...
Instructional Video4:47
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Modifier Function

Higher Ed
In this video, we will discuss the solution to the exercise on the modifier function from the previous video. This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete Solidity Course - Zero to...
Instructional Video6:17
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database

Higher Ed
This video explains Heroku with a database. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and cloud hosting with Heroku.
Instructional Video5:04
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - OAuth and OpenID Connect

Higher Ed
This video explains OAuth is a system that grants third-party websites limited access to user accounts. OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol. This clip is from the chapter "Authentication and...
Instructional Video11:10
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Authentication (AuthN)

Higher Ed
This video explains AuthN, which helps upgrade an application to allow it to collect information and validate WHO the user is. This clip is from the chapter "Authentication and Authorization" of the series "Web Development Concepts for...
Instructional Video8:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Get Comfortable with Basics of gcloud CLI

Higher Ed
This video is designed to help you become familiar with the basics of the gcloud CLI, providing you with a comprehensive overview of its main features and showing you how to use them to perform common tasks and manage your GCP resources...
Instructional Video3:37
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Set Up GCP Trial Account

Higher Ed
In this video, we show you how to set up a GCP trial account, walking you through the process step-by-step and providing tips on how to make the most of your trial. This clip is from the chapter "Get Started with Google Cloud" of the...
Instructional Video17:10
Curated Video

Vue.js 3 and Firebase for Beginners - Firebase Rules

Higher Ed
In this video, the author talks about increasing the security of our application on the database side. It will help us add some database rules to determine who can do what. We can set who can read, update, and delete data from our...
Instructional Video11:36
Curated Video

Linux Crash Course for Beginners - 2023 - File Ownership Commands

Higher Ed
In this video, you will learn how files and directories are owned and how we can change their ownership.
Instructional Video5:05
Curated Video

Linux Crash Course for Beginners - 2023 - Connect Linux VM Through Putty

Higher Ed
In this video, you will learn how to access our Linux machine through Putty.
Instructional Video8:05
Curated Video

Linux Crash Course for Beginners - 2023 - Option 2 - Linux Installation on Cloud

Higher Ed
In this video, you will learn how to install the system on a cloud, which is our second option for lab design.
Instructional Video13:26
Curated Video

Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 9)

Higher Ed
In this video, you will learn how to download and install Linux operating system CentOS 9 stream.
Instructional Video2:47
Curated Video

Linux Crash Course for Beginners - 2023 - Lab Design

Higher Ed
In this video, we will go through our lab design that we will be using throughout the course.
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 Video16:49
Curated Video

Building Microservices API in Go - Auth Server: Verify API

Higher Ed
In this video, we will introduce a middleware component for verifying API authorization using the token. We will cover best practices for implementing token-based authentication and authorization in our application, ensuring the security...
Instructional Video14:26
Curated Video

Building Microservices API in Go - Auth Server: Login API

Higher Ed
In this video, we will implement the authentication server and focus on the implementation of the login API. We will cover topics such as user roles, defining role-based access control, and generating tokens after successful...
Instructional Video8:14
Curated Video

Building Microservices API in Go - JWT Tokens

Higher Ed
In this video, we will introduce JWT tokens and discuss how to store claims inside the token. We will also cover the concept of token validity and discuss best practices for managing JWT tokens in our application. This clip is from the...
Instructional Video8:36
Curated Video

Building Microservices API in Go - Assignment Solution: Make a Transaction in Bank Account

Higher Ed
In this solution video, we will work on the solution for the assignment on making a transaction in a bank account. We will review the implementation and discuss best practices for handling transactions, error handling, and ensuring data...
Instructional Video23:14
Curated Video

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

Higher Ed
In this video, we will continue building the new bank account feature in our banking application. We will focus on the implementation of the POST verb and incoming request validation for creating a new bank account. We will also discuss...
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 Video1:33
Curated Video

Building Microservices API in Go - Assignment 3: Make a Transaction in Bank Account

Higher Ed
In this assignment video, we will tackle a real-world scenario of making a transaction in a bank account. We will write an API to create a new transaction for an existing customer, including validation of transaction types, amount, and...
Instructional Video5:45
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Building Out a Mobile Application with ChatGPT from Scratch - Problem Solving

Higher Ed
In this video, you will learn how to build a mobile application with ChatGPT from scratch while focusing on problem-solving techniques that will help you overcome any challenges you may encounter along the way.
Instructional Video2:51
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Deploy the Instagram Feed App to Your Phone

Higher Ed
In this video, we will go through the steps of deploying the Instagram feed app we built in React Native to our phones. By the end of this video, you will have a fully functional Instagram feed app running on your own phone.