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

How to get fired as an enterprise architect

Eric J. Bruno
Standing out by making mistakes to avoid getting fired may sound like a contradiction, but it's not. In this piece, you'll learn how to bridge the gap between the business and IT, create true business value beyond the nuts and bolts of technology and communicate effectively with the CEO and others at the executive level with new business architecture.

Data Security: The Morphing of Software Piracy

Eric J. Bruno
Continuing on the topic of data security, this article outlines some design strategies to fight against modern software piracy: data and service theft.

Data Protection and Business Continuity

Eric J. Bruno
Your data must be safeguarded in case of disaster. IT must come up with a plan that is economical, yet still provides critical value. Expert guidance and the regular testing of procedures can help.

Working with Java's BigDecimal

Eric J. Bruno
I've found BigDecimal a bit harder to use than either Java's double primitive type or Double class. To help in my coding, I've created a wrapper class that contains a BigDecimal object internally but instead handles the reassignment of the immutable BigDecimal on your behalf.