Curated Video
Concurrent and Parallel Programming in Python - Multiprocessing Queues
Now that we have understood multiprocessing, you will learn how to split our segments over multiple processes in the form of queues to speed up processing and take a load off the process execution.
Curated Video
Concurrent and Parallel Programming in Python - Multiprocessing Introduction
Here, we will understand multiprocessing and monitor how our CPU functions during multiprocessing.
Curated Video
Concurrent and Parallel Programming in Python - Yaml File Introduction
After creating a working program, you will learn how to clean up the appearance and make it nicer to have an overview and be able to expand its features in the future.
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
Concurrent and Parallel Programming in Python - Creating a Wikipedia Reader
After comprehensively practicing our basic threading creation, we will look at the project we will create to implement threading more effectively.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - What Is Blue Ocean?
This video explains what Blue Ocean is, which advantages it brings, and its main features.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - II
In this video, you will dive deeper into the for loop in JavaScript and learn more about its capabilities. You will explore the different parts of a for loop in greater detail, including the loop variable, condition, and increment or...
Curated Video
Vue.js 3 and Firebase for Beginners - The Menu UI
This video talks about the Menu view page, which is going to be split into two sections. On the left, we are going to include the menu where we will include the pizzas in a list. This clip is from the chapter "Project UI" of the series...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Global Variables in Solidity I
In this video, you will learn about global variables in Solidity, which are pre-defined variables that can be accessed from anywhere in the contract. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - How to Loop in Solidity
In this video, we will discuss the solution to the exercise on how to loop in Solidity from the previous video. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - How to Loop in Solidity
This is an exercise video on how to loop in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section focuses on...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The For Loop in Solidity
In this video, you will learn about the For loop in Solidity, a powerful control structure that allows you to repeat a block of code for a specified number of times or until a certain condition is met. This clip is from the chapter...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Review – Modulo and Fun Math in Solidity
In this video, we will review the concepts of modulo and other fun math operations in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - APIs
This video explains an Application Programming Interface, which is a declaration of how an application can communicate with another application, library, or framework. This clip is from the chapter "Client / Server Communications" of the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - HTTP Methods
This video explains HTTP methods, where predefined verbs are used to describe the interaction that the client wishes to engage in with the server, often called a request. The most common HTTP methods are GET, POST, PUT, and DELETE. This...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Runtime Environments
This video explains the runtime environment where an application, which is the result of writing code, is executed. This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Database
This video explains a database that holds onto data for a web application long-term. The browser can only hold onto information for a limited time. The data in databases is persistent. The data does not go away if the database or...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Client
This video explains the client, which is a login that makes a webpage smart. It handles user interactions and flow of data between the user and server. The client is what turns a webpage into a web application. This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction-Full Stack
This video introduces you to the course and what full stack is and what purpose it serves. This clip is from the chapter "The Basics of Full-Stack Web Applications" of the series "Web Development Concepts for Everyone".This video...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab – Use Case Deployment - Part-1
In this lab video, you will learn how to deploy a Python application to Google Cloud Platform using a real-world use case. You will start by understanding the use case and the business requirements, and then you will design and implement...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab – Use Case Deployment - Part-2
This is the second of the two-part video on deploying a Python application to Google Cloud Platform using a real-world use case. This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Overview Product Wishlist Use Case
This video provides an overview of the product wishlist use case. This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Datastore
This video provides an introduction to Cloud Datastore. This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section,...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Listing Orders Component
The final component we are adding to the admin list is the current orders component. This component will be used to list the current orders and is added to the admin folder to keep it organized. This clip is from the chapter "Project UI"...