This weekend learn Agentic Design Patterns. freeCodeCamp just dropped a Free 13-hour course on the new Claude Certified Architect exam

Here are this week’s five freeCodeCamp resources that are worth your time:

  1. freeCodeCamp just published a comprehensive course to help you prepare for Anthropic’s new Claude Certified Architect Foundations exam. Andrew Brown is a CTO who’s passed almost every developer certification exam under the sun. He’ll teach you how to design agentic systems, use Claude Code workflows, manage context, structure outputs, and more. Even if you’re not taking the exam, this is a good way to get up to speed on agents. (13 hour YouTube course): Claude Certified Architect – Foundations: Prep for Anthropic's New Certification Exam

  2. If you like software gore, freeCodeCamp just published an article written by a CTO that explains why even the most expensively trained LLMs still make up random crap. You’ll read horror stories about support bots who invented company policies, lawyers filing court briefs with fake citations, and AI agents deleting production data. You’ll learn about the field of interpretability research and how scientists are working to understand this phenomenon so they can dial the nonsense back a bit. (30 minute read): That's Embarrassing: Why Frontier AI Still Makes Things Up, and What to Do About It

  3. freeCodeCamp instructor Ania Kubów created this short history of the 1980s trademark fight between Apple Computer and the Beatles’ record label Apple Records. It resulted in a pretty absurd arrangement where Apple couldn’t use musical names for alert sounds in the Macintosh operating system. But one rogue Apple sound designer quietly revolted against this judgement, producing such easter eggs as “Sosumi.” When you read it out loud, it’s: “so sue me.” (7 minute watch): How an Apple Engineer Pranked Billion-Dollar Lawyers (and Won)

  4. Ania also created this tutorial for developers who want to experiment with multi-agent coding. You’ll build and deploy your own full-stack habit tracker app. Instead of relying on one agent to do everything, you’ll use a tool called TRAE IDE to break your spec down and delegate tasks across multiple specialized agents. (20 minute watch): Multi-Agent Coding & Deployment with TRAE IDE

  5. Finally, if you love building mobile apps in Flutter as much as we do, you’re going to love this new freeCodeCamp handbook. You’ll learn how to wield the mighty blade that is the Observer Design Pattern. It allows for one event to trigger several independent reactions without tightly coupling all of your components together. The wisdom in this handbook is a great first step into the realm of Event-Driven Architecture. (full length handbook): The Observer Design Pattern Handbook: Event-Driven Architecture & Domain-Driven Design in Dart

You may have noticed that the freeCodeCamp community has been publishing more and more advanced programming tutorials. Software engineering is getting a lot more complicated as a field, and there’s so much to learn. Our charity’s mission is to create open source learning resources for beginners, experienced devs, and everyone in between. Please consider supporting our efforts: https://www.freecodecamp.org/donate

Quote of the Week:
“The models are astonishing, honestly more capable than I predicted they’d be by now. And they still make things up, confidently, in production, in ways that range from funny to business-ending.” — CTO and software engineer Omer Rosenbaum in his “That’s Embarrassing” freeCodeCamp article

Until next week, happy coding.