How we build and operate the Keboola data platform
•
Tomáš Fejfar
•
2 min read
Better Error Messages for LLMs (and Everyone Else)
From Push to Pull: Our Journey to GitOps with Argo CD
This year, we embarked on a journey to transition Keboola’s deployment model from a push-based to a pull-based approach, guided by GitOps principles.
Improving MySQL Performance with Table Partitioning
This is the story of how we tackled challenges with MySQL performance, why traditional solutions didn't suffice, and how we ultimately leveraged table partitioning to efficiently manage our large datasets without causing downtime.
Continuous Integration
•
Martin Vaško
•
8 min read
In-Depth Look at Go Build Cache
How the Go build cache works and how you can troubleshoot when tests aren’t being cached as expected