Articles in this series
I haven't seen many examples of how to use HTMX with Flask, so I'm documenting little snippets from my own code for anyone who wishes to make use of...
My blog app written in Flask allows users to post comments under each post. I wanted to implement an easy way for users to delete their own comments...
As I mentioned in my previous post, my blogging app written in Flask allows users to post comments under each post. The post page contains a little...
In my previous post I converted my boring commenting feature to use HTMX and make commenting much faster. One thing I didn't like about this was that...
While I used HTMX alert when deleting post comments, I felt like deleting a whole post was a bigger deal and should have a more fancy warning. Bulma...
Continuing work on my project in Flask and Bulma, I needed a neat way to display a photo gallery. There are plenty of premade gallery setups that I...