No frills data pipeline with Go

There are a plethora of data processing frameworks both maintained by open-source communities and corporations, nowadays. Just because of the abundance of such frameworks, engineers sometimes get carried away and pick up a big data processing framework to process little data, and while I myself am guilty of having done that in the past (in … Read moreNo frills data pipeline with Go

Labyrinths of SQLite with Go & Docker

With engineers trying out grandiose databases everyday for various use cases, I recently happened to have a use case where I went old school, as in with a single file database, namely SQLite. Now before you become skeptical, let me assure you that it ended up serving the use case very well, but there were … Read moreLabyrinths of SQLite with Go & Docker