/info
Hi, I'm Alessio.
Full-Stack AI Engineer.
/projects
/latest-articles
Clean your cacheAs a developer faster tools are always welcome. To improve speed one common trick is to cache reusable data. Cleaning the cache might make your computer better, and bonus it will free up some disk... UV commands that you might forgetRecently I’ve been usinguv to manage Python project depedencies and publish them to Pypi. Uv manage dependencies and keep them in sync with a lock file, can run other Python packages...
PowerShell: Environment variablesHere are three ways to add an environment variable while using PowerShell on Windows.
Set a variable for the current session.
$env:MyVariable = "MyValue"
For example, you can...