2nd Feb 2026
15:31:28
Ajay Pathak
The different ways I spend my time.
Systems, frontend & performance.
Technical stuff and etc.
Whatever I observe about life.
function ContactMe(props={name: Ajay Pathak}) {
return (
<div>
<h1>Hi visitor, greetings from {props.name}!</h1>
<p>LinkedIn is the best way to contact me.</p>
<p>Don't hesitate to drop me a DM there.</p>
</div>
);
}function ContactMe(props={name: Ajay Pathak}) {
return (
<div>
<h1>Hi visitor, greetings from {props.name}!</h1>
<p>LinkedIn is the best way to contact me.</p>
<p>Don't hesitate to drop me a DM there.</p>
</div>
);
}