Coding Crash Courses thumbnail

Coding Crash Courses

@codingcrashcourses8533

Hello and welcome to my channel. I am a german software engineer who works in the AI Space. I love to learn new stuff and teach it to people :-). I already have got a german channel with a lot of videos and full courses on Python, JavaScript, React and much more. German channel: https://studio.youtube.com/channel/UCikLKUS0DZWMkukbkYDG49Q

Channel created: July 26, 2022

17,700

Subscribers

152

Total Videos

1,062,519

Total Views

185

Videos

Recent Videos

View All Videos

How to Vibecode Without Writing Garbage (Senior Dev Workflow) - With Claude Code

Everyone's vibecoding. Most people are doing it wrong. "AI replaces all developers" vs "AI is completely useless" — both camps are wrong. They're missing a process. 10+ years in software developmen...

A2A Agents a Shared Memory - Extensions Done Right

Multiple agents, one conversation – but A2A has no shared state. In this video I build a Shared History Extension: from the AgentCard declaration to message metadata to an external History Store. A...

The A2A SDK Is Too Complex - So I Fixed It (From 132 to 5 Lines of code)

Google's A2A protocol is powerful but the official SDK needs 80+ lines just to get started. I built agentserve to bring that down to 5. Here's how. In this video you will learn about: Motivation be...

LangGraph - Custom Streaming is AWESOME (+A2A Integration)

Standard API calls aren't enough when building complex AI agents that need to feel fast and responsive. In this video, I build a custom A2A (Asynchronous Architecture) Server where the LangGraph en...

RAGstein Files: Chat with the Island Documents

Vector databases alone aren't enough when dealing with thousands of pages of messy, scanned court documents. In this video, I build "Project RAGstein"- a custom Hybrid RAG system designed to chat ...

LangFlow just became even more AWESOME - LangFlow 1.7 is here!

LangFlow 1.7 is finally here, and it ships with a highly requested feature: Global Context Passing via API! 🚀 Before this update, passing data to components meant using "tweaks" and relying on spe...

MCP Servers Made Easy: The New LangChain-Toolbox Package 🚀

In this video, I show you a really interesting new package in the LangChain ecosystem: the LangChain-Toolbox! If you work with AI Agents, you know the struggle: defining tools inside every codebase...

DeepAgents in Production - The Architecture You Are Missing

Most AI tutorials leave you with a terminal script. But how do you connect the deepagents package to a real User Interface that your customers can actually use? In this video, I’m breaking down th...

Building Deep SQL Agents with the deep_agents package

In this video, I walk you through how to build Deep SQL Agents using the deep_agents package. We explore a powerful architecture where subagents function as tools, enabling a main orchestrator to i...

The Ultimate Power Duo: Python Simplicity + Rust Performance 💪

Code: https://github.com/Coding-Crashkurse/Python-Rust Python is fantastic, easy to learn, and extremely versatile. But let's be honest: Sometimes it's just too slow for the really heavy lifting. ...