Password Resets and Signal Handling - Building SaaS #194
This episode covers implementing email confirmations and customizing Django-allauth forms for password reset functionality in a SaaS project.
This episode covers implementing email confirmations and customizing Django-allauth forms for password reset functionality in a SaaS project.
A talk on adding semantic search to Django web projects using PostgreSQL and the pgvector extension for AI-powered functionality.
Learn how to use Python libraries like Click, Jinja2, and GPT to enhance and build AI projects and applications.
A software engineer reflects on a decade of writing and self-publishing Python programming books, sharing lessons learned and sales milestones.
A technical guide on training a ship detection model using YOLOv5 on Umbra's high-resolution Synthetic Aperture Radar (SAR) satellite imagery.
A talk from DjangoCon Europe 2024 exploring various ways to contribute to the Python and Django communities, aimed at both newcomers and existing members.
A talk from PyCon Italia 2024 exploring the various ways developers can contribute to the Python community and its ecosystem.
Developer adds an export feature for user journal entries in a SaaS application, plus minor code cleanup.
A talk from PyCon US 2024 exploring the many ways to contribute to the Python community, from coding to community involvement.
A tutorial on building a customizable eInk conference name badge using Python and the Badger2040W microcontroller board.
Analysis of Python's version epoch feature, its practical issues for projects switching versioning schemes like CalVer, and why it's broken.
Explains how to automate GitHub Releases using tags and tools like Release Drafter, balancing technical process with community engagement.
A developer explains their reasoning for choosing the Django web framework over Flask for a SaaS project, based on their experience.
An updated guide on managing Python virtual environments per-project using direnv and uv, with tips for cross-architecture development.
Author discusses writing a technical article on using Alembic for database migrations in Python, published on TestDriven.io.
The latest episode of Building SaaS covers post-launch improvements and user experience polishing for the JourneyInbox application.
A developer discusses post-launch fixes for a SaaS product, including trial expirations, email prompts, UI polish, and dependency updates.
Explains the history and differences between IPython, Jupyter Notebook, JupyterLab, and related terms in the Python data science ecosystem.
Podcast interview with Paolo Melchiorre discussing Django, open source contributions, PyCon conferences, and trends in Python web development.
A tutorial on using the kr8s Python library to manage and automate Kubernetes resources, covering setup, creation, and listing.