comparison mrjunejune/test/snapshots/root.snapshot @ 237:97882baf83e7

[mrjunejune] Rewrite homepage introduction
author MrJuneJune <me@mrjunejune.com>
date Mon, 03 Aug 2026 09:53:29 -0700
parents 1c0878eb17de
children 7fad6bce57f1
comparison
equal deleted inserted replaced
236:ec93f99438b2 237:97882baf83e7
187 </header> 187 </header>
188 <script src="/index.js"></script> 188 <script src="/index.js"></script>
189 189
190 190
191 <main> 191 <main>
192 <p>Hi, my name is Juntae, but most people call me June or MrJuneJune.</p> 192 <p>Hi, I am Juntae&mdash;usually June, and occasionally MrJuneJune because the domain name has committed me to the bit.</p>
193 193
194 <p>I am a software engineer with experience spanning a wide range of companies, from small startups to FAANGs....</p> 194 <p>I am a Member of Technical Staff at Microsoft and an engineering leader with over 10 years of experience building products and infrastructure at Microsoft, Meta, Google, and startups. Recently, I have been working on Copilot Tasks, AI execution infrastructure, and SuperApp experiences at the kind of scale where "it worked on my machine" is not a release strategy.</p>
195 <p>I know it is lame to work for them, but I have a dog so I need to put foods on my table.</p> 195
196 <p>This website is served by a C web server running on <strong>Seobeo</strong>, the networking and HTTP layer I wrote myself. Was that strictly necessary? Probably not. Did I learn a lot and develop strong opinions about sockets? Absolutely.</p>
196 197
197 <div class="epi-photo"> 198 <div class="epi-photo">
198 <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" /> 199 <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" />
199 </div> 200 </div>
200 201
201 <p>During my free time, I like to write codes mostly in C, Python, and Typescript; all in mono repo styles using bazel. (I know that is mentally ill...)</p> 202 <p>In my free time, I build tools in C, Python, TypeScript, and C#, keep nearly everything in a Bazel monorepo, and occasionally remember that software is supposed to solve problems&mdash;not merely create more interesting ones.</p>
202 <p>Feel free to check it out my bad code!</p> 203 <p>Feel free to explore the code, experiments, resume, and dog photos. The polished work shows what I can ship; the experiments show how I got there.</p>
203 204
204 <h2>Links</h2> 205 <h2>Links</h2>
205 <ul> 206 <ul>
206 <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code</li> 207 <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code</li>
207 <li><a href="/blog">Blogs</a> - My thoughts / Experiments </li> 208 <li><a href="/blog">Blogs</a> - My thoughts / Experiments </li>