Crash Course
Software Engineering: Crash Course Computer Science
Today, we’re going to talk about how HUGE programs with millions of lines of code like Microsoft Office are built. Programs like these are way too complicated for a single person, but instead require teams of programmers using the tools...
Curated Video
Cisco CCNA 200-301: The Complete Guide to Getting Certified - OSPF Adjacencies Lab Demo
New ReviewIn this video, watch a demonstration of OSPF adjacency configuration in action.
Curated Video
Cisco CCNA 200-301: The Complete Guide to Getting Certified - Terminal Monitor and Logging Synchronous
New ReviewIn this video, discover how to use terminal monitor and logging synchronous commands to manage console messages.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Double Jump Mechanic
In this video, you will learn how to implement the double jump mechanic, allowing our player to jump again while in the air.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - The Rust IDE Setting Basics
This video helps you with setting up the web IDE that we will be using for Rust programming. This clip is from the chapter "Rust Course Setup" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Tour Visual Studio Code
This video takes you on a tour of Visual Studio Code. This clip is from the chapter "Setup ASP.NET Core MVC Application" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the setup of ASP.NET Core MVC...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Enums in Rust
This video demonstrates Enums in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to intermediate...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Remix Ethereum - IDE Basics (How to Use an IDE)
In this video, you will learn the basics of using an IDE, specifically Remix Ethereum, for Solidity development including creating a new file. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series "The...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Monitoring and Spark UI
In this video, you will learn how to monitor and debug PySpark jobs running on a Dataproc cluster. This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing on GCP".In...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Switch Statement - Exercises - isWeekDay, nameOfMonth, nameOfDay
In this video, you will learn about the Java switch statement with exercises—isWeekDay, nameOfMonth, nameOfDay.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Puzzles on This and Initialization of Member Variables
In this video, you will learn about puzzles on this and initialization of member variables.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Programming Tip 2: Debugging with Eclipse
In this video, you will learn about programming tip 2: debugging with Eclipse.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Understanding Spring Boot Magic - Autoconfiguration
In this video, let's look at Spring Boot autoconfiguration.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Running Our Express Server with Error Handling
This video demonstrates running our Express server with error handling. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Exercise 10-2
In this exercise video, we will practice recording and writing macros in real-world project scenarios. Through this exercise, we will reinforce the ability to automate repetitive tasks and streamline project management workflows...
Curated Video
Behavioral Design Patterns in C++ - Boolean Interpreter - II
This video builds on the previous video and helps design the Interpreter design pattern. Here, the terminal and non-terminal classes are converted into classes. This clip is from the chapter "Interpreter" of the series "Behavioral Design...
Curated Video
PowerShell for Automating Administration - Learn PowerShell Logging Module
This video explains automating systems and the application validation process. Here, you will be using the PowerShell Logging module, which helps automate complex operations that run error-free. This clip is from the chapter "PowerShell...
Curated Video
Social Media Automation using Python - Creating Access Token
In this lecture, we will understand the requirements and limitations to be able to automate the Facebook page. You will also learn to create an access token to perform automation tasks on Facebook. This clip is from the chapter "Facebook...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - Potential Risks of ChatGPT
Explore the potential risks and ethical concerns of using ChatGPT and similar language generation models. We discuss issues such as bias, misinformation, privacy, and security, and how these risks can impact the use of ChatGPT in various...
Curated Video
Design Microservices Architecture with Patterns and Principles - Challenges of Asynchronous Communication
This video highlights the potential challenges and considerations when implementing asynchronous communication in microservices. It addresses issues such as message ordering, eventual consistency, and error handling that developers need...
Curated Video
Design Microservices Architecture with Patterns and Principles - Benefits of Monolithic Architecture
Let's explore the advantages and benefits offered by monolithic architecture. We will understand how the centralized nature of monolithic systems simplifies development, deployment, and maintenance processes, providing benefits such as...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Debugging in React
This video elaborates on how we can debug React applications to resolve errors and make the app functional and proper.
Curated Video
ChatGPT for Salesforce Development - What Is ChatGPT? Features of ChatGPT
In this video, we will start by explaining what ChatGPT is and its key features. You will learn how ChatGPT works and how it can help you improve your productivity and efficiency. This clip is from the chapter "Introduction to ChatGPT"...
Curated Video
Make Apps with ChatGPT and Generative AI - ChatGPT Back-End Function Creation
We will now create the backend for our application. We will create a button that, when clicked, reads the email and then uses the Completion API and generates a professional email, and sends the response back to the pane on the mail as a...