PostgreSQL, MySQL, and MongoDB are Boring | Issue #20


Hi there,

Are you stuck choosing between the usual database options like PostgreSQL, MySQL, or MongoDB? It’s time to expand your toolkit! 🚀

In this week’s video, I’ll cover some of the most specialized databases out there! These aren’t your average databases; they’re optimized for specific tasks that can supercharge your software projects.

I’ll walk you through how to use these databases with Python, with hands-on examples and tips on how to integrate them into your tech stack.

But remember—every tool has its trade-offs. I’ll also share some key considerations to keep in mind when deciding which database is right for your project! 😉

Enjoy the video and happy coding!

Cheers,

Arjan

# News

Under the Hood Livestream

Next Tuesday 16:00 CET!

Get ready for another round of live, unscripted coding exploration! I’ll be diving deep into the code behind some fascinating open-source libraries. 🔍💻

We’ll explore the highs, the lows, and those “what-were-they-thinking?” moments! 😅 Whether you’re here to learn, laugh, or just hang out with fellow coders, there’s something for everyone.

So, grab your coffee ☕️ and mark your calendars. See you there! 📅

video preview

The Six Dumbest Ideas in Computer Security

Marcus J. Ranum recently wrote a thought-provoking blog post titled “The Six Dumbest Ideas in Computer Security.” 🛡️

In this article, Marcus critiques prevalent security practices, exposing flawed concepts like “Default Permit,” “Enumerating Badness,” and “Penetrate and Patch.” He argues that these approaches lead to ongoing vulnerabilities and inefficiencies in the field.

Check the post here if you want to enhance your security strategies. 🛠️

# Community

A big question was recently tackled on Discord: Is it really possible to write 100% pure Object-Oriented Programs (OOP) that are maintainable?

Rick got the conversation rolling after watching The Pain of OOP lecture, questioning whether modern frameworks force us into compromises—like using anemic objects or exposing too much state. Dale jumped in, suggesting that mixing functional and imperative styles could offer a better balance. Together, they unpacked OOP purity, immutability, and the challenges around method call history and mutable states.

Curious? Want to weigh in? Come join the conversation on Discord! 🔥


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, Tired of writing the same code over and over when building APIs? With SQLModel, you can define your database schema and your API models in a single place, saving tons of time and reducing errors. ⚡️ But beware—it’s important to avoid exposing sensitive data. In this week’s video, I break down exactly how to use SQLModel with FastAPI, and share a few key lessons on how to do it right. Watch the full video to level up your API game! 🎥Enjoy the video and happy coding! Cheers, Arjan #...

Hi there, Killing a product is tougher than it looks. It’s not just about pulling the plug, it’s about doing it right—for your users, your team, and yourself. In today’s video, I share 5 major lessons from shutting down my last SaaS product, and trust me, it wasn’t all smooth sailing. If you’ve ever had to make a tough choice between projects, or felt like your hard work wasn’t paying off, this one’s for you. I even share a mindset shift that helped me see “failure” differently—and it might...

Hi there, Publishing your Python package should NOT be an obstacle course! In today’s video, I’ll show you how to automate your entire release process with GitHub Actions—yes, from creating a version tag all the way to publishing the package on PyPi. 🛠️ I’ll also cover Trusted Publishers on PyPi, so you can securely authenticate without relying on static API keys. And here’s the BEST part: the workflow is fully customizable, so you can tweak it to fit your exact needs, whether you’re using...