Akash Dasakashdas7781.hashnode.dev·Sep 7, 2024The Evolution of Java: Past, Present, and AI-Driven FutureJava is more than just a programming language !! It's the backbone of many enterprise solutions, web applications, and android applications that have shaped the digital world for decades. Since it's inception in 1995 ,Java has evolved dramatically ,b...1 likeAI in java
Luis Rodero-Merinolrodero.hashnode.dev·Aug 15, 2024Convert Future instances to cats-effect IOMuch (most?) of the third-parties software that you will have to deal with will not handle asynchronous actions using our beloved IO monad, they will instead use either Scala’s or Java’s Future. This brief entry shows how to convert those Futures int...1 likejava future