Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Coding in Terms of Higher Patterns
In this video, you will learn about coding in terms of higher patterns in Solidity. This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Smart Contracts - Points of Failure
In this video, we will discuss the different points of failure that can occur in a smart contract. We will go through some examples of how contracts can be exploited by attackers and discuss some best practices for avoiding common...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Function Overloading in Solidity
In this video, we will cover the concept of function overloading in Solidity. Function overloading allows you to define multiple functions with the same name but different parameter types, which can help you write more modular and...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Destructuring and Multiple Returns from Functions in Solidity
In this video, you will learn how to use destructuring and multiple returns from functions in Solidity. Destructuring is the process of breaking down a data structure into smaller parts. In Solidity, destructuring is used to extract data...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The View Keyword in Solidity
In this video, you will learn about the view keyword in Solidity. The view keyword is used to indicate that a function does not modify the state of the contract. It is similar to the constant keyword, which was used in earlier versions...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Comparison Operators in Solidity
In this video, you will learn about comparison operators in Solidity and how to use them to compare values and produce Boolean results. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)"...
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. This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model...
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. This clip is from the chapter "Google App Engine - For Serverless Applications" of the series...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Product Backlog Management - User Stories
In this video, we will explore how to design APIs using OpenAPI and ChatGPT, the fundamentals of API design, and introduce OpenAPI as a specification for documenting and designing APIs. You will learn how ChatGPT can complement the API...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 – Getting Started with JShell
In this video, we will work with JShell.
Curated Video
Fundamentals of Neural Networks - Bi-Directional RNN
Bidirectional recurrent neural networks (BRNN) connect two hidden layers of opposite directions to the same output. BRNNs are especially useful when the context of the input is needed. For example, in handwriting recognition, the...
Curated Video
Fundamentals of Neural Networks - VGG16
This video explains VGG16 which is a convolutional neural network model proposed by K. Simonyan and A. Zisserman from the University of Oxford in the paper "Very Deep Convolutional Networks for Large-Scale Image Recognition". This clip...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - useEffect Hooks and Rendering Optimization with React Native
In this video, we will explore the useEffect hook in React Native, which is used for handling side effects such as network requests, state updates, and rendering optimizations. By the end of this video, you will have a better...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Java Dates - Introduction to LocalDate, LocalTime, and LocalDateTime
In this video, you will learn about Java dates and see an introduction to LocalDate, LocalTime, and LocalDateTime.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Run Planet Class with Java - Using a Main Method
In this video, we will run the Planet class with Java using the main method.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Getting Eclipse 2021 03 Working with JDK 16
Let's troubleshoot Eclipse and configure Java IDK.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Exploring Spring Boot DevTools
In this video, we will talk about Spring Boot DevTools.
Curated Video
Chatbots Development with Amazon Lex - Overview of AWS
In this lecture, we will look at Amazon Web Services, which is the most comprehensive and widely adopted web service. We will also discuss its functionality, Amazon Community, security, innovation pace, operational expertise, and more.
Curated Video
Chatbots Development with Amazon Lex - Benefits of Amazon Lex
Here, we will discuss the benefits of using Lex bot, including seamless deployment and scaling, built-in integration with AWS, input technologies, cost-effectiveness, and simplicity.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Use of Custom Views
In this video, we will explore using custom views in Microsoft Project 2021. We will learn to create, apply, and manage custom views to tailor their project data presentations, providing a more customized and insightful view of their...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Next.js and React.js
In this video, you will learn about Next.js and React.js and their fundamental concepts in detail.
Curated Video
Linux Network Administration - Downloading Files and Apps
This video explains how to download files and applications in Linux using the wget command.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: User-Based Collaborative Filtering
In this lesson, we will discuss user-based collaborative filtering in machine learning for a recommender system.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Introduction to Recommender Systems
This video illustrates the recommender system's popularity based on demand. We will also look at the reasons for the recommender system boost.