Curated Video
Hands-On Continuous Integration and Automation with Jenkins - CI Workflow
This video shows the CI workflow, introduces the Maven build tool, and implements the first phase of the CI workflow.
Curated Video
Vue.js 3 and Firebase for Beginners - What Is Firebase?
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Modifier Function
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database
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.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - OAuth and OpenID Connect
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Authentication (AuthN)
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Get Comfortable with Basics of gcloud CLI
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Set Up GCP Trial Account
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Firebase Rules
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...
Curated Video
Linux Crash Course for Beginners - 2023 - File Ownership Commands
In this video, you will learn how files and directories are owned and how we can change their ownership.
Curated Video
Linux Crash Course for Beginners - 2023 - Connect Linux VM Through Putty
In this video, you will learn how to access our Linux machine through Putty.
Curated Video
Linux Crash Course for Beginners - 2023 - Option 2 - Linux Installation on Cloud
In this video, you will learn how to install the system on a cloud, which is our second option for lab design.
Curated Video
Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 9)
In this video, you will learn how to download and install Linux operating system CentOS 9 stream.
Curated Video
Linux Crash Course for Beginners - 2023 - Lab Design
In this video, we will go through our lab design that we will be using throughout the course.
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 - Auth Server: Verify API
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...
Curated Video
Building Microservices API in Go - Auth Server: Login API
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...
Curated Video
Building Microservices API in Go - JWT Tokens
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...
Curated Video
Building Microservices API in Go - Assignment Solution: Make a Transaction in Bank Account
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...
Curated Video
Building Microservices API in Go - New Bank Account: Part 2
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...
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 - Assignment 3: Make a Transaction in Bank Account
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Building Out a Mobile Application with ChatGPT from Scratch - Problem Solving
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.
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Deploy the Instagram Feed App to Your Phone
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.