Cameron VanHouzen
cameron.vanhouzen.me
Cameron VanHouzen
@cameron.vanhouzen.me
code guy
fly.io is super awesome. Being able to just hand it a dockerfile and spin up a web app is really cool. Using it to host a discord bot and play around with some concepts for web app structure.
Deploy app servers close to your users · Fly
fly.io
January 22, 2025 at 5:10 PM
I suppose I should have posted the repo yesterday. This one was fun because nearly the entire project is compile time checked: The code, the queries(via sqlx), and the html templates(via rinja).

Repo: github.com/vanhouc/htmx...
GitHub - vanhouc/htmx-todo: Sample application for proving out htmx and axum as a viable web application platform
Sample application for proving out htmx and axum as a viable web application platform - vanhouc/htmx-todo
github.com
July 21, 2024 at 4:17 PM
I’ve been testing out some old school UI techniques for building highly performant websites. Just finished a proof of concept of a Multiple Page Application(MPA) that functions without JavaScript but uses HTMX when available to improve experience and become a quasi SPA. Check it: todo.vanhouzen.me
Index - Axum + HTMX
todo.vanhouzen.me
July 20, 2024 at 6:38 PM