TIL is my collection of daily learnings. Each entry is brief, technical, and lightly edited.
Docker Compose Watch
One of my projects features a Dockerized API. The dev process was: write a file, rebuild container, and restart container. There’s a better way! ...