Alex Zhydyk
Data Transfer Object in Django, DRF
A guide to implementing the Data Transfer Objects (DTO) Pattern in Django
PythonDjangoClean code architecture
Server-Sent Event Feature in Django Rest Framework
How to implement a server-sent event feature in Django.
PythonDjangoDjango rest framework
Server-Sent Events for Push-Notifications on FastAPI
How to build a basic FastAPI service to implement push-notification functionality.
PythonFastapiServer side events