Latest Articles

  • Secure Development and Sharing of Live Apps with panel-sharing

    Panel-sharing is an exciting project that aims to make it easy for the Panel community to develop and share live apps. With its interactive platform, developers can collaborate and create dynamic applications effortlessly. In this article, we will dive into the features of panel-sharing, potential security threats associated with the platform, and three security hardening …

  • Streamline Your Code Quality with Multi-Language Support

    In today’s fast-paced software development landscape, maintaining code quality is of critical importance. One way to achieve this is through code linting, which helps identify and fix common programming errors and coding style issues. Super-Linter is a powerful tool that takes code quality to the next level by providing multi-language code linting and automated code …

  • Simplifying External Side Effects in Django with django-side-effects

    Simplifying External Side Effects in Django with django-side-effects External side-effects are actions that affect external systems and are not part of the core application integrity. These side-effects can include notifications such as Slack messages, SMS, push notifications, and emails, as well as updates to other external systems like CRMs and search engines. Managing these side-effects …