This page is a quick link to my most generically reusable projects:

1) my project boilerplate package base-app whose multi-architecture images are maintained by me in the GitHub Container Registry and Docker Hub.

2) my common Python library package pylib.

3) my companion “reference implementation” simple-app which serves as the template for any new application I want to create based on the boilerplate I’ve created.

Boilerplate Dependencies

You can read more about the composition and problems solved by these projects in my post here.