Recently, I wanted to go deeper with the AsyncIO package in Python. It is used in FastAPI, and using this async code in general can increase efficiency dramatically due to concurrency. I&...
Recently, I wanted to go deeper with the AsyncIO package in Python. It is used in FastAPI, and using this async code in general can increase efficiency dramatically due to concurrency.
I&...
#AsyncIO #Learning #Python
As you know, I'm working on this project by myself, so over time, a lot of garbage has accumulated in the code. I’ve decided to use the Ruff lin...
#Learning #Ruff
I've modified the deployment script so it will use UV now for the environment management. First, UV should be installed on t... November, 09, 2025 #CI/CD #Github Actions #Learning #UV
I've modified the deployment script so it will use UV now for the environment management. First, UV should be installed on t...
#CI/CD #Github Actions #Learning #UV
I've decided to use UV to keep my Python workflow fast and simple. It replaces pip, virtualenv, pip-tools, and pipx for me—o...
#Dependencies #Learning #Python #UV
Recently, Python 3.14 LTS has been released. So, it's time for an upgrade. And if you have a running project, I strongly recommend updating it to the newer version from time to time. It will ea...
#Learning #Upgrading