Instructional Video12:18
Crash Course

Operating Systems: Crash Course Computer Science

12th - Higher Ed
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!...
Instructional Video8:47
Curated Video

Masterclass: AI-driven Development for Programmers

12th - Higher Ed
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.
Instructional Video4:09
Curated Video

GitHub Copilot X Announced

12th - Higher Ed
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.
Instructional Video7:24
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Fallback Function in Solidity III

Higher Ed
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...
Instructional Video3:45
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Build Automation Tools

Higher Ed
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...
Instructional Video5:24
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Refactoring State Code in React Native

Higher Ed
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...
Instructional Video3:55
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Install Visual Studio Code for Beginners

Higher Ed
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...
Instructional Video5:26
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Understanding the Need and Basics about an Array

Higher Ed
In this video, we will understand the need and basics about an array.
Instructional Video14:54
Curated Video

ChatGPT for Creatives - How to Find and Use Specific Learning Methods

Higher Ed
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...
Instructional Video6:12
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Testing Introduction / 148

Higher Ed
Learn software testing with an introduction, software development lifecycle, design, development, testing, quality assurance, and quality control.
Instructional Video7:42
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Cloud Computing

Higher Ed
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...
Instructional Video3:42
Curated Video

How to Use ChatGPT and Generative AI for Passive Income - Upwork and Fiverr

Higher Ed
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...
Instructional Video1:00
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - Go Dependencies Setup

Higher Ed
[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...
Instructional Video4:34
Curated Video

Learn JavaScript from Scratch JavaScript for Everyone - Functions: the DRY (Don't Repeat Yourself) Principle

Higher Ed
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...
Instructional Video7:09
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Writing HTML Code

Higher Ed
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...
Instructional Video21:50
Curated Video

Describe computer programming : Coding In a nutshell

Higher Ed
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...
Instructional Video25:36
Curated Video

Describe computer programming : You Can Code! Part 2

Higher Ed
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...
Instructional Video5:52
Curated Video

C++ for Beginners - Objects and Inheritance

Higher Ed
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
Instructional Video9:13
Curated Video

C++ for Beginners - Examining the Build Log

Higher Ed
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
Instructional Video16:28
Packt

Importing Node.js Core Modules

Higher Ed
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...
Instructional Video9:28
Packt

TidyGherkin Plug-in to Generate Step Definitions

Higher Ed
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...
Instructional Video7:59
Curated Video

Complete Modern C++ - Exception Handling - Part I (Basics)

Higher Ed
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.
Instructional Video5:26
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Understanding the Need and Basics about an Array

Higher Ed
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...
Instructional Video11:11
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Binary Search - search quickly through a sorted list

Higher Ed
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...