Skip to content

Commit

Permalink
feat: add GA
Browse files Browse the repository at this point in the history
  • Loading branch information
chaychoong committed May 21, 2024
1 parent 51b4a7c commit aaa92b8
Showing 1 changed file with 56 additions and 35 deletions.
91 changes: 56 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,41 +1,62 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<style type="text/tailwindcss">
a {

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<style type="text/tailwindcss">
a {
@apply font-semibold text-purple-600 hover:text-purple-800 visited:text-purple-600;
}
</style>
<base target="_blank">
</head>
<body>
<div class="bg-white px-6 py-32 lg:px-8">
<div class="mx-auto max-w-3xl text-base leading-7 text-gray-700">
<h1 class="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">chay.dev</h1>
<p class="mt-6 text-xl leading-8">I'm a Platform Engineer. That's my current favourite buzzword. Here are some others that I identify with: DevOps, SRE, Infrastructure, Cloud, Software Architecture, Backend.</p>
<div class="mt-10 max-w-2xl">
<p>Some things about me:</p>
<ul role="list" class="mt-8 max-w-xl space-y-8 text-gray-600 list-disc list-inside">
<li>
<span>I currently work at <a href="https://bifrost.ai/">Bifrost</a>, a startup that specialises in creating realistic digital worlds using a mix of 3D tools - like Blender, Unreal Engine, Houdini - and a dash of AI. I solve our infrastructure-related challenges, such as how we orchestrate our GPU-accelerated Windows containers, or how to deploy our software stack on our clients' premises.</span>
</li>
<li>
<span>I have a BEng in Computer Science from <a href="https://sutd.edu.sg/">SUTD</a>, and I'm currently pursuing a MS in Computer Science from <a href="https://gatech.edu/">Georgia Tech</a>.</span>
</li>
<li>
<span>I enjoy tinkering with my dev setup. I use split ortho keyboards, polish my neovim configs every now and then, distro-hop for fun, and practise hype-driven development on my homelab, which is currently managed by a Nix setup that I'm rather fond of.</span>
</li>
<li>
<span>I dabble in classical music. I have helped organise Wagner operas with the <a href="https://orchestra.sg">Orchestra of the Music Makers</a>, high-fived Martha Argerich for sharing the same birthday, and automated backend processes for TwoSet Violin. I also occasionally play the viola in Singapore-based community orchestras, and practise piano duets with my wife.</span>
</li>
<li>
<span>I love gaming! I've sunk more than 4000 hours in Dota, religiously purchase every generation of Pokémon games, and consider BotW/TotK to be the best games ever.</span>
</li>
</ul>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3NQ10VZF6H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3NQ10VZF6H');
</script>
<base target="_blank">
</head>

<body>
<div class="bg-white px-6 py-32 lg:px-8">
<div class="mx-auto max-w-3xl text-base leading-7 text-gray-700">
<h1 class="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">chay.dev</h1>
<p class="mt-6 text-xl leading-8">I'm a Platform Engineer. That's my current favourite buzzword. Here are some
others that I identify with: DevOps, SRE, Infrastructure, Cloud, Software Architecture, Backend.</p>
<div class="mt-10 max-w-2xl">
<p>Some things about me:</p>
<ul role="list" class="mt-8 max-w-xl space-y-8 text-gray-600 list-disc list-inside">
<li>
<span>I currently work at <a href="https://bifrost.ai/">Bifrost</a>, a startup that specialises in creating
realistic digital worlds using a mix of 3D tools - like Blender, Unreal Engine, Houdini - and a dash of
AI. I solve our infrastructure-related challenges, such as how we orchestrate our GPU-accelerated Windows
containers, or how to deploy our software stack on our clients' premises.</span>
</li>
<li>
<span>I have a BEng in Computer Science from <a href="https://sutd.edu.sg/">SUTD</a>, and I'm currently
pursuing a MS in Computer Science from <a href="https://gatech.edu/">Georgia Tech</a>.</span>
</li>
<li>
<span>I enjoy tinkering with my dev setup. I use split ortho keyboards, polish my neovim configs every now
and then, distro-hop for fun, and practise hype-driven development on my homelab, which is currently
managed by a Nix setup that I'm rather fond of.</span>
</li>
<li>
<span>I dabble in classical music. I have helped organise Wagner operas with the <a
href="https://orchestra.sg">Orchestra of the Music Makers</a>, high-fived Martha Argerich for sharing
the same birthday, and automated backend processes for TwoSet Violin. I also occasionally play the viola
in Singapore-based community orchestras, and practise piano duets with my wife.</span>
</li>
<li>
<span>I love gaming! I've sunk more than 4000 hours in Dota, religiously purchase every generation of
Pokémon games, and consider BotW/TotK to be the best games ever.</span>
</li>
</ul>
</div>
</div>
</body>
</html>
</div>
</body>

</html>

0 comments on commit aaa92b8

Please sign in to comment.