-
💻 I'm passionate about technology, the web experience, and the endless possibilities it offers. Exploring the digital realm feels like embarking on a never-ending adventure.
-
👨💻 All of my projects are available at https://github.com/ivanlomoro
-
💬 Ask me about Html, Css, Javascript, React, Typescript and anything about Development.
-
📫 How to reach me [email protected]
interface DeveloperProfile {
pronouns: "he" | "him";
code: string[];
challenge: string;
}
const ivanmartinlomoro: DeveloperProfile = {
pronouns: "he" | "him",
code: ["Typescript", "React", "Javascript", "HTML", "CSS"],
challenge: "I'm currently working on various web development projects and constantly learning new skills."
}