abCMS

30.4 GiB free of 48.9 GiB

The database takes up 40960 bytes of space.

My experience

Author: olio on 1970-01-01 00:00:15

This is my first time working with htmx, but not my first time in the bottle.js ecosystem. I am not proficient in either of them right now, but I am getting used to their quirks.

The htmx seems to be most like the php philosophy, which is not exactly what bottle is made for. I have only used very basic templates, using the python builtin .format() method, but the template() function in bottle seems intriguing.

This is also my very first time using jwt authentication, and I already like it a lot more than I did my previous attepmts at token management.

I also came to hate browser caching altogether, which is unreasonable, but it cost me like an hour of on-off debugging to figure out why the server did not log my request, despite the content appearing on the site.