VOOZH about

URL: https://www.javacodegeeks.com/author/vladimir-dejanovic

⇱ Vladimir Dejanovic, Author at Java Code Geeks


  • Core Java👁 Image
    Vladimir DejanovicMarch 8th, 2019
    1 2,329

    How to put Java application behind Apache HTTP server

    In the “old days” it was very common thing to put Apache HTTP server in front of your Java application…

    Read More »
  • DevOps👁 Image
    Vladimir DejanovicFebruary 28th, 2019
    0 458

    How to Docker-ise your Java application with Maven plugin

    There are two maven plugins that you can use, in order to add your Java Applicatoin into Docker in an…

    Read More »
  • Software Development👁 Image
    Vladimir DejanovicFebruary 28th, 2019
    0 271

    Protocol Buffers basic stuff you need to know

    Protocol Buffers is binary protocol, it was developed in Google and made publicly available. First publicly available version was Protocol…

    Read More »
  • Enterprise Java👁 Image
    Vladimir DejanovicFebruary 27th, 2019
    1 135

    Writing better unit tests in less time with Junit Parameters

    Most of people understand the importance and benefits of unit tests and why you should have them in projects you…

    Read More »
  • Software Development👁 Image
    Vladimir DejanovicFebruary 27th, 2019
    0 101

    Production Driven Development a.k.a. Delivery Driven Development sure way to achive great results

    Motivation for defining Production/Delivery Driven Development is lack of focus on most important part of software development in all other…

    Read More »
  • Enterprise Java👁 Image
    Vladimir DejanovicDecember 4th, 2018
    0 196

    Serverless, Java and FN Project, first steps

    Serverless isn’t a new thing, but it is fair to say there is still a lot of hype about it…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vladimir DejanovicDecember 23rd, 2017
    1 139

    Gentle intro to GraphQL in Java World

    A lot of people think that GraphQL is for Front End and JavaScript only, that it doesn’t have the place…

    Read More »
Back to top button
Close