Instructional Video3:02
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Sound Effects

Higher Ed
In this video, you will learn how to add unique sound effects to our game to bring it to life.
Instructional Video12:54
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Collectable Items

Higher Ed
In this video, you will learn how to download and incorporate collectible item packs into our game to make it more interactive.
Instructional Video2:02
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Removing Player's Control While Dashing

Higher Ed
In this video, you will learn how to control player movement while dashing with this technique.
Instructional Video3:25
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Trail Renderer

Higher Ed
In this video, you will learn how to implement the trail renderer to enhance our game's visual effects.
Instructional Video3:26
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Double Jump Mechanic

Higher Ed
In this video, you will learn how to implement the double jump mechanic, allowing our player to jump again while in the air.
Instructional Video9:01
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Left and Right Movement

Higher Ed
In this video, you will learn how to implement the left and right movement, allowing our player to move horizontally.
Instructional Video11:14
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Time Series Prediction

Higher Ed
In this video, we will do the same forecasting exercise that we did with an autoregressive liner model, but with a simple RNN instead.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence...
Instructional Video5:54
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - RNN Code Preparation

Higher Ed
In this video, we will understand how to write code in TensorFlow 2 for a simple RNN.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
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 Video11:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - Animated Clock - Part 2

Higher Ed
In this video, we will continue creating the animated clock from the previous video. We will see how to add a minute hand, an hour hand, and a second hand to the clock.
<
br/>
This clip is from the chapter "Web Browser APIs" of the...
Instructional Video10:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Page Loading and Window Events

Higher Ed
In this video, we will look at how to handle page loading and window events in JavaScript. You will learn how to use event listeners to detect when a page has finished loading and how to respond to window events such as resizing and...
Instructional Video4:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - Execution Context in Action

Higher Ed
This video demonstrates how execution context works in practice, using examples to illustrate the different stages of the execution context.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the...
Instructional Video5:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - Immediately Invoked Function Expressions (IIFE)

Higher Ed
In this video, you will learn about immediately invoked function expressions (IIFE) and how they are used in JavaScript.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript...
Instructional Video3:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - The Sandbox Files

Higher Ed
In this video, we will introduce the "sandbox" files that we will be using throughout the course to test our code and explore new concepts.
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of the...
Instructional Video8:15
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Managing Database Changes

Higher Ed
This video explains how to manage database changes.
<
br/>
This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and...
Instructional Video4:44
Curated Video

Modern JavaScript from the Beginning - Second Edition - Webpack DevServer Plugin

Higher Ed
In this video, we will explore the Webpack DevServer plugin, which allows us to run a local development server that automatically rebuilds our project whenever we make changes. You will learn how to set up the DevServer plugin and how...
Instructional Video5:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - DOM Get Methods

Higher Ed
In this video, we will discover various DOM methods to retrieve elements from the webpage, which include getElementById, getElementsByClassName, getElementsByTagName, and querySelector. You will learn to use these methods effectively to...
Instructional Video1:48
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Next and Previous Siblings

Higher Ed
In this video, you will learn about the nextSibling and previousSibling properties to access the adjacent sibling elements of an element, to traverse through the DOM tree to access the next and previous sibling elements, regardless of...
Instructional Video5:29
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Events in JavaScript

Higher Ed
In this video, we will delve into the world of events in JavaScript, the fundamental concepts of events, such as event types, event handlers, and event listeners. The video demonstrates how to attach event listeners to HTML elements and...
Instructional Video4:30
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Syntax of JavaScript and Overview

Higher Ed
In this video, we will dive into the syntax of JavaScript and gain an overview of its key components. You will learn about variables, data types, operators, control structures, functions. We will understand how JavaScript code is...
Instructional Video5:26
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Font Awesome Icons

Higher Ed
In this video, we will unleash the power of Font Awesome, a popular icon library, in web design projects, integrate Font Awesome icons into HTML and CSS, and explore the vast collection of scalable vector icons that can enhance the...
Instructional Video7:57
Curated Video

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.
Instructional Video10:26
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Jenkinsfile

Higher Ed
This video explains what a Jenkinsfile is, shows the differences between declarative and scripted pipelines, and creates and runs simple pipeline jobs.
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.