Latest Articles

  • Streamlining Environment Management with hatch-conda

    Streamlining Environment Management with hatch-conda Environment management is a crucial aspect of cloud automation and enterprise cloud architecture. Managing and deploying environments efficiently can greatly impact the productivity and scalability of development teams. In this article, we will explore hatch-conda, a plugin for Hatch that enables the use of conda environments, and discuss its integration …

  • Turn Your Raspberry Pi Zero W into a Bluetooth Keyboard Dongle with Bluetooth to HID

    Are you tired of being restricted by the limitations of your Bluetooth keyboard? Have you ever wanted to use your keyboard to access your computer’s BIOS or use it with devices that only support USB keyboards? If so, we have a solution for you! With the Bluetooth to HID package and a Raspberry Pi Zero …

  • Exploring PostgreSQL Languages AST with pglast

    Exploring PostgreSQL Languages AST with pglast Are you curious about how a PostgreSQL statement is parsed and transformed into a parse tree? Would you like to gain insights into the structure and content of SQL queries? Look no further than pglast, a Python module that exposes the parse tree of PostgreSQL statements. In this article, …