Hi there 👋
[black-purple@github ~ ]$ whoami
"My name is Abderrahman DAKIR ALLAH
(a.k.a. black-purple on github, discord and other online platforms),
I'm a software engineer based in Morocco."
[black-purple@github ~ ]$ ls -la | awk '{print $11}'
.
..
.bash_profile
.bashrc
about_me.txt
[black-purple@github ~ ]$ cat .bashrc
alias aboutme="cat ~/about_me.txt"
echo "Hi there 👋"
[black-purple@github ~ ]$ aboutme
"I discovered my passion for software developement when I was 14,
and since then I kept nourishing my curiosity on multiple topics
be it programming related or not"
I fiddle with other technologies to stay up to date and make some hobby side projects.