I’ve been using homekit for quite a while now and I have to say, accessory/manufacturer coverage isn’t the best… Luckily there is this wonderful open source project called homebridge whic...
Every software project is complex or at least become complex after a while. This is – let’s say – expected nowadays, since the usual requirements have blown up significantly (monitoring+alerting, real-time analytics...
Let’s start with some facts, I do believe every company at some point starting to realize, they have to seriously consider mobile as a primary first-class citizen amongst the client software. This exact transition happened w...
Recently my team and me encountered a problem which didn’t seem very complicated at first… The goal was to simply work with and process very large JSON objects in Python. We decided not to create a heavyweight, fully fledged...
Recently I run into many troubles when I tried to deal with variable arguments in javascript. I decided to write a post about it to demonstrate my problems and possible solutions. Start with the beginning, as we probably kno...