Instructional Video3:26
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Video Tag

Higher Ed
In this video, we will discover the video tag in HTML5 and how it enables the embedding and playback of videos on webpages. You will learn about attributes such as src, controls, and autoplay to customize the video player.
Instructional Video20:12
Curated Video

Concurrent and Parallel Programming in Python - Integrating the Postgres Worker

Higher Ed
After creating our Postgres database insertion worker, we will integrate this worker into our main function and make changes to ensure that everything is working properly.
Instructional Video8:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Automate a Company Website with Correct Formatting in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on automating a company website with correct formatting in JavaScript from the previous video.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to...
Instructional Video3:33
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Formatting and toUpperCase with JavaScript

Higher Ed
This video covers how to format and change the case of strings in JavaScript using the toUpperCase method.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery...
Instructional Video3:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript

Higher Ed
The Object.keys() method is a built-in function in JavaScript that returns an array of a given object’s own enumerable property names, in the same order as we get with a normal loop. It takes an object as a parameter and returns an array...
Instructional Video19:18
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Building the Input Assumptions Sheet

Higher Ed
This video talks about building the input assumptions sheet that we started off in the earlier video.
<
br/>
This clip is from the chapter "Laying Down the Foundations" of the series "Project Finance and Excel - Build Financial...
Instructional Video8:52
Curated Video

Vue.js 3 and Firebase for Beginners - Filters and Global Properties

Higher Ed
In this video, we will talk about filters and global properties using an example.
<
br/>
This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about the finishing...
Instructional Video14:29
Curated Video

Fundamentals of Neural Networks - Lab 2 - Introduction to TensorFlow — Remove the Throat-Clearing Sound in the Start of the Video

Higher Ed
This video demonstrates some basic operations in TensorFlow such as objects and we will apply some mathematical operations to the Tensor objects.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
Instructional Video35:44
Curated Video

Fundamentals of Neural Networks - Lab 1 - Introduction to Python

Higher Ed
This video demonstrates some of the basic commands in Python specifically the print statement, data structures, variables, and how to define a function.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
Instructional Video4:50
Curated Video

Building Microservices API in Go - XML Encoding

Higher Ed
In this video, we will delve into encoding Go structs to XML representation and handling request headers. We will cover topics such as encoding structs to XML, extracting content type headers from incoming requests, and adding XML and...
Instructional Video13:16
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 5

Higher Ed
In this exercise, we will create a Sankey diagram from the US energy generation dataset.
Instructional Video6:10
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Marketing Dashboard Part 2

Higher Ed
This is a continuation of the previous lesson on creating a dashboard, including the marketing information from campaigns collected in part 1.
Instructional Video9:21
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Geospatial Dashboard

Higher Ed
In this video, you will learn how to create a geospatial dashboard containing a dataset containing a digitized paper location from World War II.
Instructional Video9:58
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 3-3

Higher Ed
In this exercise, we will load the customer excel file into the tableau, recreate this dashboard with a desktop browser, and fix its size.
Instructional Video10:43
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Tableau Data Concepts

Higher Ed
Understanding data concepts and structure is vital to working with the Tableau platform. You will learn the data types used in Tableau.
Instructional Video3:06
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Business Intelligence Introduction

Higher Ed
This video elaborates on business intelligence, what it represents, leveraged technologies, and converts raw data into actionable information.
Instructional Video13:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Switch Statement - Exercises - isWeekDay, nameOfMonth, nameOfDay

Higher Ed
In this video, you will learn about the Java switch statement with exercises—isWeekDay, nameOfMonth, nameOfDay.
Instructional Video2:41
Curated Video

Learn Java from Scratch - A Beginner's Guide - Eclipse Tip - Save Actions

Higher Ed
This video is an introduction to the Eclipse IDE and explains how to use the "Save Actions" feature to automatically apply certain formatting and corrections to your code.
Instructional Video5:13
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Overview of the Java Platform - an Introduction - java, javac, bytecode

Higher Ed
In this video, we will see an overview of the Java platform and an introduction to java, javac, and bytecode.
Instructional Video6:31
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 25 - Java Conditionals and If Statement - Exercise Solutions

Higher Ed
This video talks about Java conditionals and if statement - exercise solutions.
Instructional Video10:50
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 15 - Using Spring Framework to Manage Beans for Java Gaming App

Higher Ed
In this video, you will learn how to use the Spring framework to manage beans for our Java gaming application.
Instructional Video4:50
Curated Video

Microsoft Project 2021 From Beginners to Advanced - View Task and Deadlines

Higher Ed
This video covers how to view tasks and deadlines in Project 2021. We will use the Gantt chart view and the task inspector to view task information, including task durations, start and finish dates, and deadlines.
<
br/>
This clip...
Instructional Video6:07
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Simple Interest Calculator

Higher Ed
This lecture will demonstrate how to write a program that calculates simple interest earned on a dollar amount invested at an interest rate.
Instructional Video4:45
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - DateTime

Higher Ed
We will look at the Java built-in API that contains classes for representing data and time, the java.util, java.time, java.sql, and java.text packages.