

·
In this post I will talk about the model view presenter architectural pattern and how it can improve your unit test and your TDD workflow when developing an Android application. [...]

·
In this post I will talk about clean code and how important are the name you choose while you're developing software. [...]

·
In this post I will talk about reflection vector used in some lighting models, for example the Phong reflection model. I will show you how this vector is calculated. [...]

·
In this post I will talk about the model view presenter architectural pattern and how it can improve your unit test and your TDD workflow when developing an iOS application. [...]

·
In this post I will talk about phong reflection model: one of the oldest and most popular lighting model in computer graphics. [...]

·
In this post I will talk about contract test: what they are and how you can use them. [...]

·
In this post I will talk about Swift closure and the potential of the @escaping and @autoclosure attributes [...]