Why You Have Enough Time
I often hear “I do not have time”, oh hell, I often say “I do not have time”. We hear this more and more, we say this more and more, until we accept the words “what can you do, this is how […]
I often hear “I do not have time”, oh hell, I often say “I do not have time”. We hear this more and more, we say this more and more, until we accept the words “what can you do, this is how […]
Learning your IDE can make your life easier. Nuff said. Yeah, it is a hassle, in the beginning learning something new always is, but if you take the time you will never go back. Once you go keyboard, you’ll never go back. […]
Learning a build automation system or at least understanding the concept behind them is a mandatory skill set for any software engineering. Similar to Apache Ant and Apache Maven, Gradle is an open source build automation system that comes as an improvement […]
The architecture is the “what“, while the design is the “how“. The architecture defines what the system does while the design defines how the system does it. The architecture is the blueprint, the documentation, while the design is the implementation abstraction, the […]