Software Engineer
const conejerock = {
pronouns: "He" | "Him",
code: ["Typescript", "PHP 🐘", "Python 🐍", "Java", "C++ 🥷"],
askMeAbout: ["frontend dev", "backend dev", "app dev", "embed dev"],
technologies: {
backEnd: {
js: ["Express", "NodeJS"],
php: ["Symfony"],
java: ["Spring"]
},
frontEnd: {
js: ["Nuxt", "Vue", "React"],
native: ["React Native", "Android SDK"],
},
databases: ["MySQL", "PostgreSQL", "mongo"],
misc: ["Docker🐳", "Elasticsearch", "Capacitor", "Arduino"],
},
architecture: [
"Server Side Rendering",
"Hexagonal Architecture",
"CQRS",
],
currentFocus: "Training in new technologies and developments",
funFact:
"To understand what recursion is, you must first understand what is recursion.",
};