VOOZH about

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

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


  • Career👁 Image
    Vlad MihalceaJanuary 20th, 2015
    0 157

    How to get a 10,000 points StackOverflow reputation

    How it all started In spring 2014, I initiated the Hibernate Master Class project, focusing on best practices and well-established…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vlad MihalceaJanuary 14th, 2015
    0 223

    A beginner’s guide to Java Persistence locking

    Implicit locking In concurrency theory, locking is used for protecting mutable shared data against hazardous data integrity anomalies. Because lock…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaJanuary 8th, 2015
    0 122

    Why you should pay developers to learn

    A true story We were having a meeting with a customer and he had just presented a project idea. He…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vlad MihalceaDecember 31st, 2014
    0 263

    A beginner’s guide to transaction isolation levels in enterprise Java

    Introduction A relational database strong consistency model is based on ACID transaction properties. In this post we are going to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vlad MihalceaDecember 17th, 2014
    24 158

    EAGER fetching is a code smell

    Introduction Hibernate fetching strategies can really make a difference between an application that barely crawls and a highly responsive one.…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaDecember 11th, 2014
    0 131

    The downside of version-less optimistic locking

    Introduction In my previous post I demonstrated how you can scale optimistic locking through write-concerns splitting. Version-less optimistic locking is…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Vlad MihalceaDecember 3rd, 2014
    2 266

    Spring request-level memoization

    Introduction Memoization is a method-level caching technique for speeding-up consecutive invocations. This post will demonstrate how you can achieve request-level…

    Read More »
  • Core Java👁 Image
    Vlad MihalceaNovember 20th, 2014
    0 240

    A beginner’s guide to Java time zone handling

    Basic time notions Most web applications have to support different time-zones and properly handling time-zones is no way easy. To…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaNovember 11th, 2014
    0 118

    An entity modelling strategy for scaling optimistic locking

    Introduction Application-level repeatable reads are suitable for preventing lost updates in web conversations. Enabling entity-level optimistic locking is fairly easy.…

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