Class Design Best Practices in OOP Explained programming concept tips video

Creating well-designed classes not only streamlines complexity and enhances code...

Continue Reading...
Refactoring Mastery: Turning Old Code into Gold tips video

Are you excited to untangle the complicated web of old code, turn challenges int...

Continue Reading...
The Road to Becoming a Senior Developer mindset other video

Before we begin, it’s important to acknowledge that a senior role might not suit...

Continue Reading...
Optimizing Software Architecture with Plugins programming concept video

Have you ever wondered how large-scale applications can integrate third-party de...

Continue Reading...
Dependency Inversion Principle in Python Programming programming concept video

When it comes to software development, dependency inversion is a really cool con...

Continue Reading...
Best Practices for Python Dependency Injection programming concept video

In anotherĀ post, I discussed the distinction between composition and inheritance...

Continue Reading...
Streamline Python: Advanced Type Hint Techniques programming concept video

Type hinting, while occasionally feeling bolted onto the language, is a powerful...

Continue Reading...
Managing Python Project Dependencies with Poetry tutorial video

Have you ever been to dependency hell? Well, I have for sure. I have many smalle...

Continue Reading...
Composition vs Inheritance in Software: A Deep Dive programming concept video

You might often hear from developers the phrase "composition over inheritance". ...

Continue Reading...
Design and Technology: Dieter Rams' Influence on Modern Software mindset video

Can principles of German industrial design from the 1970s influence modern softw...

Continue Reading...
Optimizing Python Code with SOLID Principles mindset programming concept video

Don't make it hard; make it SOLID!

When designing software, it’s important to t...

Continue Reading...
Python Functors and Monads: A Practical Guide programming concept video

"Monads are monoids in the category of endofunctors, but what does this even mea...

Continue Reading...