Latest Articles

  • Enforcing Static Typing in Python with Polyforce

    Enforcing Static Typing in Python with Polyforce As software developers, we often encounter situations where we need to ensure the correctness of our code’s parameters and return values. While static typing can help us catch these issues during development, Python’s dynamic nature can make it challenging to enforce strict typing at runtime. Enter Polyforce, a …

  • Integrate Robot Framework Libdoc XML Files with VSCode using LibDoc2Json

    Are you a Robot Framework user looking to enhance your development experience and streamline your workflow? Look no further! In this article, we will explore how to seamlessly integrate Robot Framework Libdoc XML files with the popular VSCode plugin “Robot Framework Intellisense” using the LibDoc2Json Python class. Robot Framework is a widely used open-source test …