uv - THE extremely fast Python package installer and resolver !

Posted on Fri 03 January 2025 in python • Tagged with uv, python, venv, rust, pelican, site, pip, pip-compile, virtual-env

Did any of you Pythonista folks use any python project without using a virtual-environment, then installing (and maintinaing) versions of your external library :) ?

I do not … and I always found installing (downloading) new libraries slow and cumbersome.

This article will show you how to use uv to make this very …


Continue reading

K9s and How I Loved Exploring Kubernetes Again

Posted on Mon 08 November 2021 in kubernetes • Tagged with k9s, k8s, kubernetes, kubectl, eks, aws, infrastructure

I kubenetes regularly, and most of the time I cannot remember what command to run let say to open shell into a container or to list the current containers and so. kubectl command is very powerful but also very very verbose :)

k9s is the perfect tool for me as it …


Continue reading