Bruno Alla

Hi! I'm a web developer based in London, I work mostly with Python & Django, but I also do a bit of Javascript on the side, mainly with Gatsby.
Most recent posts
Enabling sudo via TouchID using Ansible
November 25, 2022 • 1 min readI discovered fairly recently in a blog post that it was possible to enable sudo mode in the terminal via Touch ID instead of having to type…
Specify docs dependency groups with Poetry and Read the Docs
November 21, 2022 • 2 min readI wrote a while back on how to migrate a project to Poetry. One of the gotcha was how to specify the dependencies to build the project…
Convert a Poetry package to the src layout
January 19, 2022 • 2 min readThe src layout is commonly used in Python ecosystem nowadays (even the pytest docs recommend it), but I’m not really using it on my projects…