Hi, what do you want to do?
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Props in React.JS
In this video, we will dive deeper into the concept of components in React.JS, create reusable and modular components that encapsulate specific functionality and can be composed together to build complex user interfaces, the different...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Some and Every Methods
In this video, we will understand the some() and every() methods used to perform conditional checks on array elements, where some() checks whether at least one element satisfies a condition, while every() verifies if all elements meet...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Function with Return
In this video, we will discover the concept of return statements in JavaScript functions. You will learn to use return statements to return values from functions, making them more versatile and allowing us to use the returned value in...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Functions with Parameters
In this video, we will expand our understanding of functions in JavaScript by exploring how to define and use functions with parameters. You will learn to pass values to functions and use them within the function's code.
Curated Video
Concurrent and Parallel Programming in Python - Multiprocessing Multiple Varying Arguments
In the previous video, we have seen how to provide additional arguments using a partial library in the functools built-in tool; you will now learn to add different elements such as a power list instead.
Curated Video
Concurrent and Parallel Programming in Python - Multiprocessing Pool Map Multiple Arguments
Let's learn how to pass multiple arguments, passing lists instead of elements in a list or class while executing a code.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - What Are Functions in JavaScript
This is a solution video where you will work on the functions in JavaScript.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from Zero...
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from Zero...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write Your First Smart Contract - Calculator
This is an exercise video where you will learn how to write your first smart contract in Solidity by building a calculator.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course...
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Write Functions in Solidity
In this video, you will learn the basics of writing functions in Solidity, including function syntax, return values, and more.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity...
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Training Code to App Engine
This is a lab video on deploying training code to App Engine.
<
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 - Lab - Scalability and Instance Types in App Engine
In this lab video, you will learn about the scalability and instance types available in Google Cloud platform's App Engine.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data...
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Wrap Up-GCP - Dataproc Serverless
This video provides an outro of this section.
<
br/>
This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, you will learn about...
<
br/>
This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, you will learn about...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Model Serving Code to App Engine
This is a lab video on deploying model serving code to App Engine.
<
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...
<
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Python App Deployment in a Flexible Environment
In this lab video, we will be exploring how to deploy a Python application in a flexible environment on Google Cloud platform using App Engine.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications"...
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications"...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 1
This video is the first part of a two-part tutorial on deploying a Python application to Google App Engine.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model...
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model...
Curated Video
Building Microservices API in Go - Hello World
In this video, we will dive into the basics of building an HTTP web server in Go using the standard HTTP library. We will cover topics such as request multiplexer (router) and handler functions, and how to register endpoints with the...
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Parameters Part 2
This is a continuation of the previous chapter, where we will look at static filters and Top N in more detail and then learn about dynamic data dimension and dynamic chart measure.
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Parameters Part 1
In this lesson, we will understand more about calculated fields or static values for our visualizations. We will look at adding more criteria to the dashboard for manipulating data.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Java Switch Statement - an introduction
In this video, you will learn about Java switch statement—an introduction.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Adding More Methods for Multiplication Table Program
In this video, you will learn about adding more methods for the multiplication table program.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - Methods - Section Review
In this video, we will review the key concepts and principles covered in the Methods section.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Returning from a Java Method – Exercises
In this video, you will learn about returning from a Java method with exercises.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Returning from a Java Method - an Introduction
In this video, you will learn about returning from a Java method—an introduction.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Passing Multiple Parameters to a Java Method
In this video, you will learn about passing multiple parameters to a Java method.