VOOZH about

URL: https://www.javacodegeeks.com/author/eyal-golan

⇱ Eyal Golan, Author at Java Code Geeks


  • DevOps👁 Image
    Eyal GolanOctober 3rd, 2015
    0 132

    Continuous Deployment circleci, AWS (Elastic Beanstalk), Docker

    Introduction We run some of our services in Docker container, under Elastic Beanstalk (EB). We use circleci for our CI…

    Read More »
  • DevOps👁 Image
    Eyal GolanMarch 29th, 2015
    0 93

    Aggregate Installation Tips

    Aggregate Installation Tips One of the reasons I am writing this blog, is to keep “log” for myself on how…

    Read More »
  • Software Development👁 Image
    Eyal GolanMarch 11th, 2015
    2 113

    Working with Legacy Test Code

    Legacy Code and Smell by Tests Working with unit tests can help in many ways to improve the code-base. One…

    Read More »
  • Enterprise Java👁 Image
    Eyal GolanFebruary 26th, 2015
    0 262

    Dropwizard, MongoDB and Gradle Experimenting

    Introduction I created a small project using Dropwizard, MongoDB and Gradle. It actually started as an experimenting Guava cache as…

    Read More »
  • Core Java👁 Image
    Eyal GolanJanuary 8th, 2015
    0 103

    Java 8 Stream and Lambda Expressions – Parsing File Example

    Recently I wanted to extract certain data from an output log. Here’s part of the log file:      …

    Read More »
  • Software Development👁 Image
    Eyal GolanDecember 20th, 2014
    0 139

    Working With Legacy Code, What does it Really Mean

    At the end of January I am going to talk in Agile Practitioners 2015 TLV. I’ll be talking about Legacy…

    Read More »
  • Core Java👁 Image
    Eyal GolanDecember 17th, 2014
    6 121

    Playing With Java Concurrency

    Recently I needed to transform some filet that each has a list (array) of objects in JSON format to files…

    Read More »
  • Software Development👁 Image
    Eyal GolanNovember 26th, 2014
    0 81

    It’s All About Tests – Part 3

    In the previous two posts I discussed mostly about the philosophy and attitude of developing with testing. In this post…

    Read More »
  • Core Java👁 Image
    Eyal GolanNovember 20th, 2014
    0 85

    It’s All About Tests – Part 2

    This is the second post of the series about testing. In the first part I explained about the mindset we…

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