VOOZH about

URL: https://www.javacodegeeks.com/author/peter-verhas/page/6

⇱ Peter Verhas, Author at Java Code Geeks - Page 6 of 12


  • Core Java👁 Image
    Peter VerhasMay 22nd, 2017
    0 144

    Who needs Java modules after all ?

    Jigsaw questions for 1000. I as an X want JPMS modules. What is X if it’s not a platform developer?…

    Read More »
  • Core Java👁 Image
    Peter VerhasSeptember 13th, 2016
    0 199

    Microbenchmarking comes to Java 9

    I have not written article here for a few months and this will also continue with this exception. I plan…

    Read More »
  • Software Development👁 Image
    Peter VerhasMay 27th, 2016
    0 146

    Try and Catch in Golang

    Golang as opposed to Java does not have exceptions, try/catch/finally blocks. It has strict error handling, functions called panic and…

    Read More »
  • Agile👁 Image
    Peter VerhasMay 16th, 2016
    0 111

    Do not (only) meet the budget

    In a previous article I wrote The actual decision (of a software architect) should lead to a solution that meets…

    Read More »
  • Software Development👁 Image
    Peter VerhasMay 6th, 2016
    0 129

    Architects Don’t Decide

    As pointed out in the article A Little Architecture from Robert C. Martin the job of the architect is not…

    Read More »
  • Software Development👁 Image
    Peter VerhasApril 29th, 2016
    1 210

    Comparing Golang with Java

    First of all I would like to make a disclaimer. I am not an expert in Go. I started to…

    Read More »
  • Software Development👁 Image
    Peter VerhasApril 15th, 2016
    3 96

    Random Ideas about Code Style

    Some of the sentences of this article are ironic. Others are to be taken serious. It is up to the…

    Read More »
  • Core Java👁 Image
    Peter VerhasMarch 19th, 2016
    0 1,720

    Implementing an annotation interface

    Using annotation is every day task for a Java developer. If nothing else simple @Override annotation should ring the bell.…

    Read More »
  • Core Java👁 Image
    Peter VerhasMarch 11th, 2016
    2 192

    Java compile in Java

    In a previous post I wrote about how to generate a proxy during run-time and we got as far as…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
  • 10
  • ...
  • Last
Back to top button
Close