VOOZH about

URL: https://www.javacodegeeks.com/author/vadim-korkin

⇱ Vadim Korkin, Author at Java Code Geeks


  • Software Development👁 Image
    Vadim KorkinNovember 22nd, 2019
    1 2,419

    Antlr 4 grammar with spaces

    Intro This post discusses the difficulties and solutions of creating an Antlr grammar without removing spaces from the text being…

    Read More »
  • Core Java👁 Image
    Vadim KorkinMay 27th, 2019
    0 140

    Flexible Styling with Varying Criteria for POI-created documents

    Intro This post explains the difficulties with applying styles to a document based on varying criteria and offers a solution.…

    Read More »
  • Core Java👁 Image
    Vadim KorkinMarch 14th, 2019
    0 664

    Insert content with Apache POI

    Intro Everybody knows POI! It is the best library available to create Excel documents in Java. it is really good…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Vadim KorkinJanuary 28th, 2019
    0 2,546

    Spring Custom Serializers with @JsonIdentityInfo

    Intro Serialization/Deserialization from/to JSON in Spring is widely used in modern Spring-based applications. It is based on Jackson. Jackson can…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Vadim KorkinNovember 21st, 2018
    0 146

    Spring Data with Thymeleaf

    Intro Today I’ll talk about more specific issues. No design patterns or algorithms this time :-). We don’t always design…

    Read More »
  • Software Development👁 Image
    Vadim KorkinNovember 21st, 2018
    0 773

    Eclipse RAP with Spring Boot

    Intro I like Eclipse :-). I’ve been using it for many years. I think the IDE is great and it…

    Read More »
  • Software Development👁 Image
    Vadim KorkinNovember 14th, 2018
    0 147

    Multilevel Adapter Pattern

    Intro This post continues my “new pattern ideas” series. I’ll describe a special version of the adapter pattern that can…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vadim KorkinNovember 14th, 2018
    0 462

    Search for time interval in logs

    Intro This post is indirectly related to my mini-series about log analysis. It would be great to read the two…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vadim KorkinNovember 11th, 2018
    0 158

    IDE approach to log analysis pt. 2

    Intro In the first part I explained the theoretical approach to log analysis that I think is best for a sustain engineer.…

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