We all changed. From monolithic to microservices, from waterfall to Agile, from “developers vs operators” to DevOps. We accept the fact that our system can be more complex, people in team have to have more skills to go faster, but how fast can we go?
Continue reading
Part I: /2016/06/12/pythons-descriptors-part-i-let-the-hunt-begin/
In part I, we started the travel to find the way to craft Python’s descriptors. We known why we need descriptors, and some trouble to know why descriptors are not easy to implement. However, it’s just a way to implement our code, right? So keep going, in this part we will find another way to do a right descriptor…
Continue reading
What and why is descriptor ?
I have just been working with Python for more than one year. Basically, it’s a very nice programming language with short and clear syntax. However, when I tried to write some data objects for Posify project, there is the beginning of many troubles…
Continue reading