New App In Project - Building SaaS #136
A developer builds a new teacher checklist feature in a Django SaaS project, creating a dedicated 'teachers' app.
A developer builds a new teacher checklist feature in a Django SaaS project, creating a dedicated 'teachers' app.
Explores using htmx instead of JavaScript for dynamic web features like AJAX and infinite scroll in various frameworks.
A developer troubleshoots a broken Python virtual environment and dives deep into dependency installation issues in this coding screencast.
A developer works on a bulk delete template for a SaaS homeschool app using Python, Django, and htmx.
Explores the trend of using Alpine.js and HTMX to add reactivity and interactivity to server-side rendered HTML with minimal JavaScript.
A tutorial on integrating htmx with Django to delete list items without page reloads, including CSRF token handling.