28Mar
Related Post
07Mar
Programming Patterns. Publisher/Subscriber, Mediator
Our today’s heroes are Publisher / Subscriber pattern and the Mediator pattern. Basically, I created this video to explain the difference both to patterns and Observer pattern …
27Mar
Optimizing Database Interactions in Python: SQLAlchemy Best Practices
Databases are the lifeblood of modern applications, powering everything from simple blogs to complex e-commerce platforms. Python, one of the most popular and versatile programming languages, has a rich ecosystem of tools and libraries to interact with databases efficiently and effectively.
21Aug
Design Patterns Overview: Helping You Write Better Software
In this article, we will explore the most popular software design patterns like singleton, decorator, observer, and factory. We’ll also discuss why it’s important to know them well — and then we’ll provide you with some great learning resources.