Talks on performant microservices, exception handling and documentation driven development.

I have three talks I am giving at the moment. The first I have given a few times, the remaining two are still in beta.


Latency sensitive Micro-services
What can Trading System and Micro-services learn from each other?
What strategies do they have in common?
http://www.slideshare.net/PeterLawrey/low-latency-microservices-in-java-qcon-new-york-2016

Modelling interactions between microservices.
Describing interactions between micro-services in code, as readable messages and graphically.
(Beginner to Intermediate)

Exceptional Exception HandlingThere is many different way to handle exception apart from the typical log/ignore and pretend it didn't matter.
What are the alternatives and which might you use them.

Documentation Driven Development to make contributions easier.How can documentation driven development make it easier to start using and improve adoption rates for your project/product?
How does it make it easier to contribute? Why is it so important for Microservices?

If you would like to see one of these topics at a conference let me know in the comment section.

Comments

Popular posts from this blog

Java is Very Fast, If You Don’t Create Many Objects

System wide unique nanosecond timestamps

Unusual Java: StackTrace Extends Throwable