Over the past few weeks, I refactored a spaghetti backend module into four services: Backend, Processor (using EAT approach), Compiler, and Deployer.
Over the past few weeks, I refactored a spaghetti backend module into four services: Backend, Processor (using EAT approach), Compiler, and Deployer.
List of python resources for developers
A very useful log module to allow redirecting logs to another file in runtime.
KB4IT needs this feature to redirect logs to the right file when a new instance is executed.
These days, after several fixes, I was able to produce a reliable incremental compiling of my knowledge base repositories (or force a whole compilation of the whole KB, if the app meets some conditions).
To my initial surprise, it didn't work in Github.
Pointers to official documentation and other useful resources.