Kotlin, a language developed by JetBrains for nearly 5 years is very close to its first release. However, did you know that it’s being used in production for over a few years now already? Both inside and outside of JetBrains there are people deploying Kotlin applications for Android platform, for Web Applications and just about […]
Tag: VoxxedDays
Let's type – A practical introduction to TypeScript for Java Developers by Nils Hartmann
In the recent releases of JavaScript/ECMAScript a lot of features have been added, that make working with the language way more easy and comfortable than before. But there is still no type system and as we know from developing our Java applications. A type system that would help us avoiding bugs while writing code or […]
Kotlin – Ready for Production by Hadi Hariri
Kotlin, a language developed by JetBrains for nearly 5 years is very close to its first release. However, did you know that it’s being used in production for over a few years now already? Both inside and outside of JetBrains there are people deploying Kotlin applications for Android platform, for Web Applications and just about […]
Ted Neward – Busy Java Developer's Guide to Scala: Basics
Scala is a new programming language incorporating the most important concepts of object-oriented and functional languages and running on top of the Java Virtual Machine as standard “dot-class” files. Sporting the usual object-oriented concepts as classes and inheritance, Scala also offers a number of powerful functional features, such as algebraic data types, immutable objects by […]
Jesper De Jong – Practical Scala for the busy Java developer
When you learn a new language, you want to learn more than just words. You want to learn how to make sentences that are useful for everyday life, and you’re going to compare your new language with your mother tongue. It works in the same way when you learn a new programming language. After you’ve […]