Blog

Blog

Caching Django views with Redis using django-redis

What is Redis?

Redis is an open source, in-memory data structure store, used as a database, cache and message broker.

Using gulp to pipeline front-end builds

We have previously seen how to use grunt to automate the front-end builds. We will see how to do the same work with its alternative tool called gulp.

Automated front-end builds with grunt task runner

Grunt is a javascript task runner used to automate the building and packaging of all front-end components. Grunt has numerous plugins for all repetitive tasks like minification, linting, compilation etc.

Dynamically include/exclude fields to Django Rest Framwork serializers based on user requests

When using serializers with django rest framework, retrieving all fields of the models might cause unnecessary traffic. This can be avoided with careful design.

What is Django middleware and how to Create a custom Django middleware

Middleware

Recent Posts

Archive

2025
2022
2021
2020
2019
2018
2017
2016
2015
2014

Tags

Authors

Feeds

RSS / Atom