web | https://blog.pecar.me/ |
---|---|
Author | Anže Anže Pečar |
June 24, 2025 » Anže’s Blog » [Archived Version]
Django 5.2 added a new warning that shows up when you start your development server with python manage.py runserver:
Read MoreJune 10, 2025 » Anže’s Blog » [Archived Version]
This blog has been a static site powered by Jekyll for over 13 years, and I’ve been happy with the setup. After all this time, I still enjoy using my code editor to write new posts and git commit and git push to publish them.
Read MoreNov. 9, 2024 » Anže’s Blog » [Archived Version]
After a power outage, some of my Gunicorn jobs failed to start correctly. In this blog post, I explain why it happened and how I solved it.
Read MoreAug. 29, 2024 » Anže’s Blog » [Archived Version]
Using UV to manage dependencies of your Django application.
Read MoreAug. 16, 2024 » Anže’s Blog » [Archived Version]
Adding special syntax to Javascript or Python to allow Go-like error handling feels like a good idea at first glance, but I think it doesn't improve the issues with error handling in these two languages.
Read MoreAug. 2, 2024 » Anže’s Blog » [Archived Version]
pip sometimes returns a checksum error when the urllib3 library is unable to parse a received TLS packet due to a network error. This pip issue will be resolved in 2025 when Python 3.9 is EOL, but you can get around it today by using wget or curl.
Read MoreJuly 17, 2024 » Anže’s Blog » [Archived Version]
What you need to know before putting SQLite in production
Read MoreJune 17, 2024 » Anže’s Blog » [Archived Version]
June update for fedidevs.com!
Read MoreJune 14, 2024 » Anže’s Blog » [Archived Version]
Optimize your Django SQLite configuration for production.
Read MoreMarch 21, 2024 » Anže’s Blog » [Archived Version]
How and when to use Streaming HTTP responses and when not to.
Read More