Tech
      leginabroad.com
        ABOUT Tech
TOPICS
  1. Home
  2. Topics
  3. Tech

Start with AsyncIO

Tech

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&...

January, 25, 2026

#AsyncIO #Learning #Python

Ruff

Tech

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

November, 17, 2025

#Learning #Ruff

Updating deploy script for using UV & CI

Tech

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

Handling dependencies with UV

Tech

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

November, 01, 2025

#Dependencies #Learning #Python #UV

Changing Python version on linux server

Tech

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

October, 24, 2025

#Learning #Upgrading

1 2 > >>

© Leginabroad.com