Latest Articles

  • Using glyphsLib Python Library to Convert Glyphs Source Files

    The glyphsLib Python library, developed by Google Fonts, provides a powerful bridge between Glyphs source files (.glyphs) and UFOs and Designspace files. This library is built on top of the defcon and designspaceLib packages, making it a versatile tool for font developers. Code Implementation 1: Write and return UFOs The glyphsLib library allows you to …

  • A Modern Solution for PostgreSQL

    As the world of technology continues to evolve, the need for efficient and reliable database management tools becomes increasingly important. In the realm of web development, Django has long been recognized as a powerful and flexible framework for building web applications. And now, with the introduction of the Django pg8000 database backend, developers have access …

  • Unlocking the Power of JSON Reference Resolution with referencing

    Unlocking the Power of JSON Reference Resolution with referencing In today’s data-driven world, organizations rely heavily on JSON (JavaScript Object Notation) for the storage and exchange of structured data. However, managing and manipulating complex JSON documents can be challenging, particularly when dealing with nested references across various data sources. Introducing “referencing” – an innovative software …