#2 – Artificial Intelligence Origins

Alan Turing

Artificial Intelligence Origins: If it almost never is possible and usually unfair to associate a crucial human event to only one person, it is also impossible to not name the Great Alan Turing when we think about AI.

Software Development Best Practices: Polymorphism

Polymorphism is a cornerstone of Object oriented Programming (OOP). Without mastering this concept, it is very hard to produce any quality code that will be resilient and easily testable.
This paper presents this concept with an example on how to apply it.

Software Development for Non Technical Decision Makers

Essentially, converting our real life problems into software solutions is a paradigm shift. From a world of people, objects, concepts, etc., we need to move into a world that knows only one thing: manipulating numbers.