Friday Feature: Website Upgrade
This week's Friday Feature is kind of a repeat from last week. I took the rough website that AI and I built last week and did some restructuring and made a number of adjustments.
The new site is still hosted on Digital Ocean, but instead of flat HTML files, it is now running using the following stack:
- Backend: FastAPI (Python 3.11).
- Database: PostgreSQL
- Frontend: Jinja2 templates combined with HTMX 2.0.
- Styling: Vanilla CSS.
- Auth: Google OAuth 2.0
- Deployment: Docker on DigitalOcean App Platform.
And, if you are reading this blog post on https://euloth.com/ then I have been successful rolling out my new custom built website. 🙂
More to come...