Message Parsing and Ruff - Building SaaS #176
The author switches a Python project to Ruff for linting and finishes parsing email messages for a SaaS application.
The author switches a Python project to Ruff for linting and finishes parsing email messages for a SaaS application.
A developer episode on parsing inbound emails with Python & Django to create journal entries, using libraries like dateutil and email.
The article details making an email sending job idempotent in a Django SaaS project and parsing inbound emails for journal entries.
The episode covers DNS configuration, SendGrid email testing, and troubleshooting for a SaaS application deployment.
A guide on deploying a Python/Django SaaS application to Heroku, covering production setup and DNS configuration.
This episode covers configuring SendGrid for outbound email sending and domain authentication for a SaaS project deployment.
A guide on deploying a SaaS app, covering security improvements, database setup with Postgres, and email configuration.
A developer prepares a SaaS for launch by adding user history, soft deletion, and SendGrid email integration.