Hi, what do you want to do?
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Video Tag
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.
Curated Video
Concurrent and Parallel Programming in Python - Integrating the Postgres Worker
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.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Automate a Company Website with Correct Formatting in JavaScript
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...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Formatting and toUpperCase with JavaScript
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...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Building the Input Assumptions Sheet
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...
<
br/>
This clip is from the chapter "Laying Down the Foundations" of the series "Project Finance and Excel - Build Financial...
Curated Video
Vue.js 3 and Firebase for Beginners - Filters and Global Properties
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...
<
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...
Curated Video
Fundamentals of Neural Networks - Lab 2 - Introduction to TensorFlow — Remove the Throat-Clearing Sound in the Start of the Video
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...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
Curated Video
Fundamentals of Neural Networks - Lab 1 - Introduction to Python
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...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
Curated Video
Building Microservices API in Go - XML Encoding
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...
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 5
In this exercise, we will create a Sankey diagram from the US energy generation dataset.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Marketing Dashboard Part 2
This is a continuation of the previous lesson on creating a dashboard, including the marketing information from campaigns collected in part 1.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Geospatial Dashboard
In this video, you will learn how to create a geospatial dashboard containing a dataset containing a digitized paper location from World War II.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 3-3
In this exercise, we will load the customer excel file into the tableau, recreate this dashboard with a desktop browser, and fix its size.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Tableau Data Concepts
Understanding data concepts and structure is vital to working with the Tableau platform. You will learn the data types used in Tableau.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Business Intelligence Introduction
This video elaborates on business intelligence, what it represents, leveraged technologies, and converts raw data into actionable information.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Switch Statement - Exercises - isWeekDay, nameOfMonth, nameOfDay
In this video, you will learn about the Java switch statement with exercises—isWeekDay, nameOfMonth, nameOfDay.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Eclipse Tip - Save Actions
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Overview of the Java Platform - an Introduction - java, javac, bytecode
In this video, we will see an overview of the Java platform and an introduction to java, javac, and bytecode.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 25 - Java Conditionals and If Statement - Exercise Solutions
This video talks about Java conditionals and if statement - exercise solutions.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 15 - Using Spring Framework to Manage Beans for Java Gaming App
In this video, you will learn how to use the Spring framework to manage beans for our Java gaming application.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - View Task and Deadlines
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...
<
br/>
This clip...
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Simple Interest Calculator
This lecture will demonstrate how to write a program that calculates simple interest earned on a dollar amount invested at an interest rate.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - DateTime
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.