Azure IoT Hub includes support for IoT Edge, a runtime to run custom workloads as Modules.
There has been different tools to help with this task, extensions...
Read more ·
5 min read
While working on an IoT solution, I’ve found the need to have samples to validate the device side application. These are relatively simple applications that ...
Read more ·
1 min read
What’s wrong with Constants?
Using constants in your code might think like a good idea at first place, they force you to think why you need a string, and ho...
Read more ·
5 min read
Why I don’t like Helpers and Utils ?
It’s a sign of incomplete design.
I blogged about it some years ago !!
Helpers and Utils are Code-Smells (Nov 200...
Read more ·
3 min read
If there is one thing about IoT that can be considered as a pattern, is the characteristic that define a IoT Solution:
Devices that can be managed remote...
Read more ·
12 min read
When developing clients that use X509 certificates to authenticate to a server using TLS, you might need to create client certificates signed by your CA.
Th...
Read more ·
3 min read
This post covers how to access main IoTHub features using the MQTT protocol without using the official Device SDKs (as described in the docs), instead it use...
Read more ·
6 min read
I love GitHub Pages, and I love Jekyll as my blogging enging. However, as I’m still learning Jekyll I wanted to validate any changes to the blog, content or ...
Read more ·
1 min read
The DTDL dotnet parser provides and object model to inspect DTDL elements: Telemetry, Properties, Commands, Components and Relationships.
All of these are r...
Read more ·
1 min read
I’ve never have had a good time installing node on my dev box, Windows or Mac, I never know which version should I install, or what’s the proper configuratio...
Read more ·
1 min read