37 lines
1.5 KiB
HTML
37 lines
1.5 KiB
HTML
{{ define "content" }}
|
|
<h1>Yadunand's Site WIP 🚧</h1>
|
|
<p>Hi, I'm Yadunand, a software engineer currently based in 🇨🇦, previously in 🇭🇰,🇦🇺,🇸🇬. I'm interested in how
|
|
companies build things that scale, and how infrastructure works in general. This site is built on the exploration of
|
|
that. Most of my work (including <a href="https://git.yadunut.dev/yadunut/yadunut.dev">this site</a>, and the <a
|
|
href="https://git.yadunut.dev/yadunut/homelab">infrastructure</a>) can be found on my <a
|
|
href="https://git.yadunut.dev/yadunut">gitea</a></p>
|
|
<h2>Currently</h2>
|
|
<ul>
|
|
<li>Software Engineer at <a href="https://endorhealth.com/">Endor Health</a>
|
|
<ul>
|
|
<li>React Native, Typescript</li>
|
|
<li>Python, flask</li>
|
|
</ul>
|
|
</li>
|
|
<li>Year 3 student at <a href="https://www.nus.edu.sg/">National University of Singapore</a></li>
|
|
<li>Exchange Student at <a href="https://www.utoronto.ca/">University of Toronto</a></li>
|
|
</ul>
|
|
|
|
<h2>Previously</h2>
|
|
<ul>
|
|
<li>Technology Intern at <a href="https://www.mwam.com/">Marshall Wace</a>
|
|
<ul>
|
|
<li>Python, FastAPI</li>
|
|
<li>React, Typescript</li>
|
|
</ul>
|
|
</li>
|
|
<li>Software Engineer at <a href="https://www.undertide.co/">Undertide</a></li>
|
|
<ul>
|
|
<li>React Native, Graphql, Typescript</li>
|
|
</ul>
|
|
</ul>
|
|
<h2>Contact Me</h2>
|
|
<p>I'm always happy to chat, feel free to reach out to me a @yadunut on (Twitter, Instagram, Telegram) or on <a href="mailto:me@yadunut.com">email</a></p>
|
|
|
|
{{ end }}
|