InfluxDB: If you are lazy, you need to be smart

Like most programmers, I’m lazy in some aspects.One of them is updating databases to the newest versions :) My InfluxDB for PV Dashboard is still an older 1.7 version. Everything works great and there is no need to upgrade, but a few days ago I need to rebuild a few queries due to billing changes […]

How to properly organize Firebase Database structure?

Structuring your Firebase Database is one of the first things that you will need to do before implementation of your app. You can do it in two ways: so bad or so good ;) I mean JSON tree with many levels or flat data structure as much as possible. It takes a moment to ponder, […]