Finish Signup and CI - Building SaaS #162
The article details setting up a Django SaaS signup flow, email templates, and configuring CI/CD with GitHub Actions and pre-commit.
The article details setting up a Django SaaS signup flow, email templates, and configuring CI/CD with GitHub Actions and pre-commit.
A developer's notes on Cory Zue's Django livecoding session, comparing Django's ORM, migrations, and admin UI to Flask development.
A developer walkthrough of setting up user signup features for a new SaaS product called JourneyInbox, built with Python and Django.
A developer starts a new SaaS project, a journaling service called journeyinbox.com, where users can journal via email.
The author works on Python exercises from Exercism and makes behind-the-scenes improvements to their streaming content.
Developer works on Python exercises via Exercism and adds course resource features to a Django-based homeschool application.
A summary of a web development panel discussion where developers answered audience questions and discussed the future of the field.
A developer stream recap covering a Python class exercise, SaaS feature deployment, performance fixes, and Neovim configuration.
A developer works on a Python/Django SaaS project, solving an Exercism problem and adding a new model field to a homeschool app.
An overview of Django's built-in session management system, explaining its security features and how to configure them for robust user data protection.
A developer tackles a Python set exercise, fixes a Django template bug, and improves type annotations in a SaaS application.
Explains that Django signals are synchronous and discusses their tradeoffs, including performance and debugging considerations.
A guide to using django-simple-history for tracking model changes and version control in Django projects.
A developer compares Django and Ruby on Rails for web development, discussing his choice and offering advice for learners.
Developer works on Python exercises, creates a custom 404 page for a Django app, and builds a GraphQL service with Go's gqlgen.
A crash course on backend development using Django and Django REST Framework, including a live coding example from a Python Frederick talk.
The author discusses switching to Neovim, an Exercism Python exercise, and adding django-stubs for better type hinting in their SaaS project.
A developer stream recap covering Python list methods, Stripe integration, and Firefox Content Security Policy warnings.
A developer discusses solving a Python Blackjack exercise on Exercism and fixing a bug in a Django app's teacher checklist feature.
Python development episode covering Exercism string exercises and fixing Django 4.1 template caching issues in a homeschool app.