Crash Course
The First Programming Languages: Crash Course Computer Science
So we ended last episode with programming at the hardware level with things like plugboards and huge panels of switches, but what was really needed was a more versatile way to program computers - software! For much of this series we’ve...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Introduction to Object-Oriented Programming
In this video, you will learn the basics of object-oriented programming. You will understand the concept of objects and classes, and this video will provide a comprehensive overview of OOP in Python and its advantages.
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Logical - Relational - Boolean Operators
In this video, you will learn about relational and logical - operators. This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP,...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Hello World
In this video, we will understand the importance of Python for machine learning, use an IDE (jupyter), and create a Hello World program. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Decision Making (if, else, elif)
Let's understand the fundamental element of any programming language: decision-making. We will look at the if, else, and elif statements. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Course Overview
This video will introduce you to Python, machine learning, and Random Forest and discuss the live implementations, quizzes, and projects. This clip is from the chapter "Introduction to the Course" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Motivation for the Course
This lecture provides an overview of the benefits of enrolling in this course. This clip is from the chapter "Introduction to the Course" of the series "Machine Learning: Random Forest with Python from Scratch©".This section briefly...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Using the Console
In this video, we will explain how to use the browser console to test and debug our code. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from the Beginning".In this section, we...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Rust - Summary
This is the summary video on the concepts we have learned throughout this section. This clip is from the chapter "What Is Rust and Why Does It Matter" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Fix syntax Errors
This video explains how to fix syntax errors. This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and elements.
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Operators in Solidity
In this video, you will learn about Operators in Solidity and how they can be used to perform mathematical and logical operations on variables. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - ORMs
This video explains ORM or Object Relational Mappers, which is a library that allows you to programmatically change data in a database using the programming language rather than the query language. This clip is from the chapter "Web...
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 - Course Prerequisites
This video explains the course prerequisites that will help you navigate through the course smoothly. This clip is from the chapter "Course Introduction and Prerequisites" of the series "Data Science Model Deployments and Cloud Computing...
Curated Video
Fundamentals of Secure Software - Security Models
This video explains the various security models and their purpose.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Variables and Types
This video explains the variables and types in Swift programming.
Curated Video
Behavioral Design Patterns in C++ - Introduction to Patterns
This video provides an overview of the patterns in programming languages. This clip is from the chapter "Basic Concepts" of the series "Behavioral Design Patterns in C++".This section focuses on basic concepts of design patterns.
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Why Learn Any Programming Language
In this video, we will first understand why we should learn any programming language. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Module Introduction
Let's look at the different concepts you will be learning in this specific module that focuses entirely on machine learning-based chatbots, including purpose, and finally, work on a project at the end. This clip is from the chapter...
Curated Video
The Complete Vue.js Course for Beginners - API
In this video, you will learn about API, how to make an API, how to test an API, and what are the methods of API. This clip is from the chapter "Routing and API" of the series "The Complete Vue.js Course for Beginners".This section...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - JavaScript Basics
This video explains the basics of JavaScript, the scope of JavaScript, and important terms used in JavaScript. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Curated Video
Design Microservices Architecture with Patterns and Principles - gRPC: High Performance Remote Procedure Calls
In this video, we will explore gRPC, a high-performance remote procedure call (RPC) framework. You will learn about its efficient binary serialization, bi-directional streaming, and support for multiple programming languages. This clip...
Curated Video
Design Microservices Architecture with Patterns and Principles - Way of Learning - The Course Flow
In this video, discover the learning approach and course structure. This video outlines the course flow, highlighting the sequence of topics and the logical progression of concepts. It prepares us for an effective learning experience....
Curated Video
Design Microservices Architecture with Patterns and Principles - Implementation of CDC and Outbox Pattern with Cloud Databases - CockroachDB
This video demonstrates the implementation of CDC and the Outbox pattern using CockroachDB, a distributed SQL database designed for cloud-native applications, and showcases the steps involved in setting up CDC with CockroachDB and...