DjangoCon Europe 2021
A talk from DjangoCon Europe 2021 on leveraging PostgreSQL's advanced features within Django projects for enhanced database capabilities.
Paolo Melchiorre is a Python developer, Django contributor, and Free Software advocate. He actively supports open-source communities, mentors developers, and shares insights through talks, blogs, and community initiatives.
97 articles from this blog
A talk from DjangoCon Europe 2021 on leveraging PostgreSQL's advanced features within Django projects for enhanced database capabilities.
A technical guide for upgrading PostgreSQL from version 12 to 13 on Ubuntu 21.04, including commands and cluster management.
A talk on creating web maps using Django and its GeoDjango module, covering geospatial data storage and queries from simple to complex implementations.
A talk on creating web maps using Django's GeoDjango module, from simple SQLite to complex PostGIS implementations.
A Python/Django community member discusses the importance of linguistic diversity in FLOSS, highlighting an Italian translation of Django docs.
A talk on creating web maps using Django and its GeoDjango module, covering geographic data storage and queries from simple to complex setups.
Explores Django 3.2's new support for compressed fixtures in loaddata and dumpdata commands, including benchmark results.
A talk on creating web maps with Django and GeoDjango, covering geographic data storage and geospatial queries from simple to complex implementations.
Django Chat podcast episode discussing PostgreSQL full-text search and GeoDjango for mapping projects with contributor Paolo Melchiorre.
A tutorial on creating interactive web maps using Django's GeoDjango module, SpatiaLite for geospatial data, and the Leaflet JavaScript library.
A talk on implementing full-text search using Django and PostgreSQL, highlighting its simplicity over dedicated search engines.
A talk on implementing full-text search using only Django and PostgreSQL, following Pythonic principles for simplicity.
A talk on implementing full-text search using only Django and PostgreSQL, presented at DjangoCon Europe 2020.
A developer shares their experience and lessons learned from giving a technical talk at the online EuroPython 2020 conference.
A talk on implementing full-text search using only Django and PostgreSQL, presented at EuroPython 2020.
A technical guide for upgrading PostgreSQL from version 11 to 12 on Ubuntu 20.04, including commands and troubleshooting steps.
A talk on building a web service with Django and PostgreSQL to manage and aggregate YouTube channel revenue data via Google's APIs.