-
DevOps
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
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
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
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
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
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
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
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
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 »