Services
Blog
Français
https://asciinema.org/a/Jn3LB6TO7vWcf2xhZnGmwLJ86
For hacker only: Full feature CLI CRUD+ for Django vidéo demo.

Why you should pay a hacker 10k/year to maintain your GitLab-CI/Drone-CI/etc server on baremetal With LOVE
https://pypi.org/project/djcli/
The new CLI for Django that you will wonder how you lived without !
Clitoo makes your python callbacks work on CLI too !
This CLI can execute python callbacks with parameters.
Clitoo recognizes 4 types of command line arguments:
It doesn’t matter how many dashes you put in the front, they are all removed.
To use the context in your callback just import the clitoo context::
Read MoreThis article shares some history of DevOps testing in France during the last few years. How it looked like when I started in the industry in 2004 and almost 15 years later today.
Just a 1337c0d3 that somehow made it so far with the help of a lot of shadow hacking, now somewhat known as “DevOps” in some places …
In 2004 i was hacking for Jouve which had high tech digital printers which meant that they could make small batches of books, at the time where the market was filled with offset printers that made the minimal batch have to be 1500 or something.
Read Morehttps://docs.gitlab.com/ee/ci/docker/using_kaniko.html
kaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster. kaniko solves two problems with using the docker-in-docker build method: Docker-in-docker requires privileged mode in order to function, which is a significant security concern. Docker-in-docker generally incurs a performance penalty and can be quite slow Read more at docs.gitlab.com
https://crudlfap.readthedocs.io/en/latest/factory.html
Probably my ugliest python hack, which I’m not proud about, but I live with it.
https://github.com/thommignot/processcontroller/blob/master/processcontroller/__init__.py
How Thomas Mignot, YourLabs hacker, re-implemented pexpect in 2018 with less than 100 SLOCs. Sorry for windows support, it’s not part of our plans. “Expect” a release in the following days (pun intended).
Brilliant update for django-jet !