let
lib = import <nixpkgs/lib>;
me = {
name = "Abdel B.";
job = "student";
hobbies = [
"networks"
"systems"
"devops"
"programming"
];
};
in
with lib;
''
Hi ! ${me.name}, I love ${strings.concatStringsSep "," me.hobbies} !
I'm a ${me.job} @ ENI, following the path to become "DevSecOps" engineer.
''
sh-koh
Follow
🪐
Is anyone there ?
Grinding school for DevOps/DevSecOps
-
École ENI
- Nantes, France
-
19:56
(UTC +01:00)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.