1 // Personal information
2 const name = "Tarik ID BELLOUCH";
3 let location = "Paris Area, France";
4
5 // Hobbies
6 let hobbies = [
7 "Football",
8 "Computer Science",
9 "Cinema"
10 ];
1 # Work information
2 profession = ["Software Engineer", "Data Engineer"]
3
4 # Most important skills
5 project_management = ["Scrum", "Kanban"]
6 favorite_stack = [
7 "Python",
8 "JavaScript",
9 "PostgreSQL",
10 "Azure",
11 "AWS"
12 ]