Theory vs. experience

Question: “Do you understand?”Answer: “Yes!”Order: “Okay, then implement it.”Question: “How do I start?” And that is the difference between understanding something in theory and having experience doing it. There is a lot to it and in this article I’d like to cover this topic on the specific example of creating a repository for your work.… Continue reading Theory vs. experience

Build your application outside your IDE

This is a short introduction into building applications like Visual Studio solutions, Gradle/Ant/Maven- or Makefile projects. What does building mean in general? Transfering your project from one state to another. This means for example one takes the source files and derives binaries from them or creating a pdf documentation from the contained markdown files. Thus… Continue reading Build your application outside your IDE