VOOZH about

URL: https://www.javacodegeeks.com/author/Veera-Sundar

⇱ Veera Sundar, Author at Java Code Geeks


  • Core Java👁 Image
    Veera SundarOctober 19th, 2012
    0 128

    Eclipse refactoring on steroids

    In my last post about common Java violations, I listed a set of mistakes that java developers tend to make.…

    Read More »
  • Core Java👁 Image
    Veera SundarSeptember 12th, 2012
    11 160

    Common code violations in Java

    At work, recently I did a code cleanup of an existing Java project. After that exercise, I could see a…

    Read More »
  • Enterprise Java👁 Image
    Veera SundarJuly 2nd, 2012
    5 426

    EasyMock tutorial – Getting Started

    In this post, I’m going to show you what EasyMock is and how you can use it for testing your…

    Read More »
  • Software Development👁 Image
    Veera SundarMarch 1st, 2012
    0 226

    Git Tutorial – Getting Started

    I was a long time Subversion user then. So, when I got introduced to Git few months back, I was…

    Read More »
  • Software Development👁 Image
    Veera SundarJanuary 27th, 2012
    4 125

    The Rise of the Front End Developers

    In any web development company, there exists two different worlds; well there are more, but we’ll just focus on –…

    Read More »
  • Enterprise Java👁 Image
    Veera SundarAugust 26th, 2011
    0 87

    Heroku runs Java

    If you are a Java fan boy, like me, then you have a good news to cheer about. Heroku runs…

    Read More »
  • Core Java👁 Image
    Veera SundarAugust 18th, 2011
    2 251

    Eclipse: How attach Java source

    In Eclipse, when you press Ctrl button and click on any Class names, the IDE will take you to the…

    Read More »
  • Enterprise Java👁 Image
    Veera SundarMay 5th, 2011
    0 157

    Google App Engine: Host application in your own domain

    When you create a new application in Google App Engine, you’ll get a domain name “yourapp.appspot.com”. But, who’ll want to…

    Read More »
  • Enterprise Java👁 Image
    Veera SundarMay 3rd, 2011
    0 232

    App Engine Java Development with Netbeans

    If you just started with App engine development, you might be having a feeling that Eclipse is the preferred IDE.…

    Read More »
Back to top button
Close