Crash Course
Operating Systems: Crash Course Computer Science
So as you may have noticed from last episode, computers keep getting faster and faster, and by the start of the 1950s they had gotten so fast that it often took longer to manually load programs via punch cards than to actually run them!...
Curated Video
Masterclass: AI-driven Development for Programmers
AI tools like ChatGPT and GPT-4 are changing the way programmers write code. Learn how build a React app with Typescript using with AI prompting and other tricks to speed up development.
Curated Video
GitHub Copilot X Announced
GitHub Copilot X was announced yesterday and it has an impressive set of new AI coding features. Learn how Microsoft is bringing ChatGPT features directly into your code editor.
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Fallback Function in Solidity III
This video will help you with deploying and debugging your Solidity contracts using Remix IDE. By the end of the video, you will have a clear understanding of the fallback function and be able to implement it in your own Solidity...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Build Automation Tools
This video explains how to build automation tools, which are supporting tools that can execute a number of different tasks for developers creating an application. This clip is from the chapter "Web Developer Tools" of the series "Web...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Refactoring State Code in React Native
In this video, we will be discussing the importance of refactoring state code in React Native. We will go over the benefits of organizing and consolidating state management code, as well as how to refactor state code to make it more...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Install Visual Studio Code for Beginners
This video is a beginner's guide to installing Visual Studio Code, a powerful code editor that's popular among developers. You will learn how to download and install the software on your computer, as well as some basic settings and...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Understanding the Need and Basics about an Array
In this video, we will understand the need and basics about an array.
Curated Video
ChatGPT for Creatives - How to Find and Use Specific Learning Methods
In this video, you will learn to find and use specific learning methods that can help in learning a new skill, the importance of understanding the different learning styles and choosing the one that works best for everyone. You will...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Testing Introduction / 148
Learn software testing with an introduction, software development lifecycle, design, development, testing, quality assurance, and quality control.
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Cloud Computing
In this episode, Mike looks at the benefits of cloud computing (or moving virtual machines out onto the Internet). The cloud VMs enable benefits such as rapid elasticity and on-demand scaling, so you can quickly support any Internet...
Curated Video
How to Use ChatGPT and Generative AI for Passive Income - Upwork and Fiverr
In this video, you will learn how to use Upwork and Fiverr, two popular freelance platforms, to find coding projects and earn a passive income. You will explore how to create an effective profile, search for relevant projects, and bid on...
Curated Video
gRPC [Golang] Master Class Build Modern API and Microservices - Go Dependencies Setup
[Hands-On] gRPC Project Overview & Setup: Go Dependencies Setup This clip is from the chapter "[Hands-On] gRPC Project Overview & Setup" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you...
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - Functions: the DRY (Don't Repeat Yourself) Principle
In this video, you'll learn the effectiveness of the DRY principle. This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section, you'll get started with...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Writing HTML Code
This video explains how to write HTML code. This clip is from the chapter "Introduction to Getting Started with Web Design" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section provides an introduction to web...
Curated Video
Describe computer programming : Coding In a nutshell
From the section: Coding in a nutshell. This section will help to answer some common beginner questions related to coding. Coding in a nutshell: Coding In a nutshell • Understand the process of Python decisions making • Understand about...
Curated Video
Describe computer programming : You Can Code! Part 2
From the section: You can code!. This section will help you discover some interesting facts about coding. You can code!: You Can Code! Part 2 • Get the synopsis about the Tuple • Learn about the benefits of Tuple • Learn about the...
Curated Video
C++ for Beginners - Objects and Inheritance
In this lesson, David discusses object-oriented programming and inheritance. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Curated Video
C++ for Beginners - Examining the Build Log
In this video, your instructor, David, discusses the Build Log. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Packt
Importing Node.js Core Modules
Node.js Module System (Notes App): Importing Node.js Core Modules This clip is from the chapter "Node.js Module System (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Packt
TidyGherkin Plug-in to Generate Step Definitions
This video explains how to use the TidyGherkin plug-in to generate step definitions. This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Complete Modern C++ - Exception Handling - Part I (Basics)
This video explains why exception handling is required and how it is better than returning simple error codes. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Understanding the Need and Basics about an Array
In this session, we will understand the need and basics about an array. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore Java Array...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Binary Search - search quickly through a sorted list
Binary search is a pretty nifty way to search through a sorted list in O(Log N) time. This clip is from the chapter "Sorting and Searching" of the series "From 0 to 1: Data Structures & Algorithms in Java".Learn about various sorting and...