VOOZH about

URL: https://www.javacodegeeks.com/author/viktor-farcic/page/7

⇱ Viktor Farcic, Author at Java Code Geeks - Page 7 of 8


  • Software Development👁 Image
    Viktor FarcicAugust 27th, 2014
    0 218

    REST API with JSON

    What is REST API? REST stands for Representational State Transfer. It relies on a stateless, client-server, cacheable communications. In most…

    Read More »
  • Software Development👁 Image
    Viktor FarcicJuly 25th, 2014
    0 151

    BDD (Behavior-Driven Development): Missing Piece in the Continuous Integration Puzzle

    Behavior-Driven Development (BDD) is a process or it can be a tool. In many cases, BDD is both. However, it…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Viktor FarcicJuly 14th, 2014
    3 135

    Server vs Client Side Rendering (AngularJS vs Server Side MVC)

    There’s a lot of discussion related to server vs client side application rendering. While there is no “one choice fits…

    Read More »
  • Core Java👁 Image
    Viktor FarcicJune 23rd, 2014
    4 368

    Java Build Tools: Ant vs Maven vs Gradle

    In the beginning there was Make as the only build tool available. Later on it was improved with GNU Make.…

    Read More »
  • Software Development👁 Image
    Viktor FarcicJune 13th, 2014
    0 108

    Continuous Delivery: Unit Tests

    In the previous article we explored static analysis as one of the first steps in Continuous Delivery. Our journey will…

    Read More »
  • Software Development👁 Image
    Viktor FarcicMay 22nd, 2014
    0 124

    Continuous Delivery: Static Analysis

    This is the third article in the “Continuous Delivery” series. The CI Tools Setup ended with Jenkins up and running…

    Read More »
  • DevOps👁 Image
    Viktor FarcicMay 9th, 2014
    0 125

    Continuous Delivery: CI Tools Setup

    This is the second article in the “Continuous Delivery” series. We’ll continue where we left in Introduction to concepts and…

    Read More »
  • Core Java👁 Image
    Viktor FarcicMay 6th, 2014
    0 549

    Java Tutorial Through Katas: Tennis Game (Easy)

    A programming kata is an exercise which helps a programmer hone his skills through practice and repetition. This article is…

    Read More »
  • Software Development👁 Image
    Viktor FarcicMay 5th, 2014
    0 121

    Tests as documentation

    Documentation needs to be comprehensive, always up-to-date and accessible. By comprehensive I mean that it must cover all important areas…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
Back to top button
Close