Curated Video
Football Shorts - Episode 29 BRITISH WORLD CUP BID
ENGLAND IS IN A STRONG POSITION TO BID FOR THE 2018 WORLD CUP FINALS. BRITISH PRIME MINISTER GORDON BROWN REITERATED HIS SUPPORT FOR A BID, SAYING ENGLAND WAS WELL PLACED IN TERMS OF STADIUMS AND GENERAL PUBLIC SUPPORT, SHOULD THE FA...
Curated Video
Football Shorts - Episode 24 ISREAL PREPARES TO MEET CROATIA
CROATIA WOULD BECOME THE FIRST TEAM TO PLAY IN ISRAEL SINCE SEPTEMBER. BECAUSE SECURITY HAD IMPROVED, EUROPEAN FOOTBALL'S GOVERNING BODY UEFA, HAD LIFTED A BAN ON INTERNATIONALS TAKING PLACE IN THE COUNTRY.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Deploy to Netlify
In this video, you will learn how to deploy the shopping list project to Netlify for hosting. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Understanding Authentication
This video explains authentication and why it is important. This clip is from the chapter "Website Authentication" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the process of website authentication.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Fullstack Workflow
In this video, we will go over the full-stack workflow and what we need to do in order to build a complete app with a backend and frontend. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Mongoose Connect and Dotenv
In this video, we will use the Mongoose library to connect to our MongoDB database. We will also use the dotenv library to manage our environment variables, such as the database connection string. This clip is from the chapter...
Curated Video
Modern JavaScript from the Beginning - Second Edition - url and querystring Modules
The url and querystring modules provide methods for working with URLs and query strings. In this video, we will explore the different methods available in these modules and how to use them to parse and manipulate URLs and query strings...
Curated Video
Concurrent and Parallel Programming in Python - Creating a Postgres Worker
In this lesson, we will create our instruction worker using a Postgres database.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline – Test and Deploy to Stage
This video adds unit tests for the Python code, deploys the application to a staging environment, and tests the deployments with user acceptance tests.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - AWS (Amazon Web Services)
This video explains AWS, which features a massive list of services for developers and cloud engineers to pick from. Each service is designed to take a portion of an application ecosystem. This clip is from the chapter "Cloud Platforms"...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Cloud Hosting with Heroku
This video explains Heroku, which is a cloud platform that enables developers to build, run, and operate applications entirely on cloud. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Cloud Platforms
This video explains the cloud platform, which is a suite of services made available by a provider. The most common service made available by cloud platforms is site and application hosting and, in recent years, has expanded to a wide...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Model Deployment Flow Using Python SDK
In this lab video, you will learn how to deploy a custom-trained model using the Vertex AI Python SDK. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud...
Curated Video
Linux Crash Course for Beginners - 2023 - Network Files and Commands
In this video, you will learn about network files and commands such as ping, ifconfig, netstat, tcpdump, and networking config.
Curated Video
Linux Crash Course for Beginners - 2023 - Basic Shell Scripts
In this video, you will learn some basics commands of shell scripts such as echo, cut, awk, and more.
Curated Video
Linux Crash Course for Beginners - 2023 - System Maintenance Commands
In this video, you will learn about system maintenance commands such as shutdown, reboot, halt, and init.
Curated Video
Linux Crash Course for Beginners - 2023 - System Utility Commands
In this video, you will learn system utility commands such as date, uptime, hostname, uname, which, cal, and bc.
Curated Video
Linux Crash Course for Beginners - 2023 - Finding System Information
In this video, you will learn the commands that can be used to find the system information, such as umami, cat /etc/redhat-release, cat /etc/*rel*, dmid.
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 - 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 - Download and Install Linux (CentOS 8)
In this video, you will learn how to download and install Linux operating system CentOS 8 stream.
Curated Video
Linux Network Administration - Tracing Network Traffic - Traceroute
This video explains how to troubleshoot any network issue in the environment using traceroute.
Curated Video
Linux Network Administration - Hostname and IP Lookup
This video explains how to find the IP address if you have the hostname.
Curated Video
Linux Network Administration - rsync - Remote Synchronization
This video explains rsync, which stands for remote synchronization and is used to transfer or copy files from one machine to another.