The code pieces referred from my valentineshi.dev website grouped by content type for your use.
For more OSS code refer as well to my personal repository.
To run some code pieces Docker and Docker Compose have to be installed on your system.
You may clone the desired code piece subfolder only. E.g. for Puppeteer PDF Service:
git clone --no-checkout https://github.com/valentineshi-dev/code.git .
cd code
git fetch origin
# Replace `niceties/puppeteer-pdf-service` with actual folder you want to have locally
git sparse-checkout set --no-cone niceties/puppeteer-pdf-service
git pull origin master