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 »
GraphQL it's an interesting approach for Data Aggregation. GraphQL is a query language API for existing data. You can leverage all your RES... (more…)
Read more »
ijaas - Make IntelliJ as a Java server that does autocompletion for Vim. (more…)
Read more »
Backblaze’s Java-based Reed-Solomon Erasure Coding library is great tech, but comparatively slow. Let’s add some optimized Go, and get a whopping speedup. (more…)
Read more »
In my 'Software Design and Architecture' course, we are currently learning design patterns such as th... (more…)
Read more »