Published onDecember 29, 2022Decorator & API Design PatternsAPIPythonDecoratorDesign-PatternsA decorator is a design pattern in Python that allows a user to add new functionality to an existing object without modifying its structure.
Published onMay 31, 2021Build and Secure an API in Python with FastAPIAPIPythonFastAPIAs Python grows in popularity, the variety of high-quality frameworks available to developers has blossomed. In addition to steadfast options like Django and Flask, there are many new options including FastAPI.