VOOZH about

URL: https://www.javacodegeeks.com/author/Andreas-Haufler

⇱ Andreas Haufler, Author at Java Code Geeks


  • Software Development👁 Image
    Andreas HauflerApril 13th, 2016
    0 326

    Using the Raspberry Pi to program a Microchip PIC (PIC24) device via ICSP

    Why would someone want to do that? Well, basically for two reasons. First, the classic: “this should be possible” –…

    Read More »
  • Core Java👁 Image
    Andreas HauflerFebruary 9th, 2016
    25 1,165

    C code always runs way faster than Java, right? Wrong!

    So we all know the prejudice that Java being interpreted is slow and that C being compiled and optimized runs…

    Read More »
  • Software Development👁 Image
    Andreas HauflerJune 4th, 2015
    1 324

    Highlighting Checkstyle Links using Maven and IntelliJ IDEA

    Although IntelliJ IDEA has en excellent Maven integration, it doesn not recognize file references or file links in the output…

    Read More »
  • Core Java👁 Image
    Andreas HauflerApril 24th, 2015
    1 797

    Using Rhino with Java 8

    Java brings Nashorn as new JavaScript implementation for JSR 223 (javax.scripting). While this is certainly great news (Nashorn is way…

    Read More »
  • Core Java👁 Image
    Andreas HauflerJune 13th, 2014
    2 209

    JavaMail can be evil (and force you to restart your app server)

    JavaMail always had an interesting approach when it comes to its configuration. Basically you have to fill an untyped map…

    Read More »
  • Software Development👁 Image
    Andreas HauflerFebruary 10th, 2014
    3 102

    Version Numbering Scheme – Yet another approach

    Version numbering schemes are probably one of the few things we software engineers have more than sort algorithms. However, there’s…

    Read More »
  • Enterprise Java👁 Image
    Andreas HauflerJanuary 13th, 2014
    0 241

    Making HTTP content compression work in netty 4

    Netty is really a great framework providing all the things needed to build a high performance HTTP server. The nice…

    Read More »
  • Core Java👁 Image
    Andreas HauflerJanuary 6th, 2014
    4 780

    How to write one of the fastest expression evaluators in Java

    Granted, the title is a bit of an attention grabber, but nevertheless true (You course you never trust a benchmark…

    Read More »
  • Core Java👁 Image
    Andreas HauflerSeptember 27th, 2013
    7 164

    How to kill Java with a Regular Expression

    We recently stumbled upon a phenomen we absolutely weren’t aware of: You can kill any Java IDE and also any…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close