Instructional Video12:54
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Testing Workflow

Higher Ed
This video explains the different types of tests and implements the testing part of the CI workflow.
Instructional Video10:58
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - CI Workflow

Higher Ed
This video shows the CI workflow, introduces the Maven build tool, and implements the first phase of the CI workflow.
Instructional Video6:59
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Extend Your Jenkins Job

Higher Ed
This video shows how to extend the job created in video 2.3.
Instructional Video4:58
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Create Your First Jenkins Job

Higher Ed
This video is a step-by-step guide to create your first Jenkins job.
Instructional Video6:20
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Job Configuration

Higher Ed
This video explores configuration options in a job.
Instructional Video4:04
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - The Course Overview

Higher Ed
This video gives an overview of the entire course.
Instructional Video3:59
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Is a Smart Contract - Solidity

Higher Ed
In this video, we will dive into the concept of smart contracts and how they work in the context of the Solidity programming language. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series "The...
Instructional Video11:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Convert an Exponential Solution to a Linear Solution

Higher Ed
In this video, we will discuss the solution to the exercise on converting an exponential solution to a linear solution from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of...
Instructional Video13:18
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Generate Missing Letters Between Characters in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on how to generate missing letters between characters in JavaScript. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series...
Instructional Video10:39
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Chunking Arrays into Subgroups and Subarrays

Higher Ed
In this video, we will discuss the solution to the exercise on chunking arrays into subgroups and subarrays from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video8:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Debug and Problem-Solve Step-by-Step - Iterative Optimization Anagrams

Higher Ed
Debugging and problem-solving are crucial skills for any programmer. It is common to encounter issues while writing code, especially when working with complex problems. In this video, we will go through the process of debugging and...
Instructional Video9:03
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - I

Higher Ed
In this video, you will learn about the for loop in JavaScript, which allows you to repeat a block of code a specified number of times. You will explore the basic syntax of a for loop, which includes a loop variable, a condition, and an...
Instructional Video7:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Palindrome - Interview Question in JavaScript

Higher Ed
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward. In this video, we will discuss an interview question related to palindromes in JavaScript. We will go over what palindromes...
Instructional Video4:13
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - charChodeAt and fromCharCode with JavaScript

Higher Ed
In JavaScript, the charCodeAt() method is used to return the Unicode of the character at a specified index in a string. The fromCharCode() method, on the other hand, is used to create a string from a sequence of Unicode values. In this...
Instructional Video7:59
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Build an Array Calculator

Higher Ed
In this video, we will discuss the solution to the exercise on building an array calculator from the previous video. Here, you will complete the first phase of building the array calculator. This clip is from the chapter "Algorithms and...
Instructional Video3:39
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Use the Splice Method to Decode the Mystery

Higher Ed
This is an exercise video where you will use the splice method to decode the mystery. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video2:30
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Accessing City Weather Data Array

Higher Ed
This is an exercise video where you will be accessing city weather data array. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video4:19
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Accessing Arrays with Bracket Notation - Example 2

Higher Ed
In this video, you will see one more example on how to access the array using bracket notation in JavaScript. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero...
Instructional Video8:52
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Indexing Values in Arrays with JavaScript

Higher Ed
In this video, you will learn how to access specific values in arrays using their index number in JavaScript. By the end of the video, you should have a solid understanding of how to use indexing to work with arrays in JavaScript. This...
Instructional Video6:31
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Complex and Multi-Dimensional Arrays in JavaScript

Higher Ed
In this video, you will learn about complex and multi-dimensional arrays in JavaScript. You will understand how to declare and work with arrays that contain arrays as elements, commonly referred to as multi-dimensional arrays. This clip...
Instructional Video8:18
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - If Else Statements in JavaScript and (in) Equality Operators

Higher Ed
In this video, you will learn about the if…else statement in JavaScript, which allows you to control the flow of your code based on different conditions. You will explore how to use comparison and equality operators. This clip is from...
Instructional Video7:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Global Versus Local Scope in Functions with JavaScript

Higher Ed
In this video, you will learn about the concept of scope in JavaScript functions. You will explore how variables declared inside a function have local scope, meaning they can only be accessed within that function, while variables...
Instructional Video3:53
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Functions in JavaScript - Part I

Higher Ed
In this video, you will learn about functions in JavaScript, which are one of the fundamental building blocks of programming. You will explore the basic syntax of functions and learn how to define and call functions in your code. This...
Instructional Video5:01
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - What Is Concatenating in JavaScript - Concatenation

Higher Ed
This is a solution video where you will learn about concatenation in JavaScript, which is the process of joining together two or more strings to create a single, larger string. This clip is from the chapter "Introduction to Programming...