Index

KB4IT: Worflow amended: Now it EATs
  • Tomás Vírseda
  • 16/02/2026
  • Metadata
  • Source

Over the past few weeks, I refactored a spaghetti backend module into four services: Backend, Processor (using EAT approach), Compiler, and Deployer.

Useful links for Python developers
  • Tomás Vírseda
  • 11/01/2026
  • Metadata
  • Source

List of python resources for developers

A log module for KB4IT
  • Tomás Vírseda
  • 11/01/2026
  • Metadata
  • Source

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.

KB4IT incremental compiling in Github (experimental)
  • Tomás Vírseda
  • 11/01/2026
  • Metadata
  • Source

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.

App development with GTK, Python and Libadwaita
  • Tomás Vírseda
  • 28/12/2025
  • Metadata
  • Source

Pointers to official documentation and other useful resources.