Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Yogesh.Kathayat

Yogesh.Kathayat

Yogesh.Kathayat has asked 2 questions and find answers to 1 problems.

Stats

35
EtPoint
8
Vote count
2
questions
1
answers

About

 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();
  }

Yogesh.Kathayat questions