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.Read more →
Published onDecember 14, 2021Integrate Pydantic with Django and Django REST FrameworkPydanticPythonDjangoDjango-REST-FrameworkPydantic is a Pythonic data validation library that makes it easy to create data models and validate data.Read more →
Published onOctober 5, 2021Getting started with GraphQL in Python with FastAPI and AriadnePythonGraphQLFastAPIGenerate a FullStack playground using FastAPI, GraphQL and AriadneRead more →
Published onAugust 28, 2021The Art Of Open Source DevelopmentOpenSourceLifestylePassionOpen source is a term that originally referred to open source software (OSS). Open source software is code that is designed to be publicly accessible—anyone can see, modify, and distribute the code as they see fit.Read more →