Blog Info | Anže’s Blog |
---|---|
Blog website | Link |
Nov. 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 MoreMarch 18, 2024 » Anže’s Blog » [Archived Version]
I made a video of me deploying a new Django project to my Raspberry Pi.
Read MoreMarch 6, 2024 » Anže’s Blog » [Archived Version]
My thoughts on code reviews.
Read More