Formatting JavaScript code using Prettier automatically — in a container
For the last few months, I have been working on the new User Interface for one of our products. More specifically, I’m creating a Single Page Application which consumes one of our APIs.
What do we want? Continuous Integration! When do we want it? All the damn time!
We’re big fans of automation at Keboola, and we want the folks that work with our infrastructure to have as easy of a time as possible…
Continuous testing and deployment of a serverless app with Travis and Docker
Development of all apps in Keboola requires automated testing and deployment. So when we decided to create a portal for third-party…
Terraform and Keboola Connection — A PayByPhone Integration story
As a developer, I use automated tests and deployment tools every day. The fact that our clients require a deeper integration of KBC…
PhpStorm & PHPUnit & Docker
Keboola Connection (KBC) is composed of many components, most of which run in Docker. At the heart of this there is another component — the Docker Runner, which takes care of transforming KBC jobs into docker commands.