PDF Bundle Report - Building SaaS #123
A developer builds a PDF bundle feature for a SaaS app, creating zip archives of school year reports for customers.
A developer builds a PDF bundle feature for a SaaS app, creating zip archives of school year reports for customers.
A guide to setting up a free monitoring stack for Django applications, covering uptime, error reporting, logs, and performance.
A blogger shares their 2022 goals for writing, media production, and software development, focusing on accountability and personal growth.
A developer adds UX polish to a Django SaaS app, allowing users to quickly navigate between school years in their homeschool application.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at Pyjamas Conf 2021.
A developer stream log about handling a customer feature request after abandoning a problematic package integration.
A developer debugs a complex scheduling bug in their SaaS application during a live coding session.
The author integrates django-htmx into a Django project to build a bulk task deletion feature for a SaaS homeschool application.
Learn about Django commands, including built-in tools and how to create custom scripts to interact with your application.
A developer works on a bulk delete template for a SaaS homeschool app using Python, Django, and htmx.
A developer builds a bulk delete form for a SaaS application, allowing customers to delete multiple tasks at once.
A developer builds a bulk delete feature for a SaaS application, allowing customers to delete multiple course tasks at once.
The article details completing the school break filtering feature for a SaaS product, including UI work and final testing.
A developer builds a user interface for filtering students by school breaks in a SaaS application using Django and Python.
A Django tutorial explaining user session data, how it works, its storage engines, and how to access it via request.session.
A developer stream episode on building a SaaS app, focusing on adding student filtering for school breaks using Django and Python.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at EuroPython 2021.
A technical tutorial on creating interactive web maps using Django's GeoDjango module, PostGIS for spatial data, and the Leaflet JavaScript library.
A guide on preparing a Django project for live deployment, covering application servers like Gunicorn and cloud platform choices.
Learn how Django settings work, where configuration comes from, and tools to manage your app's setup effectively.