AMAmol Moteinamolmote.hashnode.dev00Low Latency Parallel Processing Trading SystemApr 18 · 7 min read · In this tutorial, we will be developing an two different microservices to demonstrate microservices based low latency trading application. these two microservice are FXRate API Service - responsible Join discussion
AMAmol Moteinamolmote.hashnode.dev00Java Functional InterfaceApr 5 · 9 min read · What is a Functional interface? The interface which contains single abstract method is called Functional interface. Examples Runnable interface - run() Callable interface - call() Comparable interfJoin discussion
AMAmol Moteinamolmote.hashnode.dev00Java Lambda ExpressionApr 5 · 6 min read · What is a Lambda? A lambda expression is an anonymous function A function without name Without access modifier Without return type Lambda provides a clear and concise way to implement functional Join discussion
AMAmol Moteinamolmote.hashnode.dev00Java 8 FeaturesApr 5 · 1 min read · Why Java 8 was a Landmark Release? Java 8 (March 2014) is the most significant Java release since Java 5. It brought functional programming idioms into a stringly-types object oriented language, enablJoin discussion
AMAmol Moteinamolmote.hashnode.dev00Java Stream APIApr 4 · 12 min read · What is the Java Stream API? Stream API provides a functional style mechanism for processing sequence of elements. It is introduced in Java 8(java.util.stream). A stream is NOT a data structure, it doJoin discussion