Filtering in graphql uses relay, node, and edges for obtaining the result that matches certain criteria that you specify.
According to statistics, blog posts with images receive 94% more view than those without images. Thus, having at least one image in a post increases the usual traffic in...
Django Humanize tags used to give human touch to data that provides set of template filters like apnumber, intcomma, intword, naturalday, naturaltime and ordinal.
In this blog post, we are going to make simple Books API using Django REST Framework package. Django REST Framework is the most powerful, flexible, mature, full of features,...
In this blog post, we connect MySQL database with Django project from scratch using mysqlclient python package. Here we will used MySQL Workbench GUI tool for creating database.
Implementing infinite scrolling with django as like the web pages in facebook, twitter, instagram using django's Paginator class and a jQuery plug-in called jScroll. jScroll is a jQuery...