Unknown Facts About CAI

Introduction: In this blog, I will discuss the challenges my team faced while creating the process, and since the resources we had at hand were unable to answer our questions, we came up with our own approach to solve the issue. Since, ICRT uses XQuery, we used XQuery programming for Read more…

Monkey Patching

Simply put, Monkey Patching is the dynamic replacement of attributes at runtime. Monkey Patching can only be done in dynamic languages, of which Python is a good example. In Python, patching module (or class) variables or functions is simple, because Python doesn’t create protected or private entities– and in most Read more…