VOOZH about

URL: https://www.javacodegeeks.com/author/anuj-kumar

⇱ Anuj Kumar, Author at Java Code Geeks


  • Software Development👁 Image
    Anuj KumarNovember 23rd, 2015
    2 1,370

    Git Branching Strategies

    In this blog post we will talk about various branching strategies that we can adopt during SDLC. Different strategies exist…

    Read More »
  • Software Development👁 Image
    Anuj KumarAugust 31st, 2015
    3 248

    Architecting Data Intensive Applications – Part 1

    Introduction Every software application can, in essence, be divided into two types : Compute Intensive Applications and Data Intensive Applications.…

    Read More »
  • Core Java👁 Image
    Anuj KumarAugust 24th, 2015
    0 160

    Writing Data Driven Tests for your Java Application

    JUnit is an extremely powerful testing framework that not only provides its users with a facility to write quick and…

    Read More »
  • Enterprise Java👁 Image
    Anuj KumarOctober 15th, 2013
    0 137

    Write effective Load Tests using JUnit and Repeat annotation

    EasyTest recently introduced a new set of annotations that would help its users write effective test cases. The two main…

    Read More »
  • Enterprise Java👁 Image
    Anuj KumarJuly 25th, 2013
    2 174

    Run your Unit Tests in Parallel

    It was about time when the developer of Unit Tests had the ability to run the tests in Parallel using…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Anuj KumarJuly 18th, 2013
    4 180

    JPA 2 | Fetch Joins and whether we should use them

    Introduction Recently I have been working with FETCH JOINS in JPA 2 to fetch the data eagerly from the Database…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Anuj KumarJune 18th, 2013
    0 1,138

    JPA 2 | Dynamic Queries Vs Named Queries

    JPA has its own Query language called JPQL. JPQL is very similar to SQL, with one major difference being that…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Anuj KumarJune 8th, 2013
    6 1,000

    JPA 2 | EntityManagers, Transactions and everything around it

    Introduction One of the most confusing and unclear thing for me, as a Java Developer has been the mystery surrounding the Transaction…

    Read More »
Back to top button
Close