VOOZH about

URL: https://www.javacodegeeks.com/author/vlad-mihalcea/page/10

⇱ Vlad Mihalcea, Author at Java Code Geeks - Page 10 of 12


  • Software Development👁 Image
    Vlad MihalceaJanuary 14th, 2014
    0 856

    A Beginner’s guide to ACID and database transactions

    Transactions are omnipresent in today’s enterprise systems, providing data integrity even in highly concurrent environments. So let’s get started by…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaJanuary 10th, 2014
    2 173

    Good vs Bad Leader

    Software is more about people than technology. When I graduated from college, I thought I only had to master technical…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaJanuary 6th, 2014
    0 138

    NoSQL is not just about BigData

    There is so much debate on the SQL vs NoSQL subject, and probably this is our natural way of understanding…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaDecember 24th, 2013
    0 143

    MongoDB Facts: Lightning speed aggregation

    In my previous post, I demonstrated how fast you can insert 50 millions time-event entries with MongoDB. This time we…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Vlad MihalceaDecember 16th, 2013
    0 163

    Why I like Spring bean aliasing

    Spring framework is widely used as a dependency injection container, and that’s for good reasons. First of all, it facilitates…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vlad MihalceaDecember 13th, 2013
    0 216

    Hibernate Facts: Always check Criteria API SQL queries

    Criteria API is very useful for dynamically building queries, but that’s the only use case where I’d use it. Whenever…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaDecember 10th, 2013
    0 131

    JOOQ Facts: From JPA Annotations to JOOQ Table Mappings

    JOOQ is a neat framework, and it addresses a long issue I’ve had with advanced dynamic filtered queries. While Hibernate…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaDecember 6th, 2013
    0 170

    Hibernate Facts: Integration testing strategies

    I like Integration Testing, it’s a good way to check what SQL queries Hibernate generates behind-scenes. But Integration Tests require…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaDecember 3rd, 2013
    2 169

    MongoDB Facts: 80000+ inserts/second on commodity hardware

    While experimenting with some time series collections I needed a large data set to check that our aggregation queries don’t…

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