How we build and operate the Keboola data platform
•
Vladimír Kriška
•
2 min read
Application logging in AWS Lambda with Serverless plugin and Papertrail
We use Papertrail service to gather logs from all our apps across different platforms and programming languages. So, naturally, when we…
•
Ondřej Hlaváček
•
2 min read
Async Background Processing in the Browser
There's a piece of code in our UI that splits a freeform SQL string into separate queries, which are then stored on the backend. We have no…
•
Vladimír Kriška
•
5 min read
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.
•
marc raiser
•
3 min read
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…
•
Vladimír Kriška
•
2 min read
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…