Software Development
-
Static Typing Is Not for Type Checking
In his post “Strong typing vs strong testing” Bruce Eckel described the idea, that statically (or strongly) typed languages don’t…
Read More » -
Unit test life?
You can not program without testing. You write unit tests first and then you write your code. (Well, I know…
Read More » -
Can MicroServices Architecture Solve All Your Problems?
IT is one field where you can find new things coming everyday. Theses days the whole developer community websites are…
Read More » -
What I look for in frameworks
In every project the discussion comes up over and over again: should we use framework X? or Y? or no…
Read More » -
Getting Started with Machine Learning
“Machine learning” is a mystical term. Most developers don’t need it at all in their daily work, and the only…
Read More » -
Big Data… Is Hadoop the good way to start?
In the past 2 years, I have met many developers, architects that are working on “big data” projects. This sounds…
Read More » -
The Actual vs Plan Dichotomy
I’ve once worked for the IT department of a large restaurant network. They had a secret sauce, and this wasn’t…
Read More » -
Continuous Delivery: Code Coverage
This article is part of the Continuous Integration, Delivery and Deployment series. In the previous article we explored unit tests…
Read More » -
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 »