Hi 👋, I'm Davi Cecilio
import { ISoftwareEngineer } from "@me"
interface IAboutMe {
lifeMotto: string
location: string
mainTechs: string[]
hobbies: string[]
}
export class IAm implements ISoftwareEngineer {
public aboutMe: IAboutMe
constructor() {
this.aboutMe = {
lifeMotto: "An investment in knowledge pays the best interest.", // Benjamin Franklin
location: "Belo Horizonte - MG | 🇧🇷", // Brazil
mainTechs: ["Typescript", "React.js", "Node.js"],
hobbies: [
"🐂 Investment",
"🥾 Trekking/Hiking",
"🏍️ Motorcycle",
"🌐 IoT"
],
}
}
}
-
👨💻 I'm a Software engineer currently working at Peixe30.
-
🤝 Available to freelancer
-
📫️ How to reach me: davim.cecilio@gmail.com