Instructional Video9:34
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Reset

Higher Ed
This video explains Git Reset, which is a powerful command that is used to undo local changes to the state of a Git repo.
<
br/>
This clip is from the chapter "Other: Squash, Revert, and Reset" of the series "Git and GitHub...
Instructional Video6:58
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Squash

Higher Ed
This video explains Git Squash. To “squash” in Git means to combine multiple commits into one.
<
br/>
This clip is from the chapter "Other: Squash, Revert, and Reset" of the series "Git and GitHub Masterclass - The Practical...
Instructional Video9:52
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Rebase Merge Conflict

Higher Ed
This video explains rebase merge conflict.<br<br/>/>

This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
Instructional Video13:52
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Rebase Introduction

Higher Ed
This video introduces you to Git rebase.<br<br/>/>

This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
Instructional Video2:57
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes from GitHub

Higher Ed
This video explains pull changes from GitHub.<br<br/>/>

This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains the merge conflict and how to solve one.
Instructional Video8:36
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Solving: Merge Conflict

Higher Ed
This video explains how to solve the merge conflict in Git.
<
br/>
This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains the merge conflict and how...
Instructional Video10:37
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes and Merge Branch

Higher Ed
This video explains pull changes and merge branch.<br<br/>/>

This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
Instructional Video15:17
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Feature Branch

Higher Ed
The Git feature branch workflow is a composable workflow that can be leveraged by other high-level Git workflows.
<
br/>
This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical...
Instructional Video12:35
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Stash

Higher Ed
This video explains Git Stash, which is used when you want to record the current state of the working directory and the index but want to go back to a clean working directory.
<
br/>
This clip is from the chapter "Other: Diff,...
Instructional Video16:04
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Commit Timeline

Higher Ed
This video explains the commit timeline on GitHub.
<
br/>
This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git lifecycle and how to push...
Instructional Video12:03
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Lifecycle In-Depth

Higher Ed
This video explains the Git lifecycle in detail.
<
br/>
This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git lifecycle and how to push...
Instructional Video16:28
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Practice: Common Commands

Higher Ed
This video explains some common commands that we have discussed earlier such as Git status, Git commit, and so on.
<
br/>
This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The...
Instructional Video13:22
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers.
<
br/>
This clip is from the chapter "Natural Language Processing...
Instructional Video19:30
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Demo of the Long-Distance Problem

Higher Ed
In this video, we will understand how LSTMs work for resolving a long-distance problem.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
Instructional Video12:05
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Autoregressive Linear Model for Time Series Prediction

Higher Ed
In this video, we will dive into coding and learn about the autoregressive linear model for time series prediction.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the...
Instructional Video13:29
Curated Video

Modern JavaScript from the Beginning - Second Edition - Speech Synthesis API - Text to Speech

Higher Ed
In this video, you will learn about the Speech Synthesis API. We will see how to create a project that converts text to speech using the Speech Synthesis API.
<
br/>
This clip is from the chapter "Web Browser APIs" of the series...
Instructional Video11:45
Curated Video

Modern JavaScript from the Beginning - Second Edition - Speech Recognition API - Color Say Project

Higher Ed
In this video, you will learn about the Speech Recognition API. We will see how to create a project that recognizes a user's speech and changes the background color of the page accordingly.
<
br/>
This clip is from the chapter "Web...
Instructional Video10:00
Curated Video

Modern JavaScript from the Beginning - Second Edition - Filter Items

Higher Ed
In this video, you will learn how to filter the items in the shopping list by name.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Instructional Video7:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - Remove Elements

Higher Ed
This video covers how to remove an element from the DOM using JavaScript. It covers the removeChild() method.
<
br/>
This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video9:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - Replace Elements

Higher Ed
This video covers how to replace an element in the DOM with a new element using JavaScript. It covers the replaceChild() method.
<
br/>
This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the...
Instructional Video9:20
Curated Video

Modern JavaScript from the Beginning - Second Edition - DOM Selectors - Multiple Elements

Higher Ed
This video covers the different ways to select multiple elements in the DOM using JavaScript. It covers the getElementsByTagName(), getElementsByClassName(), and querySelectorAll() methods.
<
br/>
This clip is from the chapter "DOM...
Instructional Video8:40
Curated Video

Modern JavaScript from the Beginning - Second Edition - Array.forEach Method

Higher Ed
In this video, you will learn about the Array.forEach method, which allows us to loop over the elements of an array and execute a function for each element.
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order...
Instructional Video10:33
Curated Video

Modern JavaScript from the Beginning - Second Edition - Basic Array Methods

Higher Ed
In this video, you will learn about some basic array methods in JavaScript, such as push(), pop(), shift(), unshift(), and splice().
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from the...
Instructional Video10:18
Curated Video

Modern JavaScript from the Beginning - Second Edition - Nesting, Concat and the Spread Operator

Higher Ed
In this video, you will learn how to nest arrays and use the concat() and spread operator to manipulate arrays.
<
br/>
This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from the Beginning".In this...