May 29, 2019 » Valentino Gagliardi - Django RSS Feed » [Archived Version]
Learn how to recover from ORM errors in Django and make your views more robust with try/except and a nice Django shortcut: get_object_or_404
Read MoreMay 28, 2019 » Instawork Engineering » [Archived Version]
Improving UI performance with Django’s Prefetch ObjectAs an engineer at Instawork, it’s my responsibility to make sure our web UI loads quickly to provide a great user experience. It can be hard to keep a page fast as we add features and display more information. I recently worked on such a page, which gave me an opportunity to learn about Django’s tools for optimizing database query performance.A core feature of Instawork is connecting our business partners with qualified hospitality professio…
Read MoreMay 27, 2019 » Paolo Melchiorre » [Archived Version]
Howto guide for upgrading PostgreSQL from version 10 to 11 on Ubuntu, after its upgrade from version 18.10 to 19.04 (Disco Dingo).
Read MoreMay 22, 2019 » Django Chat » [Archived Version]
How to add user authentication to a Django website or API. Topics include sessions, tokens, JWTs, Social/OAuth, and more.
Read MoreMay 16, 2019 » Paolo Melchiorre » [Archived Version]
PGDay.IT is the Italian event dedicated to PostgreSQL, one of the most successful open-source projects.
Read MoreMay 15, 2019 » Django Chat » [Archived Version]
How to make the most of a Python or Django conference.
Read MoreMay 11, 2019 » Luke Plant » [Archived Version]
OTP/TOTP for two factor auth (2FA/MFA) is very easy to misunderstand and implement insecurely
Read MoreMay 8, 2019 » Django Chat » [Archived Version]
An interview with Robby Grodin from PathAI, a medical startup using Django to transform the field of pathology. We discuss switching from Java, microservices vs monoliths, and the challenges of hiring Django developers.
Read MoreMay 2, 2019 » Paolo Melchiorre » [Archived Version]
PyCon Italia is the national conference where professionals, researchers and enthusiasts of the most beautiful programming language gather together.
Read MoreMay 1, 2019 » Django Chat » [Archived Version]
The Django Software Foundation is the non-profit in charge of Django. Its president, Frank Wiles, joins us to discuss how Django is run and how anyone in the community can become more involved.
Read More