Yogesh.Kathayat

974
reputation
7
21
 const name= 'Yogesh Kathayat';
 const origin= 'India';
 var livingIn= 'Dubai';
 var skills= ['Node.Js', 'TypeScript' 'MongoDB', 'React', 'Postgresql', 'devops'];

 if(coding){
   writeNodeJsApplications();
   contributeOpenSource();
   learnSomethingNew();
  }
 else{
   goToGym();
   cookFood();
   doSomePhotography();
   watchTvSeries();
   visitNewPlaces();
  }