Hi there, my name is
Davod
I'm a frontend developer.
I love writing clean, functional, maintainable code.
...but I love a lot of other things too:
const DavidsInterests = ({freeTime, energyLevel}) => {
if(!freeTime)
return;
let activity = '';
switch (energyLevel) {
case (energyLevel >= 1): workOnNextNovel(); activity = 'writing';
break;
case (energyLevel > .5): hitTheClimbingGym(); activity = 'climbing';
break;
case (energyLevel >= .15): goPlayVideoGames(); activity = 'gaming';
break;
default: activity = 'napping'; break;
}
return activity;
}
Check out some of the files above to get to know more about me and my work.
By default the home page animation only runs on first load, clickhereif you'd like to see it again.