view mrjunejune/src/blog/index.html @ 279:b3b547563ec7

Add Google connector service and agent wiki Implement the C/Seobeo Google Drive and Gmail connector with encrypted OAuth storage, Zenbu authentication, browser testing, AI tool discovery, chunked HTTP decoding, and Bazel coverage. Consolidate repository guidance into progressive wiki documentation and enforce arena-first allocation for new first-party C code. Co-authored-by: Copilot <[email protected]> Copilot-Session: 84c338fd-0939-4bb3-b7f3-1062eb213e5d
author MrJuneJune <me@mrjunejune.com>
date Mon, 17 Aug 2026 22:22:36 -0700
parents 96628cf126a0
children
line wrap: on
line source

<!doctype html>
<html lang="en">
  <head>
    {{/parts/base_head.html}}
  </head>
  <body>
      {{/parts/header.html}}
     <main>
       <h1 class="title" style="margin-bottom: 20px;"> Blogs </h1>
       <ul style="list-style: none;">
         <li style="margin-bottom: 20px;">
           <span> January 08 2026 </span>
           <p><h4><a href="/blog/websocket-demystified">Websocket Demystified</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> January 02 2026 </span>
           <p><h4><a href="/blog/my-seobeo-journey">Creating Network Library in C</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Apr 12 2025 </span>
           <p><h4><a href="/blog/wsl2-ssh">WSL2 Cloudtop Setup</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Dec 10 2024 </span>
           <p><h4><a href="/blog/multithread-in-js">MultiThreading in JS</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 23 2024 </span>
           <p><h4><a href="/blog/thoughts-on-tdd">My thoughts on TDD</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 21 2024 </span>
           <p><h4><a href="/blog/optimizing-grass-rendering">Optimizing Random Placement with Colour Noise</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 17 2024 </span>
           <p><h4><a href="/blog/thoughts-on-ide">My thoughts on IDE</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 16 2024 </span>
           <p><h4><a href="/blog/optimizing-data-structures">Optimizing Data Structure for Performance</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 13 2024 </span>
           <p><h4><a href="/blog/wasm-bunny">WASM using c3</a></h4></p>
         </li>
       </ul>
     </main>
     {{/parts/footer.html}}
  </body>
</html>