Instructional Video4:52
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Python App Deployment in a Flexible Environment

Higher Ed
In this lab video, we will be exploring how to deploy a Python application in a flexible environment on Google Cloud platform using App Engine. This clip is from the chapter "Google App Engine - For Serverless Applications" of the series...
Instructional Video3:55
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Traffic Splitting in App Engine

Higher Ed
In this video, we demonstrate how to perform traffic splitting in Google App Engine, showing you how to split incoming traffic between multiple versions of your application using the App Engine Console and the gcloud CLI. This clip is...
Instructional Video5:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 2

Higher Ed
This video is the second part of a two-part tutorial on deploying a Python application to Google App Engine. This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model Deployments...
Instructional Video5:06
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 1

Higher Ed
This video is the first part of a two-part tutorial on deploying a Python application to Google App Engine. This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model Deployments and...
Instructional Video9:47
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Continuous Deployment Using Cloud Build and GitHub

Higher Ed
In this video, we guide you through the process of setting up continuous deployment for your application using Cloud Build and GitHub, demonstrating how to configure Cloud Build to automatically build and deploy your application every...
Instructional Video19:42
Curated Video

Linux Crash Course for Beginners - 2023 - Processes and Jobs

Higher Ed
In this video, you will learn about processes and jobs commands such as systemctl, ps, top, kill, crontab, and at.
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 into...
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 Video19:11
Curated Video

Building Microservices API in Go - Unit Testing: Testing Routes

Higher Ed
In this video, we will explore the responsibilities of components for unit testing and discuss the differences between mocks and stubs. You will learn how to generate mocks and rewire our application using mocks for unit testing routes....
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 Video11:35
Curated Video

Building Microservices API in Go - Error Handling Part 1

Higher Ed
In this video, we will cover error handling in our application, including retrieving a single customer from the server-side and handling errors that may occur. 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 Video4:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Java Modularization - 04 - a Quick Review

Higher Ed
In this video, Let's look at some important points to remember about modularization.
Instructional Video8:59
Instructional Video5:07
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Exploring Spring Framework Stereotype Annotations - Component and more

Higher Ed
In this video, you will learn about the stereotype annotations in the Spring framework, such as @Component, @Repository, and @Service. You will see how these annotations can be used to simplify your code and improve its readability.
Instructional Video8:24
Curated Video

Chatbots Development with Amazon Lex - Integration with Boto

Higher Ed
In this lesson, we will discuss deploying our chatbot using code. We will not use a built-in application such as Twilio; instead, we will use a Python library, Boto.
Instructional Video4:06
Curated Video

Chatbots Development with Amazon Lex - Framework of Lex

Higher Ed
In this lecture, we will discuss the framework of Amazon Lex and how it functions. We will look at the operation cycle of the Amazon chatbot.
Instructional Video5:06
Curated Video

Chatbots Development with Amazon Lex - Overview of AWS

Higher Ed
In this lecture, we will look at Amazon Web Services, which is the most comprehensive and widely adopted web service. We will also discuss its functionality, Amazon Community, security, innovation pace, operational expertise, and more.
Instructional Video2:56
Curated Video

Chatbots Development with Amazon Lex - Benefits of Amazon Lex

Higher Ed
Here, we will discuss the benefits of using Lex bot, including seamless deployment and scaling, built-in integration with AWS, input technologies, cost-effectiveness, and simplicity.
Instructional Video4:55
Curated Video

Chatbots Development with Amazon Lex - Salient Features of AWS

Higher Ed
Let's understand the salient features of AWS, including pricing, flexibility, and scalability, global architecture, PaaS services, reliability, scheduling, customization, and security.
Instructional Video7:34
Curated Video

Chatbots Development with Amazon Lex - Services of AWS

Higher Ed
This video outlines the various services provided by AWS, including more than 200 services, AWS Compute, AWS Storage, AWS Database, AWS Migration, API Gateway, cloud management services, WAF and shield, elastic transcoder, and more.
Instructional Video4:04
Curated Video

Chatbots Development with Amazon Lex - Module 1 Overview

Higher Ed
In this video, we will discuss the concepts covered in this module, including Amazon Web Services, the web services that Amazon provides, how we can use these services, and the benefits of AWS, apart from the salient features of AWS.
Instructional Video8:24
Curated Video

Linux Network Administration - chronyd - newer Version of NTP

Higher Ed
This video explains the chronyd daemon, the latest daemon that is used nowadays to replace the NTP daemon.