-
๐ฑ Currently focused on Data and Data Engineering.
-
โ Ask me about anything related to Python, Django, Django Rest Framework, Javascript, React.
-
๐ I write blog at: https://gobinda.info.np
-
๐ซ How to reach me jamkatelgovinda1@gmail.com
-
โก Fun fact: I โค๏ธ ๐๐
-
Model Serializer vs Dynamic Fields Model Serializer in DRF - Mar 04, 2023
The Django REST Framework (DRF) uses the serializers ModelSerializer and DynamicFieldsModelSerializer to serialize and deserialize Django model instances. ModelSerializer is a serializer that creates fields on the fly using the model's defined fields...
-
Decorators in Python!!! - Sep 10, 2022
In general term, decorators are those who decorates something to make it prettier. Similarly, In python, decorators are those functions which decorates another function. Some Information related to python decorators:
Decorators takes a function as a...
-
MVC vs MVT architecture!!! - Sep 09, 2022
During the process of software development, a developer has to face lots of difficulties and problems. These issues need to be handled with some sort of mechanism to achieve the goal easily. And thereโs the software design pattern that comes into the...


