Citus Con 2022
A talk on leveraging PostgreSQL's advanced features within Django web framework for more powerful database-driven applications.
A talk on leveraging PostgreSQL's advanced features within Django web framework for more powerful database-driven applications.
A talk from PyCon DE 2022 on how to maximize your use of Django by contributing to its open-source community and development.
A talk from Django Day Copenhagen 2022 on how to get involved in and contribute to the Django open-source community.
Adding a PDF course completion report for students in a SaaS application built with Python and Django.
A technical guide comparing the API extension patterns of Kubernetes and Django, focusing on custom controllers and resource management.
The article details adding a PDF attendance report to a SaaS project, covering development challenges and code patterns.
A talk on creating interactive web maps using Django and its GeoDjango module, covering geospatial data storage and queries.
A talk from Python Web Conference 2022 on how to maximize Django's potential by engaging with and contributing to its open-source community.
An update on adding a new report to a PDF bundle, including code cleanup and refactoring in a SaaS project.
A guide to Django security, covering common vulnerabilities and how the framework helps protect web applications from threats.
Developer debugs static file handling for PDF reports in a Django-based SaaS application during a live coding session.
A developer adds a user-requested task management feature and CSS styling to a PDF report for a SaaS application.
A talk summary on leveraging PostgreSQL's advanced features within Django projects, presented at PyCon Sri Lanka 2022.
The author documents upgrading their SaaS app from Tailwind CSS v2 to v3, following the official migration guide.
A guide to managing Django site settings, covering configuration sources, environment variables, and multi-environment patterns.
Developer builds admin tools to inspect PDF reports for a homeschool app, part of a SaaS development series.
Developer adds a customer-requested feature to reorder grade levels in a homeschool app, part of a SaaS building series.
Building a zip archive HTTP response for PDF reports in a Django SaaS application, including setup for the weasyprint package.
Learn strategies to improve Django website performance by increasing throughput and reducing latency.
A guide to setting up automated testing for Django projects using Pytest and GitHub Actions for continuous integration.