Instructional Video6:29
Packt

Hands-On Continuous Integration and Automation with Jenkins - What Is Pipeline as Code?

Higher Ed
This video explains what Pipeline as Code means, how pipelines are implemented in Jenkins 2, and what are the benefits of using Pipelines. • Explain Pipeline as Code • How pipelines are implemented in Jenkins 2 • Benefits of using...
Instructional Video8:20
Packt

Hands-On Continuous Integration and Automation with Jenkins - Overview

Higher Ed
This video gives an introduction to AWS, explains the master/slave architecture on Jenkins, and illustrates the outcome of this section’s practical part. • Introduce to AWS • Understand the master/slave architecture in Jenkins • Learn...
Instructional Video15:49
Packt

Hands-On Continuous Integration and Automation with Jenkins - Create Resources on AWS

Higher Ed
This video introduces AWS resources and jargon and shows how to create a VPC and security group and launch an EC2 instance. • Introduce AWS jargon • Create a VPC and a security group • Launch an EC2 instance This clip is from the chapter...
Instructional Video11:43
Packt

Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline – Test and Deploy to Stage

Higher Ed
This video adds unit tests for the Python code, deploys the application to a staging environment, and tests the deployments with user acceptance tests. • Add steps to the pipeline • Analyze unit and user acceptance tests • Deploy to a...
Instructional Video10:40
Packt

Hands-On Continuous Integration and Automation with Jenkins - Install Jenkins on AWS

Higher Ed
This video shows how to assign an Elastic IP address to an EC2 instance, access an EC2 instance via ssh, and install Jenkins on AWS. • Assign elastic IP address • Access EC2 instance via ssh • Install Jenkins on AWS This clip is from the...
Instructional Video5:35
Packt

Hands-On Continuous Integration and Automation with Jenkins - What Is Blue Ocean?

Higher Ed
This video explains what is Blue Ocean, which advantages it brings, and its main features. • What is Blue Ocean • See the advantages of Blue Ocean • Overview of Blue Ocean This clip is from the chapter "Blue Ocean" of the series...
Instructional Video6:06
Packt

Hands-On Continuous Integration and Automation with Jenkins - Install Jenkins with Docker

Higher Ed
This video shows how to install Jenkins with Docker. • Describe what is Docker • Install Jenkins with Docker This clip is from the chapter "Install Jenkins" of the series "Hands-On Continuous Integration and Automation with Jenkins".In...
Instructional Video5:04
Packt

Hands-On Continuous Integration and Automation with Jenkins - Install Jenkins on Windows

Higher Ed
This video shows how to install Jenkins on Windows. • Describe options to install Jenkins on Windows • Download the Windows package installer • Install from package installer This clip is from the chapter "Install Jenkins" of the series...
Instructional Video4:13
Packt

Hands-On Continuous Integration and Automation with Jenkins - Install Jenkins on macOS

Higher Ed
This video shows how to install Jenkins on macOS. • Describe options to install Jenkins on macOS • Install Jenkins using brew This clip is from the chapter "Install Jenkins" of the series "Hands-On Continuous Integration and Automation...
Instructional Video5:19
Packt

Hands-On Continuous Integration and Automation with Jenkins - Install Jenkins on Linux

Higher Ed
This video shows how to install Jenkins on Linux. • Describe options to install Jenkins on Linux distributions • Install Jenkins on Ubuntu This clip is from the chapter "Install Jenkins" of the series "Hands-On Continuous Integration and...
Instructional Video3:08
Packt

Hands-On Continuous Integration and Automation with Jenkins - Install Blue Ocean

Higher Ed
This video installs Blue Ocean and shows how to access it. • Install Blue Ocean • Access Blue Ocean • Switch between Blue Ocean and classic UI This clip is from the chapter "Blue Ocean" of the series "Hands-On Continuous Integration and...
Instructional Video13:36
Packt

Hands-On Continuous Integration and Automation with Jenkins - Docker Commands

Higher Ed
This video shows the Dockerfile used by the CD pipeline, the Python code of the web application, and Docker commands to build an image and run a container. • Learn what a Dockerfile is • Python code of the web application • Docker...
Instructional Video11:16
Packt

Hands-On Continuous Integration and Automation with Jenkins - Create a Multibranch Pipeline with Blue Ocean

Higher Ed
This video shows how to create, configure, and run a multibranch pipeline using Blue Ocean’s visual editor. • Create a multi branch pipeline • Create a personal access token • Run and visualize the pipeline This clip is from the chapter...
Instructional Video17:21
Packt

Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline – Build and Deploy to Dev

Higher Ed
This video shows how to create a pipeline job in Jenkinsfile and how to create a Jenkinsfile with steps to build a web application and de-ploy it to a development environment. • Jenkinsfilewith steps to build and deploy to dev • Create...
Instructional Video7:57
Packt

Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline – Approve and Deploy to Live

Higher Ed
This video completes the CD pipeline with a step to manually approve the deployment and deploy to the live environment and shows additional resources to write pipeline scripts. • Add step to approve deployment • Deploy and test the live...
Instructional Video3:11
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - Introducing our Hands-On Case Study: Cadabra.com

Higher Ed
This video presents the case study on Cadabra.com. This clip is from the chapter "Introduction" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, you will be introduced to the course and its objectives.
Instructional Video17:49
APMonitor

Analyze Stock Data with Microsoft Excel

10th - Higher Ed
Visualization of data is a powerful method to see trends and make decisions. Microsoft Excel trending capabilities are tools to visualize large data sets, such as financial information on company performance.
Instructional Video12:06
APMonitor

Data Science 🐍 Statistical Analysis

10th - Higher Ed
Once data is read into Python, a first step is to analyze the data with summary statistics. This is especially true if the data set is large. Summary statistics include the count, mean, standard deviation, maximum, minimum, and quartile...
Instructional Video1:51
Visual Learning Systems

Your Science Fair Project: the Importance of Data

9th - 12th
The scientific method is the foundation of work for scientists. In this video the scientific method is explained in detail serving as the basis for your science fair project. The process of creating a science fair project along with...
Instructional Video14:48
Global Health with Greg Martin

R programming for beginners – statistic with R (t-test and linear regression) and dplyr and ggplot

Higher Ed
In this video I provide a tutorial on some statistical analysis (specifically using the t-test and linear regression). I also demonstrate how to use dplyr and ggplot to do data manipulation and data visualisation. Its R programming for...
Instructional Video5:48
Catalyst University

NO BS: Independent t-Test Excel Tutorial

Higher Ed
NO BS: Independent t-Test Excel Tutorial
Instructional Video3:29
R Programming 101

R programming for beginners - Why you should use R

Higher Ed
R programming is typically used to analyze data and do statistical analysis. In this video, I talk about why R is a better option than other statistical packages and software options (including SPSS, STATA, SAS etc.) I also give a short...
Instructional Video7:23
Catalyst University

Non-linear Regression Analysis in Microsoft Excel

Higher Ed
Non-linear Regression Analysis in Microsoft Excel
Instructional Video6:29
Python Programmer

EDA Python - 10-1_Dictionaries

Higher Ed
Dictionaries are an essential data structure for data analysis. We explain what they are in this video.