Customer Requests - Building SaaS #88
Developer implements customer feedback to improve SaaS app usability, including graded task visibility, better delete navigation, and documentation links.
Developer implements customer feedback to improve SaaS app usability, including graded task visibility, better delete navigation, and documentation links.
A developer fixes critical scheduling bugs in a Django app, addressing issues with task display and date calculations discovered during real-world testing.
An exploration of Django middleware, explaining its purpose, placement in the request/response cycle, and how it's configured.
A developer customizes a sign-up email template and tests it with MailHog, then works on the landing page's pricing section.
A developer integrates Sphinx documentation into a Django SaaS project, adding it to the app's UI, CI, and deployment process.
A developer refactors the student enrollment flow in a Django SaaS application, removing old code and improving the user interface.
A developer polishes the onboarding flow and empty states for a SaaS application, adding helpful copy and calls to action.
An in-depth look at Django middleware, explaining its role and function in handling requests and responses in a web application.
A developer addresses customer feedback on a SaaS product, fixing bugs, improving print layouts, and enhancing the user onboarding flow.
A guide to setting up Tailwind CSS with Django on Heroku, replacing the large CDN version with a custom, smaller build.
A developer completes the final form and tests for a Django app's user onboarding process in this coding tutorial episode.
A guide to Django's user authentication and authorization system, covering setup, the User model, and the login process.
A developer walkthrough of adding an UpdateView and reordering UI for courses in a Django app, including testing and template updates.
A guide on integrating a Hugo static blog into a Django application using a route-based approach like mysite.com/blog/.
A developer details the process of serving a Hugo-generated blog from a Django app using WhiteNoise on Heroku, avoiding staticfiles or a reverse proxy.
A developer creates a Django form template for a social media app, covering styling, context data, and dynamic user information.
An overview of Django's built-in user authentication system, covering authentication, authorization, and setup.
A developer builds a user invite system for a new social network app using Python and Django, covering forms, views, and email strategies.
This episode explores the structure of a Django application, explaining its core files and their purposes within a project.
The author starts a new Django project to build a social network with a capped number of connections to encourage thoughtful relationships.