Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Python App Deployment in a Flexible Environment
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Traffic Splitting in App Engine
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 2
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 1
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Continuous Deployment Using Cloud Build and GitHub
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...
Curated Video
Linux Crash Course for Beginners - 2023 - Processes and Jobs
In this video, you will learn about processes and jobs commands such as systemctl, ps, top, kill, crontab, and at.
Curated Video
Building Microservices API in Go - Logger and AppError as Go Module
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...
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 - Unit Testing: Testing Routes
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....
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 - Error Handling Part 1
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...
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
Learn Java from Scratch - A Beginner's Guide - Step 07 - Java Modularization - 04 - a Quick Review
In this video, Let's look at some important points to remember about modularization.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Modularization - 03 - Splitting Service and Consumer into Modules
In this video, we will create modules for the service and consumer project.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Exploring Spring Framework Stereotype Annotations - Component and more
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.
Curated Video
Chatbots Development with Amazon Lex - Integration with Boto
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.
Curated Video
Chatbots Development with Amazon Lex - Framework of Lex
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.
Curated Video
Chatbots Development with Amazon Lex - Overview of AWS
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.
Curated Video
Chatbots Development with Amazon Lex - Benefits of Amazon Lex
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.
Curated Video
Chatbots Development with Amazon Lex - Salient Features of AWS
Let's understand the salient features of AWS, including pricing, flexibility, and scalability, global architecture, PaaS services, reliability, scheduling, customization, and security.
Curated Video
Chatbots Development with Amazon Lex - Services of AWS
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.
Curated Video
Chatbots Development with Amazon Lex - Module 1 Overview
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.
Curated Video
Linux Network Administration - chronyd - newer Version of NTP
This video explains the chronyd daemon, the latest daemon that is used nowadays to replace the NTP daemon.