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

Increase Java Serialization Performance

Eric J. Bruno
The simplest way to send and receive a Java object is to use an ObjectOutputStream/ObjectInputStream object pair, but is it the most efficient?

Java and the Internet of Things

Eric J. Bruno
Technology continues to get smaller and faster, and we increasingly find new ways to integrate it into our lives.

Java Apps on the Raspberry Pi

Eric J. Bruno
Here is an update on my ongoing project, where I use Java on a Raspberry Pi to control an Arduino, which in turn will control some other electrical device

Periodic Thread Processing in Java

Eric J. Bruno
In an earlier blog where I discussed how to handle uncaught Java exceptions in other threads, I had a minor bug in my example code.