Hi, what do you want to do?
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Building a Restful API in React.JS - Part 1
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Handling Error Pages with React-Router-DOM
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - React-Router-DOM
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Hooks in Reacts.JS
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Modify and Delete Arrays
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Form Tags
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Generic Types in Rust
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
This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Curated Video
Concurrent and Parallel Programming in Python - Final Program Cleanup
Apart from a final cleanup to make our project more functional, you will learn to create local environment variables for actual testing.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Model Serving Using Endpoint with Python SDK
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...
<
br/>
This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Workflow Template Introduction
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...
<
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Build
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...
<
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...
Curated Video
Linux Crash Course for Beginners - 2023 - Network Files and Commands
In this video, you will learn about network files and commands such as ping, ifconfig, netstat, tcpdump, and networking config.
Curated Video
Linux Crash Course for Beginners - 2023 - Shell Scripting
In this video, you will learn about shell scripting.
Curated Video
Fundamentals of Neural Networks - Tensor and Matrix
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...
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where...
Curated Video
Fundamentals of Neural Networks - Lab 5 - Building Deeper and Wider Model
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...
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural...
Curated Video
Building Microservices API in Go - Application Configuration
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 15 - Exploring Java New Features - Records
In this video, let's look at records.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Exploring New Java API - Predicate - not Method
In this video, you will learn about the method, Predicate.not.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Java Modularization - 04 - a Quick Review
In this video, Let's look at some important points to remember about modularization.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Modularization - 03 - Splitting Service and Consumer into Modules
In this video, we will create modules for the service and consumer project.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - Java Abstract Class – Introduction
In this video, we will see an introduction to the Java abstract class.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Introduction to Variable Arguments – Basics
In this video, we will see an introduction to the basics of variable arguments.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 17 - Java Interface - Example 2 - Complex Algorithm - API Defined by extern
In this video, you will learn about the Java interface—example 2: complex algorithm and API defined by extern.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Boolean Data Type - Relational and Logical Operators
In this video, you will learn about Java Boolean data type—relational and logical operators.