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
Testing your Python logging like a boss
December 13, 2024 • 3 min readThe problem I recently wanted to add a test to some piece of my code to make sure I would be properly notified in case of certain problem…
Manage deprecations with Python warnings in a Django project
November 22, 2024 • 5 min readPython has a module in its standard library that can be very helpful tool to manage deprecations. It’s commonly used by libraries but can…
Keep uv.lock file up-to-date with Dependabot updates
October 02, 2024 • 2 min readIn the past couple of weeks, there has been a lot of interest in the Python community for what started as a new Python package manager, but…