排序
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...
Scala collections in a nutshell
Scala collections in a nutshell,The Scala language, being a mix of object oriented and functional programming paradigms, has a quite unique collection framework, compared to some o...
Scala Type Bounds
Scala Type Bounds,Working with types in Scala can be challenging in many ways. The deeper you dig into the complexity of this subject, the more difficult is to find the right path....
Partial Functions in Scala
Partial Functions in Scala,Writing functions and methods that process the input data and produce some output is the very core of any type of programming. When diving deeper into di...
5 best resources to learn Scala
5 best resources to learn Scala,Scala is one of the most popular languages used in the JVM ecosystem. The recent post by Li Haoyi explains why Scala is entering the ‘slope of enli...
Higher Order Functions (HOF) in Scala
Higher Order Functions (HOF) in Scala,Higher Order Functions (HOF) in Scala are the very core of this functional programming language. Scala treats functions as a first class citiz...