#python3
Read more stories on Hashnode
Articles with this tag
It's becoming common to see some tools rewrote with Rust like bat, dust, tokei & co. In my case, it's rewriting some Bash and Python mostly to extend...
Why am I using Rust instead of Python for my new CLI or API? Why is it the right move? Python I firstly moved complex scripts from Bash to Python due...
Last week, I needed to create a docker image doing a simple thing: downloading 1 XML file converting it to JSON serve both files But I've a hard...
A long time ago, I needed to do this technical test. You'll see my way to resolve it without reinventing the wheel.more The subject Imagine that you...
A long time ago, I wrote RBL-Checker, a tool to check if a range IP is blacklisted or not. I continue to use it but need a lot more complete and that...
Installing SaltStack on macOS is a pain. I tried the easy which fail due to a very big problem. This is the solution The pain Homebrew is a pain...