Mercurial
comparison mrjunejune/src/index.html @ 237:97882baf83e7
[mrjunejune] Rewrite homepage introduction
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 03 Aug 2026 09:53:29 -0700 |
| parents | a6d8d32a0261 |
| children | 7fad6bce57f1 |
comparison
equal
deleted
inserted
replaced
| 236:ec93f99438b2 | 237:97882baf83e7 |
|---|---|
| 67 </style> | 67 </style> |
| 68 </head> | 68 </head> |
| 69 <body> | 69 <body> |
| 70 {{/parts/header.html}} | 70 {{/parts/header.html}} |
| 71 <main> | 71 <main> |
| 72 <p>Hi, my name is Juntae, but most people call me June or MrJuneJune.</p> | 72 <p>Hi, I am Juntae—usually June, and occasionally MrJuneJune because the domain name has committed me to the bit.</p> |
| 73 | 73 |
| 74 <p>I am a software engineer with experience spanning a wide range of companies, from small startups to FAANGs....</p> | 74 <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> |
| 75 <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> | 75 |
| 76 <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> | |
| 76 | 77 |
| 77 <div class="epi-photo"> | 78 <div class="epi-photo"> |
| 78 <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" /> | 79 <img id="currentPhoto" style="opacity: 0; transition: opacity 0.2s;" /> |
| 79 </div> | 80 </div> |
| 80 | 81 |
| 81 <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> | 82 <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—not merely create more interesting ones.</p> |
| 82 <p>Feel free to check it out my bad code!</p> | 83 <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> |
| 83 | 84 |
| 84 <h2>Links</h2> | 85 <h2>Links</h2> |
| 85 <ul> | 86 <ul> |
| 86 <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code</li> | 87 <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code</li> |
| 87 <li><a href="/blog">Blogs</a> - My thoughts / Experiments </li> | 88 <li><a href="/blog">Blogs</a> - My thoughts / Experiments </li> |