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.



