HTMX, ASP.NET Core, and Bootstrap Modals
A tutorial on integrating Bootstrap modals with HTMX and ASP.NET Core for dynamic, server-rendered modal dialogs.
A tutorial on integrating Bootstrap modals with HTMX and ASP.NET Core for dynamic, server-rendered modal dialogs.
Explains how to handle ASP.NET Core anti-forgery tokens when using HTMX boosts, including solutions for script re-registration.
Upgrading a SaaS app's Heroku stack and htmx, plus adding an empty state feature for a better user experience.
A developer shares lessons learned while using JavaScript FormData to build a dynamic feature for a SaaS application.
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.