aditya goel·Dec 26, 2022Intro to Java StreamsQuestion #1.) What are Java Streams ?Java Stream Api4 min readJava Stream Api4 min read
aditya goel·Dec 31, 2022Deep dive into Reactive Programming Paradigm | Part-1In this blog, we shall be looking at following concepts :- Iterator Design Pattern. Observer Design Pattern. What is Flux. Difference between the Flux and Stream. Difference between the Flux and Mono. Terminal events with Flux & Mono. Question:- Explain what is Iterator design Pattern ?Reactive Programming8 min readReactive Programming8 min read
aditya goel·Dec 30, 2022Intro to API designing with Reactive Programming ParadigmIn case you are landing here directly, it’s advisable for you to read this article and this article first, but it’s not that die-hard requirement as you still would be able to follow this blog. Question:- What is Reactive programming ?Reactive Programming7 min readReactive Programming7 min read
aditya goel·Oct 29, 2020Understanding Reactive Spring JavaExpectations from modern app:- Lets start with understanding whats expected out of a application being powered by bunch of micro-services :- Eventual Scaling based on the load. Efficient usage of resources. Response-time should be faster. How does Spring-boot serves the request traditionally (Thread per request Model) :- When the HTTP…Reactive Programming15 min readReactive Programming15 min read