Kotlin does a lot for us in the way of reducing boilerplate. But what is it really doing? (more…)
Read more »
I’ll be honest – my first encounter with Java in 1999 wasn’t love at first sight. It was during a university distributed systems course, and coming from a background in assembler … (more…)
Read more »
Java.util package provides a LinkedList class which has Doubly-linked list implementation of the List and Deque interfaces. The class has all optional list operations, and permits all elements (including null). Operations that index into the list will tra... (more…)
Read more »
Lock-free garbage-free concurrent queue (circular buffer) library for Java - Menzani/RingBuffer... (more…)
Read more »
In this video I will show you how to built an iOS app with Java, using JavaFX and Gluon Mobile.I will roughly go through the development process of a simple ... (more…)
Read more »