In this short article we’ll take a look at how can we filter collections in Kotlin. We will start by checking how to filter a
Read more
In this short article we’ll take a look at how can we filter collections in Kotlin. We will start by checking how to filter a
Read moreIn this short article we’ll take a look at how can we get the first or last n elements in Kotlin. Let’s see the different
Read moreYou may have heard about structured concurrency recently and you may be wondering what exactly is that about. Structured concurrency is a paradigm that tries
Read moreIf you are a developer using any of the JVM languages, you must have seen that sometimes JDK releases include new proposals in the form
Read moreLast Wednesday JetBrains, the creator of the popular IDE IntelliJ Idea, announced that they had made JetBrains Fleet available to the public for preview. Many
Read moreIn this article we will be talking about common mistakes in event-driven systems, but before we dive into that, let’s see the reasons behind the
Read more
You must be logged in to post a comment.