I think moving to Saturdays could work. Let’s see where this goes. Keep reading for great tips on using git diff! Well I didn’t post on Saturday, but I think there’s still some good stuff in here.
by Dave on Jan. 16, 2022, 4:23 p.m.
Yes, you can use git diff to get a list of changed file names and it gets more interesting from there for CI (https://calmcode.io/til/git-differences.html).
Heroicons from maker of tailwindcss a set of free-to-use set of typical application icons you may find useful.
I was reminded about Whitenoise for simply serving your static files using your Python web app, compatible with a CDN as necessary.
This is a great overview of the process from idea, development, and testing to deployed code How I Build a Feature from Simon Willison.