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
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…
Narrow state of a Django model using Python TypeGuard
August 31, 2024 • 4 min readToday, I came across a problem with type checking in a Django project which led me to use for the first time. I’ve heard about them in…