django-planet

Anže

Blog Info Anže’s Blog
Blog website Link

Fly.io Certificate Renewal

June 19, 2023 » Anže’s Blog » [Archived Version]

Ensure your SSL certificate doesn't expire to avoid downtime

Read More

Using Testing Library with Selenium in Python

Jan. 30, 2023 » Anže’s Blog » [Archived Version]

Why and how to use the Testing Library with Selenium in Python.

Read More

The Fastest Way to Build a Read-only JSON API

Jan. 16, 2023 » Anže’s Blog » [Archived Version]

A short story on how I managed to not overengineer a read-only JSON API.

Read More

import __hello__

Jan. 7, 2023 » Anže’s Blog » [Archived Version]

The `import __hello__` easter egg in Python.

Read More

Enum with `str` or `int` Mixin Breaking Change in Python 3.11

Dec. 21, 2022 » Anže’s Blog » [Archived Version]

A change in how Python handles `str` and `int` mixins in Enum classes might break your code when you upgrade to Python 3.11.

Read More

Your Code Doesn’t Have to be Perfect

Nov. 21, 2022 » Anže’s Blog » [Archived Version]

An example of smelly code that served customers for over 6 years without issues before breaking.

Read More

Integer Overflow Error in a Python Application

July 2, 2022 » Anže’s Blog » [Archived Version]

How we found and fixed an integer overflow error in our Django app.

Read More

Python Dependency Management

Feb. 10, 2022 » Anže’s Blog » [Archived Version]

Overview of common methods for managing Python dependencies

Read More