Loading...

<About/>

export default function Experience() {

const name = "Abraham Serrano"
const job = "Front End Developer"
const company = "Televisa/Univision"
const email = "abrahamserrano96@gmail.com"
const location = "México City🇲🇽"

...function workExperience() {
....return [
......{
......"2023-now": "Front End Developer at Televisa/Univision"
......"2021-2022": "Front End Developer at Televisa Digital"
..... "2022-2022": "Rebranding Configurador Hyundai MX"
..... "2020-2021": "Front End Developer at EGOTI"
.....}
....]
...}

...function education() {
....return [
......{ "2014-2018": "Universidad Autónoma del Estado de Hidalgo"}
.....]
...}

...function skills() {
....return [
......{
........HTML: ✅,
........CSS: ✅,
........JavaScript: ✅,
........Typescript: ✅,
........React: ✅,
........Next.js: ✅,
........Node.js: ✅,
........Git: ✅,
........MongoDB: ✅,
........PostgreSQL: ✅,
........Express: ✅,
........Docker: ✅,
........Jest: ✅,
........React Testing Library: ✅,
......}
....]
...}
..}