0

Project Loom

Story Horse? Currently, there is no coroutines implementation in Java, and Project Loom is a proposal implementation. Is not yet clear when this should be added to Java, but there is a big expectation for Java 19. Check out my… Continue Reading

0

Coroutines

Hey, you! Coroutines is something old that was forgotten for many years, but because of the trending of data-intensive applications nowadays is gaining popularity, and is here to stay, which means that developers will need to learn what coroutines is.… Continue Reading

0

java Stream

How’s the form? Introduced in Java 8, the Stream API provides a functional approach to processing collections of objects. A stream is a sequence of objects that supports various methods which can be pipelined to produce the desired result. I… Continue Reading