django-planet

Blog: Anže’s Blog

web https://blog.pecar.me/
Author Anže

Automate Hatch Publish with GitHub Actions

Aug. 18, 2023 » Anže’s Blog » [Archived Version]

Scribbling down how I automated publishing to PyPI with GitHub Actions.

Read More

Words TUI: App for Daily Writing

Aug. 11, 2023 » Anže’s Blog » [Archived Version]

I am coding a TUI application to help me with my daily writing.

Read More

Textual App Auto Reload

Aug. 1, 2023 » Anže’s Blog » [Archived Version]

How to automatically reload your Textual app when code changes occur

Read More

RDS Blue/Green Deployments

July 1, 2023 » Anže’s Blog » [Archived Version]

Upgrading your database with Blue/Green deployments

Read More

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