A blog post on my career in IT every two years. It’s a good trend. Some significant stuff happend … .
Following Docker recent changes I switched to podman. This post is set of resources organized by topic.
Some common use case with podman. Once the connection is closed, the containers stops running.
Too much time since I wrote something here. It’s been two years. In the meantime I used more twitter than the blogs now.
A long time since I posted new content. What happened since 2018 ? I finished my mission at Qualcomm Life and started the next one at Ostrum Asset Management.
I’m workin on a legacy application. Why did I choose this ? Thing is I’m really fund of DDD (Domain Driven Design).
I’ve done a BBL version of my DDD introduction talk in Qualcomm Life Paris.
This one was very challenging because I had to compress a two hour talk in one hour.
I’m looking forward to present it again. The slides are here.
Next event, DDDEurope 2019 Amsterdam, as a visitor :).
Inheritance abuses bores me. I’m sorry to tell this, but IT teaching is often responsible.
The course usually say something like this:
When behaviour is used in several classes, then create a root class and put your code in there in a protected method. So all the children classes can reuse the behaviour.
So inheritance is solving the reusability problem.
I learnt to code this way, with a bunch of animals as examples.
I use tests frameworks all the time. Whether I do TDD or try a code sample. It’s the faster way isn’t it ?
I become a “green addict”. I feel unconfortable when I’m not seeing green dots on my test runner - or when I do not see red dots when I change code (which frightens me much more).
I was at the DDD Europe conference this year. I’m very interested in design oriented conference.
I have the feeling that the conference was not really about design, but about changing minds, point of view and improve ones understanding.
This is a little trick to copy files from a regular expression with MSBuild.
With this example it becomes possible to use wildcards to identity to elements to copy.