django-planet

Anže

Blog Info Anže’s Blog
Blog website Link

UV with Django

Aug. 29, 2024 » Anže’s Blog » [Archived Version]

Using UV to manage dependencies of your Django application.

Read More

Go-like Error Handling Makes no Sense in JavaScript or Python

Aug. 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 More

Packages do not match the hashes pip error

Aug. 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 More

Gotchas with SQLite in Production

July 17, 2024 » Anže’s Blog » [Archived Version]

What you need to know before putting SQLite in production

Read More

Fedidevs dev update #2

June 17, 2024 » Anže’s Blog » [Archived Version]

June update for fedidevs.com!

Read More

Django SQLite Production Config

June 14, 2024 » Anže’s Blog » [Archived Version]

Optimize your Django SQLite configuration for production.

Read More

Django Streaming HTTP Responses

March 21, 2024 » Anže’s Blog » [Archived Version]

How and when to use Streaming HTTP responses and when not to.

Read More

I made a YouTube video!

March 18, 2024 » Anže’s Blog » [Archived Version]

I made a video of me deploying a new Django project to my Raspberry Pi.

Read More

Thoughts on Code Reviews

March 6, 2024 » Anže’s Blog » [Archived Version]

My thoughts on code reviews.

Read More

Django SQLite Benchmark

Feb. 6, 2024 » Anže’s Blog » [Archived Version]

How to configure SQLite for better throughput with Django.

Read More