Skip to content

samihanine/samihanine

Repository files navigation

Hi , I am Sami Hanine

Full-Stack developper | Software Engineer Student in Canada

const Sami: Human = {
  firstname: "Sami",
  gender: "Male",
  location: {
    city: "Montreal",
    province: "Quebec",
    country: "Canada"
  },
  status: "Student",
  website: "www.samihanine.fr",
  origin: "French",
  languages: ["TypeScript", "JavaScript", "Java", "Python", "C", "PHP", "batch"],
  libraries: ["Tailwind", "React.js", "Express"],
  frameworks: ["Next.js", "Node.js"],
  favoriteDish: "Potato gratin",
  pets: [
    { type: "Cat", name: "Haku" },
    { type: "Hamster", name: "Totoro" }
  ],
  favoriteShow: "Person of Interest"
}