VOOZH about

URL: https://www.javacodegeeks.com/author/mihai-andronache

⇱ Mihai Andronache, Author at Java Code Geeks


  • Software Development👁 Image
    Mihai AndronacheMay 22nd, 2020
    3 723

    The Almighty Service Layer

    Some time ago, I wrote a post in which I basically said that MVC and other similar programming patterns are…

    Read More »
  • Core Java👁 Image
    Mihai AndronacheApril 1st, 2020
    0 719

    Class JavaDocs Should Be Mandatory in OOP

    I’ll admit, the title is a bit of a lie. I actually believe JavaDocs are necessary everywhere: methods, attributes and…

    Read More »
  • Software Development👁 Image
    Mihai AndronacheFebruary 20th, 2020
    0 535

    Clientside Search With ElasticLunr.js

    Any blog or documentation website needs Search functionality. You can achieve this in many ways, and most likely a server-side…

    Read More »
  • Software Development👁 Image
    Mihai AndronacheFebruary 4th, 2020
    0 102

    Self-Protecting Projects

    I was once attenting a presentation on the topic “Front-End Development”. The talk was held by a senior developer who,…

    Read More »
  • Core Java👁 Image
    Mihai AndronacheJune 14th, 2019
    0 208

    Hide It All!

    In an earlier post, I wrote the following words: in an object-oriented codebase the kit should be as discrete as…

    Read More »
  • Core Java👁 Image
    Mihai AndronacheApril 3rd, 2019
    0 112

    Polymorphic Input/Output Data

    When developing any kind of code interface, whether it is an elegant object oriented package or one of those ugly…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Mihai AndronacheJanuary 25th, 2019
    1 278

    Apache Payara: Let’s Encrypt

    Some time ago, I wrote a small tutorial on how you can generate Let’s Encrypt SSL certificates and install them…

    Read More »
  • Core Java👁 Image
    Mihai AndronacheDecember 11th, 2018
    4 200

    Builder As A (Fail-Fast) State Machine

    This is an idea that came to me a few weeks ago while designing a “Generator” class that had to…

    Read More »
  • Core Java👁 Image
    Mihai AndronacheNovember 14th, 2018
    3 149

    An Extension To TellDontAsk

    More than five years go, Martin Fowler pinpointed one of the biggest problems in Object-Oriented Programming in his famous TellDontAsk…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close