I wrote my first Java program in 1999. After that switched over to .NET, then came back to Java, then moved on to JavaScript, Ruby and came back to Java with Spring Boot. It’s 22 years and Java is still […]
In the previous post we created an Observable and emitted data using the onNext() method. We have a subscriber who receives the data when the publisher pushes the data. How about play with the data-receival a bit? We have the […]
In the previous post we wrote a HelloWorld program where we created a publisher using Observable and subscribed to it. Let’s extend this. Let’s have a collection of cities. We would like to get the temperature of these cities. To […]
I got a chance to discuss our very old Java collections with a group of guys today. We went through various collections and tried to play with them. It was exciting and brought back memories of my Java days. I […]
Here’s a 6 minute video on second part of Lambda expressions in Java 8. For more videos you can visit http://www.durasoftindia.com/Videos.aspx