New SaaS Signup - Building SaaS #161
A developer walkthrough of setting up user signup features for a new SaaS product called JourneyInbox, built with Python and Django.
A developer walkthrough of setting up user signup features for a new SaaS product called JourneyInbox, built with Python and Django.
A talk from DjangoCon Europe 2023 covering updates, maintenance, and how to contribute to the official djangoproject.com website.
A talk from PyCon Italia 2023 on creating web maps using Django and its GeoDjango module, from simple Spatialite setups to complex PostGIS implementations.
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.
A talk on implementing full-text search in Django using only PostgreSQL, presented at PyCon US 2023.
Developer works on Python exercises via Exercism and adds course resource features to a Django-based homeschool application.
A talk from PyCon DE 2023 on creating web maps using Django and its GeoDjango module, covering data storage and geospatial queries.
A talk on creating interactive web maps using Django's GeoDjango module with PostGIS, presented at Citus Con 2023.
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.
A talk on leveraging PostgreSQL's advanced features within Django web framework for more powerful database-driven applications.
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.