




This 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 !
This article was created by Thomas Binetruy as he’s into R&D around Elm for YourLabs but maybe it will help you too !
In this short tutorial, we create a basic counter application that changes the title color based on the counter value. We first define our state model, its transitions, and finally our view - function of our current application state.
Here are the necessary imports:
elm import Browser import Html exposing (Html, button, div, text, h1) import Html.Events exposing (onClick) import Html.Attributes exposing (alt, class, classList, href, src, title, style)
Read MoreCRUDLFA+ 0.5.0, g-drive-ish design
Clilabs now benefit a new command that automates a series of 3 lines that’s I’ve been typing over and over again during 10 years of Django hacking.
$ clilabs help +django:settings Setting up django has failed ! DJANGO_SETTINGS_MODULE env var not set ! Show settings from django.
How many times have you done the following ?
python manage.py shell
from django.conf import settings
settings.DATABASES # or something
Well it’s over now ! Try this instead:
Read Morejpic, h4x0|2 & founder @ YourLabs
Phase 1: believe the world is waiting for you, Phase 2: realize the world is not waiting for you, Phase 3: stop waiting for the world.