Instructional Video2:21
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Dockers

Higher Ed
This video provides an introduction to Dockers.
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section,...
Instructional Video4:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Google Cloud CLI Setup

Higher Ed
In this video, we show you how to set up the Google Cloud CLI, guiding you through the installation process and demonstrating how to use the CLI to manage your GCP resources.
<
br/>
This clip is from the chapter "Get Started with...
Instructional Video6:05
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Microservice Architecture

Higher Ed
In this video, we dive into microservice architecture, discussing its benefits and challenges and exploring how to design and implement a microservice-based system.
<
br/>
This clip is from the chapter "Modern-Day Cloud Concepts" of...
Instructional Video6:37
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Scalability - Horizontal Versus Vertical Scaling

Higher Ed
This video discusses scalability in the context of horizontal versus vertical scaling, exploring the advantages and disadvantages of each method, and providing insights into when to choose one over the other.
<
br/>
This clip is...
Instructional Video4:54
Curated Video

Vue.js 3 and Firebase for Beginners - Real-Time Pizza Updates

Higher Ed
This video talks about how to add real-time pizza updates to the website as some updates are reflected immediately while others are not updated. So, we will make a few changes to the usePizza.js file to get real-time updates.
<
br/>...
Instructional Video5:46
Curated Video

Vue.js 3 and Firebase for Beginners - The NewPizza Object and Data Binding

Higher Ed
In this video, we will look at the NewPizza file and add some JavaScript. We will be making use of the script setup that we just looked at to add a new Pizza object, which we can structure for all the pizzas in our application.
<
br/>...
Instructional Video3:17
Curated Video

Linux Crash Course for Beginners - 2023 - What Is Linux?

Higher Ed
In this video, we will first understand what Linux is.
Instructional Video7:50
Curated Video

Building Microservices API in Go - Logger and AppError as Go Module

Higher Ed
In this video, you will learn how to extract the logger and AppError package from the existing banking project and create a Go module out of it. We will discuss best practices for creating reusable modules and how to integrate them...
Instructional Video2:25
Curated Video

Building Microservices API in Go - Introduction

Higher Ed
In this video, we will provide an overview of the advanced topics covered in this section. We will introduce the concepts and techniques that will be covered in the subsequent videos.
<
br/>
This clip is from the chapter "Advanced...
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.
<
br/>
This clip...
Instructional Video9:33
Curated Video

Building Microservices API in Go - Application Configuration

Higher Ed
In this video, you will learn how to manage application configuration using environment variables. We will discuss best practices for handling configuration in your application and how to securely store sensitive information such as...
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:49
Curated Video

Building Microservices API in Go - gorilla/mux

Higher Ed
In this video, we will explore the capabilities of the popular gorilla/mux library for routing in Go. We will cover topics such as its routing capabilities and how to use it to build more complex APIs with advanced routing...
Instructional Video7:59
Curated Video

Building Microservices API in Go - Refactoring and Go Modules

Higher Ed
In this video, we will focus on refactoring and structuring our application. We will introduce Go modules as a way to manage dependencies and improve code organization, including cleaning up our code and giving structure to our...
Instructional Video2:05
Curated Video

Building Microservices API in Go - Getting Started

Higher Ed
In this video, we will cover the necessary tools required for developing REST-based microservices APIs in Go, including setting up your development environment and understanding the tools that will be used throughout the course.
<
br/>...
Instructional Video3:31
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Separating Out Logic for Data in React Native

Higher Ed
This video is on separating out logic for data in React Native. You will learn how to refactor your code to separate business logic from presentation logic, as well as how to manage state and props in your components. By the end of the...
Instructional Video3:46
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Connection Database to the ChatGPT Project-Made App

Higher Ed
In this video, you will learn how to connect a database to your ChatGPT project-made app, covering the key steps to integrating your database with your application's user interface. The tutorial will also cover some common issues and...
Instructional Video7:41
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Formulate a Data Schema with ChatGPT for JSON Database Extraction

Higher Ed
This video will show you how to formulate a data schema with ChatGPT for JSON database extraction, covering the key components of a data schema and how to define relationships between different entities. By the end of the tutorial, you...
Instructional Video5:37
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - React Native Basic Hello World for Absolute Beginners - ChatGPT Project

Higher Ed
This video is a beginner's tutorial for creating a React Native "Hello World" application with the ChatGPT project, covering the basics of setting up a project, creating a component, and rendering it in the simulator or on a device. By...
Instructional Video7:22
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Overview for Beginners React Native Starter Code files for ChatGPT Project

Higher Ed
In this video, you will get an overview of the React Native starter code files for the ChatGPT project, covering the basic components and features you will need to start building your mobile application. The tutorial will walk you...
Instructional Video4:29
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - What Is React-Native for Beginners in Mobile Development

Higher Ed
This video is an introduction to React-Native for beginners in mobile development, providing an overview of the framework and its benefits. You will learn what React-Native is, how it differs from other mobile development frameworks, and...
Instructional Video10:51
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Build a Blueprint of the Mobile Application Tech Architecture with ChatGPT

Higher Ed
This video will show you how to build a blueprint of the tech architecture for your mobile application using ChatGPT, providing you with a solid foundation for your development process.
Instructional Video6:45
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Going Through the Final Product Using ChatGPT and React Native

Higher Ed
In this video, we will demonstrate the end results of building an Instagram-like app using ChatGPT and React Native.
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.