import {Kbd} from "../../components/Kbd"; export const AboutMe = () => { const age = Math.floor( ((new Date() as any) - (new Date("1993-07-11") as any)) / 31557600000 ); const work = Math.floor( ((new Date() as any) - (new Date("2012-12-01") as any)) / 31557600000 ); return ( <>

Hello, my name is Roman Jaroš. I am {age}. {work} years working as software engineer. I have been programming since I was 15 years old and still love to learn new technologies. Outside of the programming world, I maintain servers with around 80 docker containers. Outside of the IT world, I enjoy reading self improvement books, meditating, alternative medicine and model painting or playing video games.


I am contractor and currently only for full remote jobs.


#uidesign #webdevelopment #automationtesting #devops
); };