VOOZH about

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

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


  • Software Development👁 Image
    Peter VerhasAugust 11th, 2014
    0 78

    What DSLs are not for

    Domain specific languages are special programming languages. Each fits some special “domain” and makes the business code simpler. Using a…

    Read More »
  • Core Java👁 Image
    Peter VerhasAugust 1st, 2014
    4 188

    Java private, protected, public and default

    You are a Java programmer, so you know what I am talking about. public modifiers make a method or field…

    Read More »
  • Software Development👁 Image
    Peter VerhasJuly 7th, 2014
    0 91

    How We Chose Framework

    When you develop your application most of the time you are writing code that deals with some of the resources.…

    Read More »
  • Software Development👁 Image
    Peter VerhasJuly 1st, 2014
    0 123

    Logging or Commenting ?

    When my recent article was republished on dzone Jonathan Fisher added a valuable comment stating: … I think I have…

    Read More »
  • Software Development👁 Image
    Peter VerhasMay 2nd, 2014
    0 91

    You can program bug free

    You can not. This is a lie, just like the cake. You can lower the number of bugs. The more…

    Read More »
  • Software Development👁 Image
    Peter VerhasApril 27th, 2014
    0 95

    Knowing the bits

    We use complex systems. My mother once said that there could be little leprechauns behind the TV screen redrawing the…

    Read More »
  • Software Development👁 Image
    Peter VerhasApril 21st, 2014
    0 429

    OpenSource License Manager

    What is a License Manager? License managers are used to enforce license rights, or at least to support the enforcement.…

    Read More »
  • Core Java👁 Image
    Peter VerhasApril 4th, 2014
    2 152

    How not to use Java 8 default methods

    Warning: you can not make this unseen once you have read I was talking about the multiple inheritance of default…

    Read More »
  • Core Java👁 Image
    Peter VerhasApril 4th, 2014
    0 894

    Java 8 default methods: what can and can not do?

    What default method is With the release of Java 8 you can modify interfaces adding new methods so that the…

    Read More »
  • First
  • ...
  • «
  • 8
  • 9
  • 10
  • 11
  • 12
  • »
Back to top button
Close