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,800

Subscribers

152

Total Videos

1,078,596

Total Views

190

Videos

Recent Videos

View All Videos

THE MOST IMPORTANT PATTERN: Move Beyond Junior-Level Code

There are dozens of patterns out there—Strategy, Observer, Decorator, Singleton—but none of them are as fundamental as the Factory Pattern. Not because it’s complex, but because it forces you to ma...

Claude Design replacing devs? Let's be honest for 9 minutes.

Anthropic dropped Claude Design and everyone's losing their minds over it. So I sat down for a few hours and actually tried to build something real with it. Here's what I cover: - What Claude Desi...

A2A-Kit Complete Tutorial: Basics to Production with Postgres & Redis

In this tutorial I walk you through A2A-Kit from the absolute basics all the way to a production-grade setup using Postgres and Redis. What you'll learn: - What A2A (Agent-to-Agent) is and why it ...

The Missing Link in Multi-Agent Systems: The A2A Gateway

Are your AI agents struggling to communicate at scale? Direct agent-to-agent (A2A) connections work for two bots, but they fail for an entire ecosystem. In this video, we break down the Agent Gatew...

The Python Feature Behind the LiteLLM Supply Chain Attack (which you probably do not know)

On March 24, 2026, the LiteLLM Python package was compromised — attackers used a .pth file in site-packages to execute malicious code on every Python startup. The mechanism behind this? Python's si...

Python Dark Patterns: 5 Tricks That Look Illegal

Ever wanted to be the star of every party and get all the chicks with Python? Yeah… same. So today we’re doing the next best thing: 5 “Dark Arts” Python patterns that look like cursed bugs, but act...

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