💻 Programming

Coding tutorials, software development, and CS concepts

Search
Tanstack Start Course Course
30:57
Traversy Media Traversy Media

Tanstack Start Course Course

TanStack Start is a full-stack React framework powered by TanStack Router that provides SSR and server functions as a lightweight alternative to Next.js. Its isomorphic execution model runs code on both server and client, requiring specific patterns to handle server-only operations safely.

2 days ago · 10 points
Open Models Coding Essentials – Running LLMs Locally and in the Cloud Course
2:17:28
freeCodeCamp.org freeCodeCamp.org

Open Models Coding Essentials – Running LLMs Locally and in the Cloud Course

Andrew Brown tests open-source coding models including Gemma 4, Kimi 2.5, and Qwen across local and cloud deployments to evaluate viable alternatives to proprietary solutions, finding that while some models perform surprisingly well, hardware constraints make cloud hosting the practical choice for most developers.

3 days ago · 10 points
JavaScript Event Loop & Asynchronous Programming
46:23
freeCodeCamp.org freeCodeCamp.org

JavaScript Event Loop & Asynchronous Programming

This video demystifies how JavaScript handles asynchronous operations while remaining single-threaded, explaining the interplay between the call stack, web APIs, callback queues, and the event loop that enables non-blocking execution.

5 days ago · 9 points
OpenClaw Crash Course For Beginners
39:43
Traversy Media Traversy Media

OpenClaw Crash Course For Beginners

OpenClaw is a self-hosted AI gateway that connects messaging apps like Telegram and Discord to various LLMs, enabling automated workflows, file system access, and multi-agent interactions. Brad Traversy demonstrates local and VPS deployment options, recommends OpenAI's Codex subscription over Anthropic for cost efficiency, and walks through building an automated content research assistant.

10 days ago · 10 points
Inside the world's most elite student hackathon – Full Documentary on Stanford Tree Hacks 2026
1:42:23
freeCodeCamp.org freeCodeCamp.org

Inside the world's most elite student hackathon – Full Documentary on Stanford Tree Hacks 2026

This documentary covers Stanford's Tree Hacks 2026, an elite hackathon where 1,000 students selected from 15,000 applicants compete for $500,000 in prizes sponsored by major AI companies. Participants showcase advanced multi-agent systems, local-first AI tools, and cross-device platforms while sharing strategies on admission, multi-track prize targeting, and rapid prototyping.

11 days ago · 9 points
Coding Challenge 188: Voice Chatbot
39:28
The Coding Train The Coding Train

Coding Challenge 188: Voice Chatbot

Daniel Shiffman builds a fully local voice chatbot in p5.js using Whisper for speech-to-text and Kokoro TTS for text-to-speech, demonstrating how to process audio entirely in the browser while advocating for creative, lightweight alternatives to large language models for the bot's 'brain'.

12 days ago · 9 points
Gemini CLI Essentials – Full Course
3:49:40
freeCodeCamp.org freeCodeCamp.org

Gemini CLI Essentials – Full Course

This course prepares viewers for the Gemini CLI certification (EXP Gemini CLI01), covering Google's agentic coding tool that automates development tasks while highlighting critical limitations including restrictive token outputs and significant billing transparency issues compared to competitors like Claude Code and Codex.

15 days ago · 10 points
Build an AI Email Assistant with Code | Full AI Tutorial
1:28:56
TechWorld with Nana TechWorld with Nana

Build an AI Email Assistant with Code | Full AI Tutorial

This tutorial demonstrates how to build a production-ready AI email assistant using Next.js that receives emails via Postmark webhooks, generates intelligent responses using Anthropic's Claude API, and manages contacts through a custom dashboard backed by SQLite.

17 days ago · 10 points