Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Python
19.6K+ articles
Java
9.4K+ articles
Advance Java
724+ articles
Python Django
582+ articles
Java-Spring
297+ articles
Web-API
134+ articles
Django
81+ articles
java-advanced
48+ articles
Django-REST
44+ articles
rest-framework
20 posts
Recent Articles
Generate Swagger UI for Spring Boot REST APIs
Last Updated: 05 September 2025
REST (Representational State Transfer) is an architectural style that uses HTTP methods. Swagger is a framework in which we can test our REST APIs for different HTTP reque...
read more
rest-framework
Advance Java
How to Create a REST API using Java Spring Boot
Last Updated: 30 April 2026
Creating a REST API using Spring Boot allows developers to build scalable and production-ready web services with minimal configuration. It simplifies RESTful service devel...
read more
Java
java-advanced
Java-Spring
Web-API
rest-framework
Serializers - Django REST Framework
Last Updated: 10 April 2026
In Django REST Framework (DRF), serializers convert complex data such as model instances or querysets into formats like JSON or XML for API responses.Transform database ob...
read more
Python
Python Django
Django-REST
rest-framework
Serializer Fields - Django REST Framework
Last Updated: 12 July 2025
Serializer comes with some fields (entries) that process data in and out of the serializer in Django REST Framework. The very motive of Serializing is to convert DB data t...
read more
Python
Python Django
Django-REST
rest-framework
DictField in serializers - Django REST Framework
Last Updated: 12 July 2025
In Django REST Framework the very concept of Serializing is to convert DB data to a datatype that can be used by javascript. Every serializer comes with some fields (entri...
read more
Python
Python Django
Django-REST
rest-framework
JSONField in serializers - Django REST Framework
Last Updated: 12 July 2025
In Django REST Framework the very concept of Serializing is to convert DB data to a datatype that can be used by javascript. Every serializer comes with some fields (entri...
read more
Python
Python Django
Django-REST
rest-framework
HiddenField in serializers - Django REST Framework
Last Updated: 12 July 2025
In Django REST Framework the very concept of Serializing is to convert DB data to a datatype that can be used by javascript. Every serializer comes with some fields (entri...
read more
Python
Python Django
Django-REST
rest-framework
ModelSerializer in serializers - Django REST Framework
Last Updated: 12 July 2025
ModelSerializer is a layer of abstraction over the default serializer that allows to quickly create a serializer for a model in Django. Django REST Framework is a wrapper ...
read more
Python
Python Django
Django-REST
rest-framework
Choice Selection Fields in serializers - Django REST Framework
Last Updated: 12 July 2025
In Django REST Framework the very concept of Serializing is to convert DB data to a datatype that can be used by javascript. Every serializer comes with some fields (entri...
read more
Python
Python Django
Django-REST
rest-framework
Date and time fields in serializers - Django REST Framework
Last Updated: 12 July 2025
In Django REST Framework the very concept of Serializing is to convert DB data to a datatype that can be used by javascript. Every serializer comes with some fields (entri...
read more
Python
Python Django
Django-REST
rest-framework
Numeric fields in serializers - Django REST Framework
Last Updated: 12 July 2025
In Django REST Framework the very concept of Serializing is to convert DB data to a datatype that can be used by javascript. Every serializer comes with some fields (entri...
read more
Python
Python Django
Django-REST
rest-framework
IPAddressField in serializers - Django REST Framework
Last Updated: 12 July 2025
In Django REST Framework the very concept of Serializing is to convert DB data to a datatype that can be used by javascript. Every serializer comes with some fields (entri...
read more
Python
Python Django
Django-REST
rest-framework
ListField in serializers - Django REST Framework
Last Updated: 12 July 2025
In Django REST Framework the very concept of Serializing is to convert DB data to a datatype that can be used by javascript. Every serializer comes with some fields (entri...
read more
Python
Python Django
Django-REST
rest-framework
File upload Fields in Serializers - Django REST Framework
Last Updated: 12 July 2025
In Django REST Framework the very concept of Serializing is to convert DB data to a datatype that can be used by javascript. Every serializer comes with some fields (entri...
read more
Python
Python Django
Django-REST
rest-framework
Creating and Using Serializers - Django REST Framework
Last Updated: 12 July 2025
In Django REST Framework the very concept of Serializing is to convert DB data to a datatype that can be used by javascript. Serializers allow complex data such as queryse...
read more
Python
Python Django
Django-REST
rest-framework
1
2