My FAVORITE Error Handling Technique| Issue #16


Hi there,

What if I told you that sometimes the best way to handle errors in your code is to let them crash and burn? 💥

That’s right! Today, I’ll share my “Let it burn” approach to handling errors.

In this week’s video, you'll learn why letting your code fail fast can lead to simpler, clearer, and more robust software. I’ll show you real-life examples from my invoicing automation project where embracing errors helped me improve efficiency and save time. 💡

Stay tuned until the end for some quick tips on handling errors smartly and effectively. 🚀

Enjoy the video and happy coding!

Cheers,

Arjan

# News

Learn How AI Works With Brilliant

In the past, I’ve talked about the mechanics and the challenges of large language models (LLMs), based on my experience building Learntail. 🤖

But if you’re eager to master these concepts and dive into many other topics, Brilliant, our sponsor for today, is the ideal platform for you!

Brilliant is an interactive learning platform specializing in math, data, and computer science. Unlike traditional courses, Brilliant emphasizes hands-on learning through engaging challenges that help you build a deep understanding from the ground up.

Their bite-sized lessons are perfect for daily learning, allowing you to build new skills in just minutes each day. 🧠✨

Join over 10 million learners worldwide and start your 30-day free trial today. Plus, as an exclusive offer for ArjanCodes viewers, get 20% off a premium annual subscription through The Friday Loop newsletter. Click here to dive in and discover how far a little daily learning can take you!

Something Is Coming… 👀

My team and I have been working hard behind the scenes on something really exciting over the past few months, and we have a little surprise for you all.

I’ll share everything with you next week so keep an eye on this newsletter and on my YouTube channel! 😉

Design Patterns in Modern Software Design

Design patterns are fundamental tools in software development, but are you using them wisely? 🧩

In this week’s blog, I’ll discuss when design patterns are the right tool for the job and when they might be adding unnecessary complexity. We’ll cut through the confusion and focus on how patterns can make your code cleaner, more maintainable, scalable, and flexible—without falling into the trap of over-engineering.

If you’ve ever wondered whether you’re naturally applying patterns to solve real problems or forcing them into your code unnecessarily, this post is for you. 🧠💻

# Community

Leo, one of our community members, is seeking guidance on developing an API similar to the OpenAI Assistant API using FastAPI and AWS. He’s facing challenges with planning the cloud architecture and making component decisions. 🤔

Several community members have already shared valuable tips and best practices on cloud architecture, authentication, rate limiting, and scalability to assist Leo. If you’re new to deployment and cloud services, these insights could be incredibly beneficial for you too.

Join our Discord server to read the full thread and gain valuable knowledge. If you have experience and advice to share, your input could make a big difference for Leo and others in the community! 🚀


Do you enjoy my content on YouTube and would you like to dive in deeper? Check out my online courses below. They've helped thousands of developers take the next step in their careers.

🚀 The Mindset Online Course Series

The goal of this series is to help junior developers grow their skills to become senior developers faster.

💥 Other Courses

💡 If you’re part of a development team at a company, I offer special packages for companies that give your team the tools to consistently write high-quality code and dramatically increase your team's productivity.

🪄 Learntail

My team and I created an AI quiz generator designed to accelerate your learning, called Learntail. You can try it for free or unlock even more capabilities and features with the monthly subscription. Take a look here.

Unsubscribe | Send by ArjanCodes

Jan van Eijklaan 2-4, Bilthoven, UT 3723 BC

The Friday Loop

Every Friday, you'll get a recap of the most important and exciting Python and coding news. The Friday Loop also keeps everyone posted on new ArjanCodes courses and any limited offers coming up.

Read more from The Friday Loop

Hi there, This week’s video covers tips you probably haven’t considered—ones that can make or break your code and potentially save you hours of debugging. 🕵️♂️ Today I’m breaking down the art of designing function headers—because a good one makes your life 10x easier, while a bad one… well, you’ll wish you had known sooner. 👨💻 I’ll walk you through the essentials of function naming, and why using verbs in your function names can make all the difference.You’ll also learn how to streamline your...

Hi there, Ever wondered why Python sometimes behaves in unexpected ways? In this week’s video, I’ll be showing you 13 strange things in Python that might just blow your mind! 🤯 Especially the last one—it’s really confusing! From the mysteries of integer caching to the quirks of mutable default arguments, this video is packed with examples that will make you question everything you know about Python. 🐍 P.S. Stay tuned until the end of the video for an awesome Easter egg in Python you might not...

Hi there, Is your object-oriented Python code turning into a tangled mess? 🍝 Yes, this isn’t the kind of spaghetti you want to see on a Friday night. In this week’s video, I’ll uncover common bad OOP practices and tips for keeping your code clean and maintainable. Learn why simple functions can replace unnecessary classes and why using modules might be more effective than relying on classes with only static methods. 🚀 I’ll also discuss the pitfalls of deep inheritance hierarchies and the...