Coding Crash Courses
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,600
Subscribers
152
Total Videos
1,046,097
Total Views
179
Videos
Recent Videos
View All VideosLangFlow 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. ...
The Ultimate Python Workflow 2025: UV & Ruff Crash Course
Is your Python workflow feeling slow? It's time to upgrade. In this crash course, we are ditching the legacy tools and setting up the ultimate modern Python development environment using UV and Ruf...
My year 2025 - No more tutorials 2026?
If you’d like to support my work, you can check out my Udemy course. Model Context Protocol: https://www.udemy.com/course/mastering-model-context-protocol-mcp-a-practical-guide/?couponCode=25A0C3F...
Stop Asking LLMs for Confidence Scores (Do this instead)
When your manager asks: "How confident is the AI?", don't be tempted to just ask the model for a score from 0-100%. It's a trap. These numbers are often just hallucinated text, not real mathematic...
Deep Agents Tutorial: Building Hierarchical AI Systems in Python
Why do most AI agents fail at long, complex tasks? It's not the model—it's the architecture. In this video, we go under the hood of the `deepagents` framework (built on LangChain & LangGraph) to un...
Dynamic Agent Cards: How to Build "Self-Aware" Agents (RAPTOR + A2A)
📽️ PREREQUISITES (Watch these first): • Raptor Introduction: https://youtu.be/zfHQSr_s9PM • A2A Protocol: https://youtu.be/4rbh2XfLCdM Code: https://github.com/Coding-Crashkurse/Raptor-Basics Mos...