VOOZH about

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

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


  • Software Development👁 Image
    Vlad MihalceaApril 28th, 2014
    2 232

    Flexy Pool, reactive connection pooling

    Introduction When I started working on enterprise projects we were using J2EE and the pooling data source was provided by…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaApril 22nd, 2014
    0 406

    The anatomy of Connection Pooling

    Introduction All projects I’ve been working on have used database connection pooling and that’s for very good reasons. Sometimes we…

    Read More »
  • Core Java👁 Image
    Vlad MihalceaApril 16th, 2014
    2 498

    Maven and Java multi-version modules

    Introduction Usually, a project has a minimum Java version requirement and that applies to all of its modules. But every…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaApril 14th, 2014
    0 124

    MongoDB 2.6 is out

    Introduction MongoDB is evolving rapidly. The 2.2 version introduced the aggregation framework as an alternative to the Map-Reduce query model.…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaApril 7th, 2014
    0 109

    Effective learning techniques for software craftsmen

    Go in one ear and out the other Programming languages, operating systems, SQL, NoSQL, web frameworks, Spring, Java EE, HTML,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Vlad MihalceaMarch 30th, 2014
    2 664

    The Builder pattern and the Spring framework

    Introduction I like to make use of the builder pattern whenever an object has both mandatory and optional properties. But…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaMarch 25th, 2014
    0 94

    Afraid of reopened issues?

    Introduction Reopened issues and developer feelings don’t mix well, a recurrent phenomenon I’ve seen on all projects I’ve worked on.…

    Read More »
  • Agile👁 Image
    Vlad MihalceaMarch 12th, 2014
    0 118

    Choosing a leader like an agilist

    The leader as a captain I recently read Petri Kainulainen’s article on sharing leadership among team members and I am…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaMarch 6th, 2014
    0 134

    Caching best practices

    Introduction There is an irresistible attraction to writing custom caching solutions, since it seems to be the easiest path to…

    Read More »
  • First
  • ...
  • «
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
  • ...
  • Last
Back to top button
Close