5 Comments
Mar 14Liked by Bite Code!

I recently implemented a config using pydantic-settings and found it quite extensible. For instance, I built a custom config source for SSM parameters that caches results and provides fall backs and specification for environment. Thinking about how we've done that in the past for Java apps is a whole messy thing.

Expand full comment
Jan 24Liked by Bite Code!

Why do you consider YAML to be so much worse than JSON? The article you linked didn't seem to explain more than that.

Expand full comment