HTML (hyper text markup language) is a markup language for describing web documents. This means it uses tags to describe and set up the content of the page. A tag can be stand-alone but usually comes in pairs, where ‘<>’…

Balsamiq is a tool for creating wireframes, lofi mockups and crude prototypes. It can be downloaded as a desktop application on OS X and Windows. It also comes in a web app version, specially targeted at teams. There is also…

So here we have a simple app in Node-red. It recieves a json message with mqtt, then saves it in a cloudant database and a sql database. In this recipie I am going to show how it works. First you…