VOOZH about

URL: https://www.javacodegeeks.com/author/andrey-belyaev

⇱ Andrey Belyaev, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Andrey BelyaevNovember 24th, 2020
    0 122

    Code Generation in CUBA: What makes the magic

    Introduction Code generation is a common thing in modern frameworks. There may be different reasons behind introducing code generation –…

    Read More »
  • Software Development👁 Image
    Andrey BelyaevAugust 23rd, 2020
    0 488

    To Delete or to Soft Delete, That is the Question!

    Soft deletion is a widely used pattern applied for business applications. It allows you to mark some records as deleted…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey BelyaevMarch 5th, 2020
    0 701

    CUBA: Getting Ready for Production

    “It works on my local machine!” Nowadays it sounds like a meme, but the problem “development environment vs production environment”…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey BelyaevFebruary 20th, 2020
    0 295

    CUBA 7.2 – what’s new?

    The seventh version of the CUBA platform was a big step forward. Internal architecture improvements and the new IDE built…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey BelyaevNovember 20th, 2019
    0 212

    CUBA Platform: TypeScript SDK and REST API

    In this article, we will talk about the feature of the CUBA platform that exists for quite a long time,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey BelyaevSeptember 24th, 2019
    0 534

    Think Twice Before Using Reflection

    Introduction Sometimes, as a developer, you may bump into a situation when it’s not possible to instantiate an object using…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey BelyaevSeptember 24th, 2019
    0 240

    Fetching data with ORM is easy! Is it?

    Introduction Almost any system operates with external data stores in some way. In most of the cases, it is a…

    Read More »
  • Core Java👁 spring-interview-questions-answers
    Andrey BelyaevNovember 23rd, 2018
    2 170

    In any incomprehensible situation go scripting

    Scripting is one of the most popular ways to make your application adjustable for client needs right at runtime. As…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Andrey BelyaevJuly 5th, 2018
    0 265

    Developing with CUBA – a big shift from Spring?

    Reading requirements for yet another web project for internal corporate use you (at least myself) usually see a pretty common…

    Read More »
Back to top button
Close