interface Dev {
name: string,
age: number,
description: string,
studies: string,
tools: Record<string, string[]>,
}
const me: Dev = {
name: "Benjam铆n Lepe",
age: 26,
description: "I'm a Fullstack Web and Mobile developer",
studies: "Computer Science Engineer, Pontificia Universidad Cat贸lica de Chile",
tools: {
frontendTools: ["React", "Tailwind", "Next", "Redux", "React Query", "TypeScript"],
backendTools: ["Ruby on Rails", "Django", "Apollo Server (GraphQL)", "FastAPI"],
mobileTools: ["React Native", "Realm", "Firebase"],
},
}
馃殌
Pinned Loading
-
bookkers-backend
bookkers-backend PublicAPI desarrollada con Koa.js, dise帽ada para la aplicaci贸n web Bookkers.
JavaScript 1
-
bookkers-react
bookkers-react PublicAplicaci贸n web hecha con React.js sobre recomendaciones de libros
JavaScript 1
-
django-ecourses
django-ecourses PublicAplicaci贸n web para mejorar la productividad y el desempe帽o en el 谩mbito acad茅mico.
Python
-
-
geo-visualization
geo-visualization PublicProyecto del ramo IIC2026 en donde se realiz贸 una visualizaci贸n con los datos del Censo 2017.
JavaScript 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



