Instructional Video3:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Restful API in React.JS - Part 1

Higher Ed
In this video, you will learn the fundamentals of building a RESTful API in React.JS, the concepts of API endpoints, HTTP methods, and data fetching using the Axios library. You will also learn to structure React components and handle...
Instructional Video2:59
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Handling Error Pages with React-Router-DOM

Higher Ed
In this video, you will learn to handle error pages using React-Router-DOM. We will see how to define a fallback route for handling 404 errors and rendering a custom error page when a route is not found.
Instructional Video4:16
Curated Video

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

Higher Ed
In this video, we will examine React-Router-DOM, a popular routing library for React applications. You will learn to set up routes and navigation in React apps using React Router DOM, topics such as defining routes, rendering components...
Instructional Video2:47
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Hooks in Reacts.JS

Higher Ed
In this video, we will be introduced to hooks, a powerful feature introduced in React 16.8 to use state and other React features in functional components. You will learn about the useState hook to add state to functional components and...
Instructional Video2:36
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Modify and Delete Arrays

Higher Ed
In this video, we will explore various methods to modify and delete elements within an array, including changing values at specific indices, removing elements using splice(), and clearing the entire array.
Instructional Video6:25
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Form Tags

Higher Ed
In this video, you will learn to create HTML forms using the form tags. We will understand the role of form elements, such as input fields, checkboxes, radio buttons, and buttons, in collecting user input.
Instructional Video4:56
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Generic Types in Rust

Higher Ed
In this video, you will look at generic types in Rust.<br<br/>/>

This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video7:14
Curated Video

Concurrent and Parallel Programming in Python - Final Program Cleanup

Higher Ed
Apart from a final cleanup to make our project more functional, you will learn to create local environment variables for actual testing.
Instructional Video5:46
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Model Serving Using Endpoint with Python SDK

Higher Ed
In this lab video, you will learn how to serve a machine learning model using the Vertex AI Prediction service. You will use a pre-trained model and create an endpoint to make predictions on new data.
<
br/>
This clip is from the...
Instructional Video4:58
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Workflow Template Introduction

Higher Ed
This video provides an introduction to the Workflow template.
<
br/>
This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section...
Instructional Video2:27
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Build

Higher Ed
This video provides an introduction to Cloud Build.
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this...
Instructional Video9:26
Curated Video

Linux Crash Course for Beginners - 2023 - Network Files and Commands

Higher Ed
In this video, you will learn about network files and commands such as ping, ifconfig, netstat, tcpdump, and networking config.
Instructional Video3:18
Curated Video

Linux Crash Course for Beginners - 2023 - Shell Scripting

Higher Ed
In this video, you will learn about shell scripting.
Instructional Video3:41
Curated Video

Fundamentals of Neural Networks - Tensor and Matrix

Higher Ed
This video explains what we mean by Tensor and Matrix.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where...
Instructional Video11:19
Curated Video

Fundamentals of Neural Networks - Lab 5 - Building Deeper and Wider Model

Higher Ed
This video demonstrates how to build a deeper and wider neural network model.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural...
Instructional Video9:33
Curated Video

Building Microservices API in Go - Application Configuration

Higher Ed
In this video, you will learn how to manage application configuration using environment variables. We will discuss best practices for handling configuration in your application and how to securely store sensitive information such as...
Instructional Video9:07
Instructional Video5:51
Instructional Video4:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Java Modularization - 04 - a Quick Review

Higher Ed
In this video, Let's look at some important points to remember about modularization.
Instructional Video8:59
Instructional Video6:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 13 - Java Abstract Class – Introduction

Higher Ed
In this video, we will see an introduction to the Java abstract class.
Instructional Video5:04
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Introduction to Variable Arguments – Basics

Higher Ed
In this video, we will see an introduction to the basics of variable arguments.
Instructional Video5:58
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 17 - Java Interface - Example 2 - Complex Algorithm - API Defined by extern

Higher Ed
In this video, you will learn about the Java interface—example 2: complex algorithm and API defined by extern.
Instructional Video10:38
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Boolean Data Type - Relational and Logical Operators

Higher Ed
In this video, you will learn about Java Boolean data type—relational and logical operators.