Instructional Video3:28
Curated Video

Understanding ChatGPT's Code Interpreter Plugin

12th - Higher Ed
ChatGPT released the Code Interpreter plugin, making it possible for the LLM to run and test its own Python code. Learn how programmers and data scientists can use this new AI feature to solve coding problems faster.
Instructional Video2:40
Curated Video

SvelteKit in 100 seconds

12th - Higher Ed
Learn the basics of the SvelteKit - a metaframework that can fetch data and render Svelte web applications on the server. Find out how it compares to other fullstack tools like Next.js for React and Nuxt for Vue.
Instructional Video3:11
Curated Video

Why Did Twitter Rebrand to X?

12th - Higher Ed
In a surprising move, Twitter has rebranded to X and removed the bird logo. Let's look at recent developments with Twitter and Meta's threads and what this means for the future of the Internet.
Instructional Video6:17
Curated Video

How Programmers Compete

12th - Higher Ed
Top 10 ways developers flex on each other. Learn how to show off your achievements in the world of programming.
Instructional Video3:38
Curated Video

Pros and Cons of TypeScript

12th - Higher Ed
Why are some big open-source projects like Turbo and Svelte dropping TypeScript in favor of vanilla JavaScript? Learn about the pros and cons of TypeScript
Instructional Video2:33
Curated Video

Zig in 100 Seconds

12th - Higher Ed
Zig is general-purpose systems programming language often used as an alternative to C, C++, and Rust. Learn the basics of Zig in this quick tutorial.
Instructional Video2:58
Curated Video

Using Python in Microsoft Excel

12th - Higher Ed
Microsoft Excel just added support for Python, allowing developers to code and run custom functions directly inside a spreadsheet. Let's take a first look at how Python support will work in Excel.
Instructional Video2:46
Curated Video

Understanding Open-Source Licensing

12th - Higher Ed
Terraform infrastructure-as-code tool recently switched to a BSL license. As a result, it was forked into a new project called OpenTF. Let's look at open-source licensing and find out why this drama occurred.
Instructional Video4:24
Curated Video

Bun is Disrupting JavaScript

12th - Higher Ed
Let's take a first look at Bun 1.0 - the worlds fastest JavaScript runtime. Find out how Bun compares to Node.js and Deno.
Instructional Video8:34
Curated Video

6 Realistic Tips for Launching a Solo Company as a Software Engineer

12th - Higher Ed
When you learn how to code, you unlock the ability to build side-businesses that have the potential to make you rich. The 6-step guide provides realistic tips and tricks for launching a solo company as a software engineer.
Instructional Video9:06
Science Buddies

How to Create a Machine Learning Model That Can Identify Lyme-Disease Transmitting Ticks!

K - 5th
Identify tick species using AI and CNNs to reduce risk of tick-borne diseases.
Instructional Video12:50
Science Buddies

Predict Air Quality with Machine Learning: A Coding Tutorial

K - 5th
Predict future air quality levels using LSTM models for a location of your choice to mitigate air pollution impact.
Instructional Video5:56
Curated Video

10 JavaScript Changes in 2023

12th - Higher Ed
How has JavaScript and web development changed in 2023? Learn about the top 10 updates to Next.js, React, Angular, Vue, and Node.js.
Instructional Video4:51
Curated Video

Comparing AI Coding Assistants

12th - Higher Ed
Learn about the latest updates to GitHub Copilot and its new GPT-4 upgrade. Also, take a first look at Google's new Duet AI and JetBrains AI Assistant.
Instructional Video9:05
Curated Video

10 Interesting Algorithms for Software Engineers

12th - Higher Ed
Top 10 most interesting algorithms ever created in computer science. Learn how software engineers have innovative techniques to solve real world problems.
Instructional Video2:42
Curated Video

Pascal in 100 Seconds

12th - Higher Ed
Learn the basics of the Pascal in this quick tutorial. Find out why Turbo Pascal was one of the world's most popular programming languages. In memory of Pascal creator Niklaus Wirth, who passed away on Jan 1st, 2024
Instructional Video5:04
Curated Video

Understanding Google's Gemini Ultra

12th - Higher Ed
Google just released highly-anticipated LLM Gemini Ultra, along with it's ChatGPT competitor Gemini Advanced. Let's take a first look at Gemini and compare its performance to other popular AI models.
Instructional Video3:58
Curated Video

Pros and Cons of the Zed Code Editor

12th - Higher Ed
Take a first look at Zed - a fast new code editor written in Rust with AI built in. Learn the pros and cons of this promising new developer tool and compare Zed to VS Code.
Instructional Video2:33
Curated Video

Expo in 100 Seconds

12th - Higher Ed
Learn the fundamentals of React Native development in Expo in this quick breakdown. With Expo, we can build apps for iOS, Android, and the web from a single JavaScript codebase.
Instructional Video4:11
Curated Video

How React 19 Improves the Developer Experience

12th - Higher Ed
Let's take a first look at React 19 and a variety of changes will improve the developer experience. We compare React's changes to other JavaScript frameworks like Svelte, Vue, and Angular.
Instructional Video4:28
Curated Video

All About Claude 3 AI

12th - Higher Ed
Let's take a first look at Claude 3, the latest LLM from Anthropic and see how it compares to GPT-4 and Gemini Ultra. Is Claude Opus the best AI tool for writing code?
Instructional Video8:21
Curated Video

100+ Docker Concepts to Know

12th - Higher Ed
Learn everything you ever wanted to know about containerization is the ultimate Docker tutorial. Build Docker images, run containers, and scale your infrastructure in the cloud with Docker 101.
Instructional Video7:39
Curated Video

10 Common Regrets of Experienced Programmers

12th - Higher Ed
I recently asked "You are on your deathbed, what do you regret the most about programming?". Let's break down the biggest mistakes shared by most software engineers.
Instructional Video2:46
Curated Video

Drizzle ORM in 100 Seconds

12th - Higher Ed
Drizzle is a serverless TypeScript ORM designed for PostgreSQL, MySQL and SQLite.