Hello There, I'm Maxime Menotti.

I seek to contribute to this world with my love of tech and JS stuffs.

// aboutMe.js

const maxime = {
  education: "Master of computer science at Lille 1 University.",
  otherAlias: "Senior Software Engineer",
  codesIn: ["Javascript", "HTML", "CSS", "PHP"],
  currentlylearning: ["Micro-frontends"],
  frameworksAndLibraries: ["Svelte", "SvelteKit", "React", "NextJs", "TailwindCSS"],
  toolsUsing: ["Tailwind", "GCP", "Docker", "Supabase", "Figma"],
  experiences: [
    {
      company: "Decathlon",
      post: "IS Engineer | Full stack developer"
      since: "08/2017"
    },
    {
      company: "Decathlon",
      post: "Software Engineer II"
      since: "01/2021"
    },
    {
      company: "Decathlon",
      post: "Senior Software Engineer"
      since: "01/2024"
    },
  ],
  availableForHire: false
}