Bruno Alla's Blog
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 React & Gatsby. I'm one of the maintainers for cookiecutter-django from Pydanny. I like rugby, electronic music & cooking. I'm French.
Most recent posts
Making Celery work nicely with Django transactions
June 25, 2019 • 4 min readI’ve been using Celery in my Django projects for about 5 years now. Along the way, I made some mistakes, learned from them and picked up a…
Static vs. Media files in Django
June 18, 2019 • 4 min readDjango is a great Web framework for building Web applications in Python. It comes with a lot of batteries included that you’ll most likely…
Add cache-control header to an entire S3 Bucket using Boto3
May 01, 2019 • 1 min readI recently came across a task which seem pretty generic, but for which I couldn’t find an existing solution online: update the header for…