I hate this feeling when I read at the end of the article: This post has been generated by [whatever AI]. Did I waste 5 minutes of my life something that is potentially not real/approximate/not checked? How many of those generated article did I came across and didn't know about it?
I've been working on a project with flask + sqlalchemy. I have those sql queries returning a bit of rows (up to 20k) and that are quite slow. SQLalchemy does not seem to support caching the results and I've started to use flask-caching[1] with redis using the @cache.memoize() decorator.
Just wondering if I am taking the right path or if there is better alternative.
The way this page was built is amazing for learning. "dragging" the properties and visualize / see what effect it has instantly is so helpful to understand what's up. Wish I've learnt CSS with that kind of page.