How to define a healthcheck for a Docker containerNovember 1, 2023Today I learned that you can define a health check for a Docker container, directly on the Dockerfile.Continue reading ⇾
How to avoid BOM issues with CSV files created on WindowsOctober 27, 2023When loading CSV files in Python that were created on Windows, you can get some weird errors because the Microsoft tools usually add a BOM.Continue reading ⇾