Curated Video
Understanding ChatGPT's Code Interpreter Plugin
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.
Curated Video
SvelteKit in 100 seconds
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.
Curated Video
Why Did Twitter Rebrand to X?
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.
Curated Video
How Programmers Compete
Top 10 ways developers flex on each other. Learn how to show off your achievements in the world of programming.
Curated Video
Pros and Cons of TypeScript
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
Curated Video
Zig in 100 Seconds
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.
Curated Video
Using Python in Microsoft Excel
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.
Curated Video
Understanding Open-Source Licensing
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.
Curated Video
Bun is Disrupting JavaScript
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.
Curated Video
6 Realistic Tips for Launching a Solo Company as a Software Engineer
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.
Science Buddies
How to Create a Machine Learning Model That Can Identify Lyme-Disease Transmitting Ticks!
Identify tick species using AI and CNNs to reduce risk of tick-borne diseases.
Science Buddies
Predict Air Quality with Machine Learning: A Coding Tutorial
Predict future air quality levels using LSTM models for a location of your choice to mitigate air pollution impact.
Curated Video
10 JavaScript Changes in 2023
How has JavaScript and web development changed in 2023? Learn about the top 10 updates to Next.js, React, Angular, Vue, and Node.js.
Curated Video
Comparing AI Coding Assistants
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.
Curated Video
10 Interesting Algorithms for Software Engineers
Top 10 most interesting algorithms ever created in computer science. Learn how software engineers have innovative techniques to solve real world problems.
Curated Video
Pascal in 100 Seconds
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
Curated Video
Understanding Google's Gemini Ultra
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.
Curated Video
Pros and Cons of the Zed Code Editor
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.
Curated Video
Expo in 100 Seconds
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.
Curated Video
How React 19 Improves the Developer Experience
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.
Curated Video
All About Claude 3 AI
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?
Curated Video
100+ Docker Concepts to Know
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.
Curated Video
10 Common Regrets of Experienced Programmers
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.
Curated Video
Drizzle ORM in 100 Seconds
Drizzle is a serverless TypeScript ORM designed for PostgreSQL, MySQL and SQLite.