Rob Austin9 articles
Renowned for its resilience and low latency, EDA is a reliable choice for developing robust, high-performing microservices.
- Rob Austin
-
Building Custom Solutions vs. Buy-and-Build Software
Sometimes time spent reinventing the wheel results in a revolutionary new rolling device. But sometimes it just amounts to time spent reinventing the wheel.
- Rob Austin
-
Is There a Best OS to Develop a Java Application on?
One subject that often evokes a lot of debate is which is the best OS to develop a Java application on. This article gives my view on the issue.
- Rob Austin
-
Why Core-to-Core Latency Matters
An initial goal of Java was to “write once, run anywhere”, but does that mean we should not be sympathetic to the hardware?
- Rob Austin
-
How to Leverage Method Chaining to Add Smart Message Routing
Learn how to use method chaining to add routing information to serialised data structures in a lightweight fashion!
- Rob Austin
-
Challenges when Developing a GUI for FIX
In this article, we explore the challenges in developing a Graphical User Interface (GUI) for Financial Information Exchange (FIX) data.
- Rob Austin
-
Why the Cool Kids Use Event Loops
Check out some of the key points to consider, as well as a full code sample, when choosing to use event Loops!
- Rob Austin
-
Learn How to Develop Event-Driven Architectures
EDA is a design pattern in which decoupled components (often microservices) can asynchronously publish and subscribe to events.
- Rob Austin
-
High-Performance Java Serialisation to Different Formats
Learn the basics of serialization in an article that discusses some of the key advantages of the open source Chronicle Wire.
- Rob Austin