diff options
Diffstat (limited to 'services/blog/public/posts/3/index.html')
| -rw-r--r-- | services/blog/public/posts/3/index.html | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/services/blog/public/posts/3/index.html b/services/blog/public/posts/3/index.html index 05159771..cee3b675 100644 --- a/services/blog/public/posts/3/index.html +++ b/services/blog/public/posts/3/index.html @@ -70,6 +70,32 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2024-04-14/phpcon-odawara-2024-report/"> + <header class="entry-header"> + <h2>PHP カンファレンス小田原 2024 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2024-04-13 に開催された、PHP カンファレンス小田原 2024 に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-04-14">2024-04-14</time> 投稿、<time datetime="2024-06-01">2024-06-01</time> 更新 + <ul class="entry-tags"> + <li class="tag"> + カンファレンス + </li> + <li class="tag"> + PHP + </li> + <li class="tag"> + PHP カンファレンス小田原 + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-03-20/my-bucket-list/"> <header class="entry-header"> <h2>死ぬまでに作る自作○○一覧あるいは人生の TODO リスト</h2> @@ -263,29 +289,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2023-10-02/compile-php-runtime-to-wasm/"> - <header class="entry-header"> - <h2>PHP の処理系を Emscripten で WebAssembly にコンパイルする</h2> - </header> - <section class="entry-content"> - <p> - PHP の処理系 (php/php-src) を Emscripten で WebAssembly にコンパイルし、任意のコードを隔離された環境で評価できるようにした。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2023-10-02">2023-10-02</time> 投稿、<time datetime="2025-04-23">2025-04-23</time> 更新 - <ul class="entry-tags"> - <li class="tag"> - PHP - </li> - <li class="tag"> - WebAssembly - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/2/">前へ</a> |
