VOOZH about

URL: https://www.javacodegeeks.com/author/Oleg-Varaksin

⇱ Oleg Varaksin, Author at Java Code Geeks


  • Software Development👁 Image
    Oleg VaraksinJanuary 22nd, 2022
    2 249

    Comparison of language features between Java, Kotlin, Dart and TypeScript

    Some time ago I blogged about language features in TypeScript and Dart which I miss in Java. In this blog…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Oleg VaraksinAugust 8th, 2021
    0 1,190

    Clever cache for Reactor’s Mono objects

    Data caching is a widespread technique in the programming. It allows to quickly retrieve data without making long-running operations. But…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Oleg VaraksinMay 16th, 2016
    0 217

    NPM module Browser-Sync in Java / Web projects

    Browser-Sync is a handy Node.js based NPM module which can be used for a faster web development. Browser-Sync synchronizes file…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinApril 5th, 2016
    0 559

    Clean architecture of Selenium tests

    In this blog post, I would like to introduce a clean architecture for Selenium tests with best design patterns: page…

    Read More »
  • Core Java👁 Image
    Oleg VaraksinApril 6th, 2015
    0 1,444

    A way to read properties with variable interpolation

    Recently, I tried to define and read a global properties in an application server. The benefit of such property configured…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Oleg VaraksinApril 6th, 2015
    0 297

    Caching of web content with Spring’s cache manager

    I this post, I would like to show basics how to cache and manage the caching of web content with…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinJanuary 29th, 2015
    2 1,842

    PrimeFaces: Opening external pages in dynamically generated dialog

    I already blogged about one recipe in the upcomming 2. edition of the PrimeFaces Cookbook. In this post, I would…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinJanuary 5th, 2015
    0 227

    Extending PrimeFaces CSV with Bean Validation

    Some of you already know that me and my co-author Mert Çalışkan are working on the 2. edition of the…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinDecember 10th, 2014
    4 465

    Building dynamic responsive multi-level menus with plain HTML and OmniFaces

    Recently, I had to create a responsive multi-level menu with JSF 2.2. Requirements: the menu should:        …

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