wa ha ha |
---|
const AboutMe = require("AboutMe");
const createObjet = () => {
aboutMe = new AboutMe();
aboutMe({
name: "Bernardo Abel Lopez Sanchez",
rol: "Web developer fullstack",
stackMain: {
backend: ["Node.js"],
frontend: ["HTML", "SASS", "JavaScript", "React.js", "Next.js"],
database: ["Supabase"],
},
stackOther: {
backend: ["PHP", "Java", "Spring Boot"],
frontend: ["vue.js", "Angular", "CSS", "Bootstrap", "Tailwind"],
database: ["PostgreSQL"],
},
Presentation : {
en:`Hello, I have been a software developer for over 2 years.
I enjoy technology and animation in general. Nice to meet you.`,
es:`Hola, he sido desarrollador de software desde hace más de
2 años. Me gusta la tecnología y la animación en general. Un gusto conocerte.`,
}
languages: ["Spanish", "English"],
});
return aboutMe.action();
};