Marketing, Writing, and Business Services

Some of the work I do:
• White papers, research reports, web copy, solution briefs, and so on
• Thought leadership articles and blogs
• Surveys and Research
• Presenting at conferences and webcasts

My goal is to be truthful and knowledgeable, offering thought leadership with an easy-to-grasp and compelling style. I conduct thorough research, consider the audience, and work with subject matter experts to comunicate a clear and concise message.

Twitter: @ericjbruno
Email: eric@ericbruno.com

MQTT Programming in Depth

Eric J. Bruno
MQTT is an open message protocol for machine-to-machine (M2M) or Internet of Things (IoT) communications that enables the transfer of telemetry-style data (i.e. measurements collected in remote locations) in the form of messages from devices and sensors, along unreliable or constrained networks, to a server.

Mixing Java Modules with OSGi

Eric J. Bruno
As many developers have learned, code modularity is more than just defining Java packages. It’s about specifying precisely which code is imported, which is shared publicly, and which is to be kept hidden. Proper modules also define understandable contracts that give insight into how shared code will behave and interact.

Revisit Your Cloud Strategy

Eric J. Bruno
You’ve invested a lot of time and effort in your cloud strategy over the last few of years. Now's a good time to review it, locate any remaining holes, and determine how to shore them up.

Architecting Microservices with Kubernetes

Eric J. Bruno
Microservices and Kubernetes are two very hot topics in tech today. How can you use them together? Let’s take a look in this article, which explores how to use Kubernetes to make microservices architectures a reality.