Hello, I'm Evrard Rodriguez Marcel, a frontend developer based in France. I have over 10 years of experience in the IT industry, with a specialization in React.
1 #About me
2 name = "Evrard Rodriguez Marcel"
3 job = "Senior Frontend Developer"
4 hobby = "Programming"
5 fav_lang = "Javascript"
6
7 print(f"Hi there ! I'm {name}. I'm a
8 {job} who {hobby} as a hobby
9 with my favourite language
10
{fav_lang}")11
12 |