How we build and operate the Keboola data platform
Ondřej Popelka

Ondřej Popelka

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 Popelka 5 min read

Kubernetes Pre-Stop Hook Reflections

I have an application which runs as a Kubernetes job. The application is implemented as PHP Symfony console command, which is specified in…

Ondřej Popelka 3 min read

The Downfall of Exception

Some time ago I came across a weird situation. I had a piece of PHP code which behaved really strange. Since the actual code was a rather…