💻

Programming

Coding tutorials, software development, and CS concepts

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'.

about 2 months 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.

2 months 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.

2 months ago · 10 points
Automate Your Life in 4 hours – Agent and Automation Zapier Course
4:00:57
freeCodeCamp.org freeCodeCamp.org

Automate Your Life in 4 hours – Agent and Automation Zapier Course

Estephania from freeCodeCamp delivers a comprehensive no-code automation course covering Zapier fundamentals through advanced AI features. Viewers learn to build workflows ranging from simple data syncs to complex AI agents and MCP servers that connect applications like Google Drive, GitHub, and Gmail without writing code.

2 months ago · 9 points
Python FastAPI Tutorial (Part 17): Testing the API - Pytest, Fixtures, and Mocking External Services
1:22:26
Corey Schafer Corey Schafer

Python FastAPI Tutorial (Part 17): Testing the API - Pytest, Fixtures, and Mocking External Services

This tutorial demonstrates how to implement comprehensive testing for FastAPI applications using pytest with async support, covering critical setup patterns like environment variable configuration before app imports, using AsyncClient for async endpoints, mocking AWS S3 with Moto, and maintaining a separate PostgreSQL test database to ensure production parity.

2 months ago · 9 points

Explore More Categories