Notarization is required as of macOS 10.15 (Catalina), and it’s a bit of aminefield - doubly so for a Java application, or anything built outside Xcode. (more…)
Read more »
Programming languages come with sorting functions by default. We can often do much better. For example, Downs has showed that radix sort can greatly surpass default sort functions in C++. Radix sort is you friend if you want to sort large arrays of intege... (more…)
Read more »
We've gathered the data at the following services: StackOverflow, LinkedIn, Github, and Google search, and unified it through a simple, but effective ranking formula. We rank: Spring, JSF, Dropwizard, Play framework, JHipster, Grails, GWT, Vaadin and more... (more…)
Read more »
Getting started with logging in your Java application can be quite easy. Learn how to do logging right and get the most out of your log data. (more…)
Read more »
I heard some are moving from JavaScript to Dart. Well, my journey was a bit different: I moved from Java to Dart. And, part of adwords…...
Read more »