How we learn what to choose and choose what to learn ยท Recently, I needed to add user roles to my Flask web app. I had already implemented some user...
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...
Since I got a better grasp of what HTMX is all about, I decided to see what hyperscript, a companion of HTMX, can do for my project. The starting...
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...
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...
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...