Mercurial
view mrjunejune/src/blog/index.html @ 109:1c446ab6f945
[MrJuneJune] New Blog about writing Seobeo library.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sat, 03 Jan 2026 19:37:51 -0800 |
| parents | 65e5a5b89a4e |
| children | 96628cf126a0 |
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 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>