TIL

FastHTML Loading Spinner

I've enjoyed using fasthtml to deploy small, easily hosted webpages for little apps I've been building. I'm still getting used to it but it almost no effort at all to deploy. Recently, I built an app that would benefit from having a loading spinner upon submitting a form, but I couldn't quite...

TIL

Upload Multiple Images with FastHTML

I've been experimenting with FastHTML for making quick demo apps, often involving language models. It's a pretty simple but powerful framework, which allows me to deploy a client and server in a single main.py -- something I appreciate a lot for little projects I want to ship quickly. I currently...

Logs

2024-08-06

I watched Jeremy Howard's interview with Carson Gross, the author of htmx. As someone who learned my first bits of web dev with jQuery, I feel like I appreciate the foundations of the approach in the library, but am still early in fully developing my mental model. Jeremy built a Python wrapper on...