const DS3 = window.LakshayKumarDesignSystem_3ad00d; const { Button: B3, Card: C3, Icon: I3, Tag: T3, SectionHeading: SH3, TimelineItem, Quote, FormField, Input, Textarea, SiteFooter } = DS3; function Journey() { const S = window.SITE; return (
{S.timeline.map((t, i) => ( ))}
Certifications
    {S.certifications.map(([n, d]) => (
  • {n} {d}
  • ))}
); } function Learning() { return (
{window.SITE.learning.map(([k, v]) => (
{k} {v}
))}
); } function Blog() { return (
{[["Automation", "Why my Playwright suite runs in a third of the time"], ["WordPress", "Core Web Vitals on a shared host, honestly"], ["AI", "The three AI tools I still open every week"]].map(([cat, title], i) => (
{cat} {title} Draft in progress
))}
); } function Contact() { const S = window.SITE; const [sent, setSent] = React.useState(false); const submit = (e) => { e.preventDefault(); const f = new FormData(e.target); window.location.href = `mailto:${S.email}?subject=${encodeURIComponent("Project enquiry — " + (f.get("name") || ""))}&body=${encodeURIComponent(f.get("message") || "")}`; setSent(true); }; return (
{S.email}
LinkedIn Instagram Résumé
Based in India, working with clients worldwide