My EuroPython 2025
A speaker's personal timeline of EuroPython 2025, documented live with technical summits, talks, and community moments in Prague.
A speaker's personal timeline of EuroPython 2025, documented live with technical summits, talks, and community moments in Prague.
A talk on implementing semantic search in a web service using Python, Django, PostgreSQL, and open-source AI tools, presented at EuroPython 2025.
A talk at PyCon Italia 2025 on implementing semantic search using Python, Django, PostgreSQL, and open-source AI tools.
Key takeaways from Simon Willison's podcast interview on software architecture, plugins, and effectively using LLMs in development.
A talk about the Djangonaut Space project, a community mentorship program for contributing to the Django web framework.
The author stops developing JourneyInbox as a SaaS product due to low market adoption and pivots it for personal use.
A technical guide on creating interactive web maps using Django's GeoDjango module, Pillow for image GPS data, and Leaflet for mapping.
#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.
Fixing the Docker image to get a Kamal deployment functional on a DigitalOcean droplet.
A developer documents migrating a SaaS app to DigitalOcean using Kamal, detailing network issues and Docker setup.
A developer continues migrating a SaaS app from Heroku to DigitalOcean, focusing on secrets with 1Password and creating a hosting droplet.
The author details migrating a Django app from Heroku to DigitalOcean, switching to Huey for background tasks and integrating Kamal.