排序
Why Scala is the Best Choice for Big Data Applications: Advantages Over Java and Python
Why Scala is the Best Choice for Big Data Applications: Advantages Over Java and Python, In today’s data-driven world, businesses rely on efficient data processing frameworks to g...
Maybe Strikes Back
Maybe Strikes Back, Absent Values (3 Part Series) 1 Optionality in Java 8 and beyond 2 Maybe Strikes Back 3 Expanding Horizons In the end of the previous chapter, we've stated that...
Quickly read file or any url in Scala/Java
Quickly read file or any url in Scala/Java,One thing that is missing in Scala/Java standard library is a simple function loading a text file and returning it as a String. Of course...
Un vistazo a Java Virtual Machine (JVM)
Un vistazo a Java Virtual Machine (JVM),Java Virtual Machine (JVM) es uno de aquellos términos que pasa por desapercibido para la mayoría que incursiona en el mundo de Java. Incl...
Structured concurrency and pure functions
Structured concurrency and pure functions,A function or a method is pure, if: it has no side effects the returned value depends only on the provided arguments We will be most inter...
Scala Tutorial for Java Programmers with examples
Scala Tutorial for Java Programmers with examples,Scala is a general-purpose programming, type-safe JVM language language that offers support for object-oriented programming (OOP) ...
What is the best way to contribute to open source
What is the best way to contribute to open source,If you were to write down the growth path of a developer, you might end up with something like: Junior Developer Mid Developer Sen...
JIT 101
JIT 101, JIT compilation and HotSpot are with no doubt some very complex topics. This blog is a very short article touching on the topic in question; it was originally intended to ...
The post I link when someone tells me that Java sucks
The post I link when someone tells me that Java sucks, The post I link when someone tells me that Java sucks I had the chance to use other languages as well, but I spent the most p...
Quick Introduction to Apache NLPCraft
Quick Introduction to Apache NLPCraft,In this short article I would like to introduce Apache NLPCraft - an open source library for adding Natural Language Interface to any applicat...
Decentralised systems – SwayDB
Decentralised systems - SwayDB,TimeOrder in SwayDB can be used by decentralised systems for managing un-ordered writes and/or replication requests. Before going into details I will...
My journey through JVM languages
My journey through JVM languages,Java is not just a language. The real reason why it’s still so popular today is the mature and performant platform. And because the programs are c...