"Efficiently converting SQL results to JSON" cover
golangperformance
Efficiently converting SQL results to JSON

SQL databases stream their result as tables of data. Let's see how we can implement an efficient algorithm to transform this stream into a JSON representation

March 22, 2021

"Setting up a startup's staging environment" cover
devopsdesign
Setting up a startup's staging environment

See how to expose a staging version of a service just by adding the label "staging" to a pull request using github workflows, kubernetes and helm

February 15, 2021

"Zero configuration query language" cover
golangdesign
Zero configuration query language

Lean more about the design and the constraints we had when developing a zero-configuration query language at eKee

March 22, 2021