Start Polishing - Building SaaS #187
The latest episode of Building SaaS covers post-launch improvements and user experience polishing for the JourneyInbox application.
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.
Podcast interview with Paolo Melchiorre discussing Django, open source contributions, PyCon conferences, and trends in Python web development.
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.
The article details completing a Stripe payment integration for a SaaS product, including tests, webhooks, and user signup views.
A developer walkthrough on integrating Stripe Checkout for subscription payments in a Django SaaS application.
A developer continues integrating Stripe payments into a Django SaaS project, focusing on a new gateway interface and checkout sessions.
A Django contributor shares a detailed list of proposed improvements for the Django web framework, including developer sprints, documentation changes, and new features.
A developer stream log about improving a SaaS app's design and planning Stripe payment integration, with less Stripe work than planned.
A developer updates a SaaS app's legal pages and integrates Stripe for customer creation and subscription payments.
A technical guide on using Python's datetime module to handle dates, times, and timezones effectively within Django web applications.
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 developer adds WhiteNoise for static files and integrates Tailwind CSS into a Django SaaS application, fixing operational issues.
A streamer explores new tools and techniques to improve their live stream, including Python, Django, and Tailwind CSS.
Paolo Melchiorre announces his candidacy for the 2024 Django Software Foundation board, outlining his experience and goals for the Django community.
Explores Django 5.0's new GeneratedField feature for database-calculated columns, with a focus on PostgreSQL implementation and examples.
A developer episode on parsing inbound emails with Python & Django to create journal entries, using libraries like dateutil and email.