Related Posts
Programming Languages Popularity by the number of Tagged Questions at StackOverflow.com
1. C# 73,833 2. Java 43,006 3. PHP 35,371 4. Javascript 31,244 5. C++ 27,340 6. Python 22,070 7. Objective-C 10,350 8. Ruby 8,773 9. VB.net 7,778 10. ActionScript (Flash) 5,230 11. Perl 4,496 What do these numbers mean to you? Languages on the rise of popularity among programmers, or lack of good documentation? [buzz […]

Solving “Received fatal alert: handshake_failure” error when performing HTTPS connections on a custom made JRE with jlink
TL; Tell me already what to do: Add the jdk.crypto.cryptoki module to the list of –add-modules parameter to your jlink command invocation If you’re reading this you’re one of the few developers out there that wanted to distribute a java 9+ app (using either jdk 9, jdk 10, jdk 11 or jdk 12, as of […]
How to enable adb logcat on Android 4 (debugging output)
So you got a new Nexus or another Android running Android +4.2 and there’s no “Applications” menu entry in the settings menu. No worries. Go to the “About phone” entry at the bottom of settings, then scroll all the way down to the “Build number” menu entry. Tap on it SEVEN times. (You’ll see funny […]