Explore >> Select a destination


You are here

nabeelvalley.co.za
| | pagefault.blog
10.9 parsecs away

Travel
| | Many cloud systems use MQTT as their communication protocol for connecting devices. The same technology can also be used for interprocess communication which also has added benefits.
| | appcodelabs.com
12.5 parsecs away

Travel
| | This tutorial shows you how to build an MQTT message broker in minutes using a Raspberry Pi. Easily test it using another computer or virtual machine.
| | tarekziade.wordpress.com
15.0 parsecs away

Travel
| | tl;dr I am building for Sagrada a web application that can be used to create and deploy web services through the web with a few Python functions. See the prototype demo quick screencast -- If you can't view it in your browser, download it and use VLC -- The music is MC Jack IN the...
| | www.softdevtube.com
43.2 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,