sycured
sycured: consultant's blog

sycured: consultant's blog

Follow
Follow
homebadges
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Rewriting scripts with Rust

Sep 28, 20222 min read

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

Rewriting scripts with Rust

From Python to Rust

Aug 12, 20223 min read

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

From Python to Rust

Container with multiple processes

Feb 13, 20222 min read

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

Container with multiple processes

VIRTASANT - Technical test

Mar 19, 20214 min read

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

VIRTASANT - Technical test

RBL-Checker: details on the refactorization

Jan 12, 20213 min read

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

RBL-Checker: details on the refactorization

Install SaltStack on macOS Big Sur

Jan 5, 20211 min read

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

Install SaltStack on macOS Big Sur