Weeknotes Web Development and Programming January 30, 2022

I have pulled out some draft notes from July I forgot to publish. Documentation, logging, and build scripts.


by Dave on Jan. 30, 2022, 10:57 p.m.

Understandable and Repeatable Build Scripts with Earthly Earthly looks like an interesting way to consolidate all your build scripts to make a repeatable process wherever you build. I need to learn a bit more about this.

[Loguru])(https://loguru.readthedocs.io/en/stable/overview.html) is a logging library from Python to make it easy to get started logging so you have no excuses.

Making World Class Docs Takes Effort - it’s super important to put in the effort.

Django, FastApi, most of them usually sent a similar message across. Notably, Django doesn’t serve static files in production, same with Flask. thus whitenoise

A twitter thread of Programming/Learning resources