We're going to a implement highly scalable single sign-on login flow for Facebook on a Django backend using Json Web Tokens (JWTs)... (more…)
Read more »
Django 2.0 alpha 1 is now available. It represents the first stage in the 2.0 release cycle and is an opportunity for you to try out the changes coming in Django 2.0. (more…)
Read more »
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations. (more…)
Read more »
In this article, I’m documenting some of my findings when implementing Full-Text Search (FTS) in PostgreSQL (using Django ORM) and ElasticSearch.
As a Django developer, I started looking into available options to perform a Full-Text search over a standard... (more…)
Read more »
In this tutorial, we will build the API for a blog app featuring CRUD (Create-Read-Update-Delete) functionality with the Django Rest… (more…)
Read more »