Adding dynamic features to an aggressively cached website
A developer explains how to add dynamic features like admin edit links and random tag navigation to a statically cached Django blog using localStorage and JavaScript.
A developer explains how to add dynamic features like admin edit links and random tag navigation to a statically cached Django blog using localStorage and JavaScript.
Explains how to add dynamic features like admin edit links and random tag navigation to a statically cached Django blog using localStorage and JavaScript.
A developer shares hard-won lessons from a challenging freelance project migrating a legacy system to modern tech, highlighting the realities of freelancing.
Django 6.0 is released, featuring new background workers and template partials for improved web development.
Fixing YouTube embed error 153 by adjusting Django's Referrer-Policy header from same-origin to strict-origin-when-cross-origin.
Simon Willison discusses data journalism, Django's origins, and tech's role in news on the Data Renegades podcast.
Release of dns-benchmark-tool v0.3.2, a CLI tool for testing and comparing DNS server performance.
Explains the unreliability of Django signals in critical workflows and proposes a robust alternative using background tasks for fault tolerance.
The original Django Book from 2006 is now available again online at DjangoBook.com, restored using modern AI tools.
Key takeaways from Simon Willison's podcast interview on software architecture, plugins, and effectively using LLMs in development.
The author stops developing JourneyInbox as a SaaS product due to low market adoption and pivots it for personal use.
#Python #DjangoOnboarding Form and Template - Building SaaS #217NotesIn this episode, I updated my new onboarding form on the School Desk app. This fo
A developer discusses fixing email reputation issues with DMARC and simplifying the user onboarding flow for a SaaS application.
A developer recounts deployment challenges with Docker and begins exploring AI frameworks with Ollama for a SaaS project.
Improving the signup and onboarding experience for a SaaS application by removing passwords and using email-based authentication.
The author completes a simplified signup process with account verification for their JourneyInbox app in this coding episode.
A developer continues simplifying a SaaS signup process by adding a background task to send magic link emails for user authentication.
A developer continues building a SaaS app with Python & Django, focusing on a magic link email system for user signup.
A developer updates a SaaS app's signup process, replacing passwords with email-based 'magic links' using django-sesame.
A developer shares their process of optimizing SQLite database configuration for their SaaS application after migrating from Postgres.