How we build and operate the Keboola data platform
Recent Archive
Ondřej Hlaváček 3 min read

Building a PHP 7.4.21 Docker image with support for GDB debugger

When your process gets stuck somewhere, but you have no idea where, or if it segfaults, xdebug may not help. I had a process stuck in a…

Ondřej Popelka 8 min read

MySQL + SSL + Doctrine

Enabling and enforcing SSL connection on MySQL is easy: Just generate the certificates and configure the server to require secure…

Ondřej Popelka 8 min read

Automating Self Hosted Pipelines — Part 2

Building an Azure Devops pipeline to build an Azure Devops pipeline.

Ondřej Popelka 7 min read

Automating Self Hosted Pipelines — Part 1

Building an Azure Devops pipeline to build an Azure Devops pipeline.

Ondřej Hlaváček 6 min read

Best Practices for Azure DevOps (Release) Pipelines

As a part of our Azure adoption, we're also trying out Azure DevOps. Our current CI/ CD pipelines run almost exclusively on Travis CI. We…