Profile picture of Kyaw Myo Oo
about-me.ts
const developer = {
  name: "KMO",
  role: "",
  background: "Electrical Engineer",
  languages: ["JS", "TS, "Python", "Dart", "Swift"],
  expertise: [
    "Web App Development (fullstack)",
    "Mobile App Development (Andriod & iOS)",
    "Electrical Engineering",
    "Data Analysis & Visualization",
  ],
  currentStatus: {
    mission: "Making engineering tools accessible",
    caffeineLevel: "High ☕"
  },
  funFact: "Converts caffeine into code"
};

/* Life motto */
while (alive) {
  code();
  learn();
  createUsefulTools();
}