Do It Live - Building SaaS #185
A developer live-deploys user setup and Stripe configuration, finding and fixing bugs in the process.
mattlayman.com is a blog by Matt Layman, a software engineer who focuses on building complex web applications, primarily using Django. He shares his expertise through regular live streams on YouTube, where he teaches others how to build advanced SaaS projects. Matt is also deeply involved in the tech community in Frederick, Maryland, where he founded Python Frederick and has helped organize local tech events. Currently, Matt is a Senior Staff Software Engineer at Included Health, working to enhance the patient experience through technology. His blog offers insights into web development, community involvement, and his career journey.
376 Articles from this blog
A developer live-deploys user setup and Stripe configuration, finding and fixing bugs in the process.
The article covers final pre-launch features for a SaaS product, including user sign-up limits and login page styling.
How to automatically check internal links on a static site using Scrapy and GitHub Actions for continuous integration.
How to style Markdown-generated HTML with Tailwind CSS classes using a custom Python Markdown extension.
A developer works on the sign-up template, styling, and feature flags for a SaaS product using Python and Django.
A guide on integrating Tailwind CSS into a Django application and deploying it to Heroku, including necessary JavaScript configuration.
A guide on integrating the WhiteNoise package into a Django app to serve static files like CSS and JavaScript, including a live deployment demo.
A streamer explores new tools and techniques to improve their live stream, including Python, Django, and Tailwind CSS.
A guide on switching a Python project from multiple linters to Ruff, a single, powerful tool.
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.
Connecting outgoing prompt emails to incoming user journal entries via webhooks, using debugging and logging in production.
A beginner-friendly guide to using HuggingFace's Transformers and Diffusers libraries for practical AI applications, including image generation.
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 Python Frederick meetup on automating document creation using Python-docx and Jinja templates, inspired by Practical Business Python.
A developer prepares a SaaS for launch by adding user history, soft deletion, and SendGrid email integration.