Is it time to go back to Django?
An analysis of Django's resurgence in popularity, comparing it to FastAPI and discussing its advantages for AI-driven development.
An analysis of Django's resurgence in popularity, comparing it to FastAPI and discussing its advantages for AI-driven development.
A conference talk summary on deploying Python web apps in 2026, covering hosting options and deployment best practices.
A developer shares Django features they enjoy while building backend-focused websites with SQL and HTML, including query builders and template filters.
A personal timeline of a speaker's experience at EuroPython 2026 in Kraków, including talks, community events, and social moments.
Learning practical tips for running SQLite in production, including ANALYZE for query performance and handling cleanup operations.
A talk exploring PostgreSQL generated columns by example, covering virtual vs stored behavior, performance trade-offs, and Django integration.
How LLMs like Claude inspired a developer to add a Talks page to his personal site after ChatGPT hallucinated a feature.
A personal series of posts capturing moments from PyCon Italia 2026, including talks, community events, and behind-the-scenes stories.
Talk at PyCon Italia 2026 on Django's GeneratedField, covering practical examples, trade-offs, and evolution from Django 5.0 to 6.0.
A plea for personal sites to add RSS feeds, with a Django tutorial and reasons why RSS matters for content discovery in 2026.
A personal recap of PyCon US 2026 in Long Beach, with live posts, talks, and hallway conversations.
A personal recap of PyCon US 2026, highlighting Python community events, talks, and JetBrains' presence at the conference.
Analysis of AI-assisted contributions in open source, focusing on maintainer load and governance challenges in Django, Python, GNOME, and OCaml.
Learn about Django's new GeneratedField in Django 5.0 through practical examples at the Django London 2026 meetup.
Talk at DjangoCon Europe 2026 about AI-assisted contributions and their impact on open source maintainer load.
A developer builds a Django-powered site to host 20,000 photos, exploring the intersection of photography, coding, and tool-building philosophy.
A Django core developer warns against over-reliance on LLMs in open-source contributions, emphasizing the need for human understanding.
A Django core developer warns against over-reliance on LLMs in open-source contributions, emphasizing the need for human understanding.
Heroku is officially shutting down, prompting developers to migrate to alternative PaaS providers and self-hosted solutions.
A developer explains how to add dynamic features like admin edit links and random tag navigation to a statically cached Django blog using localStorage and JavaScript.