Tag: design-patterns
All the articles with the tag "design-patterns".
Design Pattern - Cascading Credential Resolution
Published: at 10:00 AMLearn how to implement a cascading credential resolution pattern inspired by AWS SDK - providing multiple credential sources with clear precedence for better developer experience and flexibility.
Monkey-Patching and Annotation-Driven AOP in Python - Learning from FastAPI, Pydantic, and Requests
Published: at 10:00 AMExplore how FastAPI, Pydantic, and Requests use monkey-patching and annotation-driven patterns to create elegant APIs. Learn to build your own aspect-oriented programming system for cross-cutting concerns.