Goals for 2022
A blogger shares their 2022 goals for writing, media production, and software development, focusing on accountability and personal growth.
A blogger shares their 2022 goals for writing, media production, and software development, focusing on accountability and personal growth.
A developer adds UX polish to a Django SaaS app, allowing users to quickly navigate between school years in their homeschool application.
The author integrates django-htmx into a Django project to build a bulk task deletion feature for a SaaS homeschool application.
Learn about Django commands, including built-in tools and how to create custom scripts to interact with your application.
A developer builds a bulk delete feature for a SaaS application, allowing customers to delete multiple course tasks at once.
The article details completing the school break filtering feature for a SaaS product, including UI work and final testing.
A developer builds a user interface for filtering students by school breaks in a SaaS application using Django and Python.
A Django tutorial explaining user session data, how it works, its storage engines, and how to access it via request.session.
A developer stream episode on building a SaaS app, focusing on adding student filtering for school breaks using Django and Python.
A guide on preparing a Django project for live deployment, covering application servers like Gunicorn and cloud platform choices.
Learn how Django settings work, where configuration comes from, and tools to manage your app's setup effectively.
A podcast episode discussing automated testing strategies for Django applications, including unit and integration tests.
Explains how Django uses sessions to store per-visitor data across multiple requests, covering storage and JSON serialization.
Learn how to deploy a Django site live, including choosing a production-ready Python application server like Gunicorn.
A guide to understanding and configuring static files (CSS, JS, images) in a Django web application for improved styling and functionality.
A tutorial on integrating htmx with Django to delete list items without page reloads, including CSRF token handling.
A developer adds UI improvements and new features to a SaaS application based on direct customer feedback.
Compares Django and Flask, two popular Python web frameworks, highlighting their similarities and key differences for developers.
A developer walkthrough of building a new calendar-based task completion feature for a SaaS product using Python and Django.
A Django expert explains why you should use the latest version of the framework for new web applications, instead of older LTS versions.