const me = {
  name: "Sebastian Susnik ๐Ÿ‘‹",
  job: "AWS cloud engineer at Sinapsis ๐Ÿš€",
  about: `

    - I create event-driven solutions using serverless technologies and cloud services โ˜๏ธ
    - I am passionate about cloud computing and its potential to transform the way we build and
    deliver applications ๐Ÿ’ป 
    - I also have experience in frontend, react and nextjs, where I learned how to create
    user-friendly and responsive web applications ๐ŸŒ

  `,

  skills: ["serverless", "cloud", "frontend", "react", "nextjs", "typescript"],
  interests: [
    "science ๐Ÿงช",
    "woodworking ๐Ÿชต",
    "luthery ๐ŸŽธ",
    "technology ๐Ÿค–",
    "music ๐ŸŽถ",
    "cinema ๐ŸŽฅ",
    "yoga ๐Ÿง˜โ€โ™‚๏ธ",
  ],
  contact: {
    email: "sebasusnik@gmail.com",
    LinkedIn: "/in/sebasusnik",
    GitHub: "/sebasusnik",
  },

  ship: (what) => console.log(`Let's ship some ${what}`)
};

me.ship("code")