‘Master/Slave’ Terminology Was Removed from Python Programming Language

The terminology has been a point of contention in the tech community for nearly two decades and now it was just removed from one of the most popular programming languages in the world. Continue reading ‘Master/Slave’ Terminology Was Removed from Python Programming Language

Django Rest Framework: What should I use for authentication? How should I use it?

I just read this article about why JWT’s suck. I’m now uncertain what I should use for authentication.

For context: The API I wrote is mainly used by mobile Apps (iOS and Android). In the future it will also be accessed via … Continue reading Django Rest Framework: What should I use for authentication? How should I use it?

django-python3-ldap Does TLS Encrypt AD Passwords When Site is Hosted on http

I have implemented django-python3-ldap and integrated AD with my Django project. The project will be hosted on IIS as an intranet site that is served solely over http. I am deciding between using this solution or Django’s Rem… Continue reading django-python3-ldap Does TLS Encrypt AD Passwords When Site is Hosted on http