I'm a junior front-end developer trying to learn everything as posible and become the best developer I can. Actually I'm working at Geotap Group developing in Flutter some mobile apps.
When I'm not coding, you can find me at the gym, reading or listening some music.
const whoIAm = () => {
const name = 'Adrián Vidal López';
let age = 25;
let currentLocation = 'Valencia, Spain'
let education = [
{
place: 'IES José Rodrigo Botet',
degree: 'Web App Development',
finishYear: 2020
},
{
place: 'IES José Rodrigo Botet',
degree: 'Microcomputer systems and networks',
finishYear: 2018
}
];
let work = [
{ place: 'Allfunds', since: august 2022 },
{ place: 'Geotao Group', from: february 2021, since: august 2022 }
];
let hobbies = [ 'Sport', 'Books', 'Music', 'Life' ]
}
const currentlyDoing = () => {
actuallyLearning: 'Next.Js',
reading: {
name: 'The Fellowship of the Ring',
author: 'J.R.R Tolkien'
}
}