VOOZH about

URL: https://www.javacodegeeks.com/author/Evgeny-Shepelyuk

⇱ Evgeny Shepelyuk, Author at Java Code Geeks


  • DevOps👁 Image
    Evgeny ShepelyukDecember 22nd, 2015
    0 139

    JVM microservices – JVM based application as Docker container

    Continuation of Windows and Docker integration guide. The goal of this post is to show quick and easy way of…

    Read More »
  • DevOps👁 Image
    Evgeny ShepelyukNovember 27th, 2015
    0 238

    JVM microservices – how to run Docker containers on Windows

    Microservices is one of the loudest IT buzzwords, everybody’s anxious to try it. But what Linux and MacOS users get…

    Read More »
  • Scala👁 Image
    Evgeny ShepelyukNovember 19th, 2015
    0 143

    Testing AKKA application with Spock

    AKKA is message-driven and actor model based concurrency toolkit. Although it’s written in Scala, AKKA can be used in any…

    Read More »
  • Core Java👁 Image
    Evgeny ShepelyukDecember 19th, 2014
    0 132

    Testing JVM server-side JavaScript with Jasmine, Spock and Nashorn

    JavaScript usage is not limited to client-side code in browser or NodeJS powered server-side code. Many JVM based projects are…

    Read More »
  • Core Java👁 Image
    Evgeny ShepelyukSeptember 17th, 2012
    0 189

    Duck typing in Java ? Well, not exactly

    According to Wikipedia duck typing is: style of dynamic typing in which an object’s methods and properties determine the valid…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Evgeny ShepelyukJuly 13th, 2012
    0 105

    Three steps to follow MVC while building Java Web application

    Step #1 DO Always process URL(POST forms, link clicking etc) by servlet / action bean and never by JSP WHY…

    Read More »
Back to top button
Close