/info
Hi, I'm Alessio.
Full-Stack AI Engineer.
/projects
LiteParse PHP
Extract text from PDF files natively in PHP using LiteParse.
Html-Shot
Generate Open Graph images and more from HTML/CSS without requiring a headless browser.
Parxy
Gateway to process your documents with multiple services via a single library. Can help if you want to play with AI.
Race Management
Allow race organizers to register participants, assign race numbers, categories, and tires efficiently. Simplify time keeping activities.
/latest-articles
The `docker compose` command that killed my SSH sessionDNS is not responsible for every network error. Sometimes a connection timeout hides a configuration error that you only see at the firstdocker compose up.
In the extremely hot August,...
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 using uv 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...