Faster Travis CI Testing with Docker Cache

For a while now I’ve been running tests on Travis CI using Docker containers to build the project and execute the tests inside. In this … Read more

Similar

Environment agnostic front end Docker images

Environment variables are a standard way to parametrize backend containers. For some reason, they haven’t seen wide adoption on the frontend side, which just as much requires customization. Both React and Vue still recommend creating separate .env files f... (more…)

Read more »