Tagged: Automation

1

Zigbee at Home

I want to use and run many small battery sensors across the home. Wifi would have worked, but battery-powered sensors make them portable and usable. Also, I would like to keep small sensors out of my wifi network for security reasons. Zigbee is the ideal candidate for this.

4

Testing Async systems with Karate Testing Framework

I have love and hate relationship with asynchronous systems. I love them because the flow is natural and doesn’t waste time and resources. I hate them because it’s difficult to test and debug. The most common asynchronous system that you would have used is Webhook type. Where you get a callback from an...