VOOZH about

URL: https://www.javacodegeeks.com/author/Marco-Castigliego

⇱ Marco Castigliego, Author at Java Code Geeks


  • Core Java👁 Image
    Marco CastigliegoJune 30th, 2015
    3 131

    Strategy Pattern in Java 8

    These are two examples on how to implement a Strategy pattern design using Java 8 functional style together with Cyclops…

    Read More »
  • Software Development👁 Image
    Marco CastigliegoJune 15th, 2015
    0 184

    10 team building tips

                            1. Good Morning When you enter in the…

    Read More »
  • Core Java👁 Image
    Marco CastigliegoMay 16th, 2015
    0 130

    Simple benchmarking : Immutable Collections VS Persistent Collections

    Often you need to add new elements to a collection. Because you are a good and careful developer you want…

    Read More »
  • Core Java👁 Image
    Marco CastigliegoSeptember 16th, 2014
    0 88

    Friday-Benchmarking Functional Java

    Lets image our product owner goes crazy one day and ask to you to do the following : From a…

    Read More »
  • Software Development👁 Image
    Marco CastigliegoSeptember 10th, 2014
    3 119

    Migrate your project from SVN to Git Stash in few steps

    Step by step guide on how to migrate your SVN repository with all its history to the Stash, the Atlassian…

    Read More »
  • Core Java👁 Image
    Marco CastigliegoAugust 26th, 2014
    0 100

    Java 8 : Functional VS Traditional

    The business logic is the same : Given a String expression composed of visits / time like : “1/24h,1..3/3h,5/*” Then…

    Read More »
  • Software Development👁 Image
    Marco CastigliegoMay 5th, 2014
    2 188

    Why you should not work extra hours

    There are pros and cons in working extra hours or over time regularly, here is an attempt to list them…

    Read More »
  • Software Development👁 Image
    Marco CastigliegoFebruary 7th, 2014
    0 185

    Funny Bugs types

    Incompatible classes when you try to deserialize files generated with old code… Wrong URL setting when you put a wrong…

    Read More »
  • Core Java👁 Image
    Marco CastigliegoFebruary 6th, 2014
    3 2,635

    Access private fields in unit tests

    First of all, let me say out louder, you need to design your code to be testable, so you test…

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