-
Understanding Gradle
In this blog post I’ll review a bit how Gradle works behind the scenes and how certain parts may seem magical if you don’t know Groovy. And, of course, I’ll explain how that DSL magic works.
-
Artifactory, Gradle and publishing
In this post I’ll show you how to setup Artifactory from scratch and how to publish a jar from gradle.
-
WPF - From Zero to Hero - Part II
In the previous post I just looked at some examples and started banging code. I learned quite a lot of stuff. Now I’ll learn how to use the MVVM pattern. This pattern was first introduced by Martin Fowler and then adopted by Microsoft as part of the WPF framework.
-
Boolean Logic
-
WPF - From Zero to Hero - Part I
I’d like to learn WPF to create a tiny application (something like a TODO list application). This is my first time ever touching Microsoft technologies. That’s why I will document all the steps I take while learning.