• +43 660 1453541
  • contact@germaniumhq.com

Tagged: development

Creating CHM Files From AsciiDoc

A lot of documentation is present on how to create documentation from HTML files, in a CHM format, but a lot of it is either outdated, depends on Windows, or plain out wrong. There's got to be a better way.


Read more

Writing Python Decorators

You might think it's tricky to write decorators in Python. Well, this article is written to demistify that process.


Read more

Writing Simple Selectors

We all got tired at some point of finding element by XPath, since it's error prone and hard to maintain. A naive approach might be using string constants, but is there another way?


Read more