Latest Articles

  • How to Convert Between CBOR, JSON, MessagePack, TOML, and YAML with Remarshal

    Remarshal is a versatile tool that allows you to seamlessly convert between different data formats such as CBOR, JSON, MessagePack, TOML, and YAML. Whether you need to convert a complex JSON file to YAML or transform a TOML document into a more compact CBOR format, Remarshal has you covered. In this article, we will explore …

  • Dockstore, A Quick Guide

    Setting Up and Maintaining Dockstore Documentation: A Quick Guide Dockstore, a powerful tool for managing and sharing bioinformatics tools and workflows, comes with a comprehensive documentation to assist users in setting up and effectively using the platform. In this article, we will provide a step-by-step guide on how to set up and maintain Dockstore documentation, …

  • A Guide to Django Permissions Auditor

    Introduction As software applications grow in complexity, managing permissions and access control becomes critical to ensuring the security of user data and system resources. In Django, a popular web framework, permissions are essential for controlling user access to views and enforcing data privacy. However, as the number of views and permissions in your Django app …