Skip to content

Anže's Blog

Python, webdev, and surfing.

  • By Anže Pečar
  • Based in Slovenia
  • Roughly 13 posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2023 8
2024 13

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Power Outages and Gunicorn PID files
This week, my neighborhood had a few power outages. Bad news for the uptime of my self-hosted sites! 😅 After the power came back and my server started, Gunicorn services failed with the following error: …
On , by Anže, 566 words
UV with Django
In a hurry? Jump to the relevant section: Create a new Django project with uv Add uv to an existing project Dev dependencies Running uv in production Running uv in CI Upgrading dependencies What is …
On , by Anže, 1,735 words
Go-like Error Handling Makes no Sense in JavaScript or Python
Yesterday, I saw this proposal to add Golike error handling to Javascript, which got me thinking about whether or not this would make sense in my go-to language, Python. TLDR: Even though I am a …
On , by Anže, 953 words