diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-05-11 22:48:42 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-05-11 22:48:42 +0900 |
| commit | d71d7b6aa6b5081f94298cc037803fe6a6188498 (patch) | |
| tree | c9972ecf3ca988be044e9e89899daa6d15d75561 /vhosts/blog | |
| parent | fa371513a4374edc49803b6d60c41aff902041e7 (diff) | |
| download | nsfisis.dev-d71d7b6aa6b5081f94298cc037803fe6a6188498.tar.gz nsfisis.dev-d71d7b6aa6b5081f94298cc037803fe6a6188498.tar.zst nsfisis.dev-d71d7b6aa6b5081f94298cc037803fe6a6188498.zip | |
feat(blog/content): new post /posts/2024-05-11/phpconkagawa-2024-report/
Diffstat (limited to 'vhosts/blog')
| -rw-r--r-- | vhosts/blog/content/posts/2024-05-11/phpconkagawa-2024-report.ndoc | 107 | ||||
| -rw-r--r-- | vhosts/blog/nuldoc-src/config.ts | 1 | ||||
| -rw-r--r-- | vhosts/blog/public/atom.xml | 10 | ||||
| -rw-r--r-- | vhosts/blog/public/posts/2024-05-11/phpconkagawa-2024-report/index.html | 180 | ||||
| -rw-r--r-- | vhosts/blog/public/posts/atom.xml | 10 | ||||
| -rw-r--r-- | vhosts/blog/public/posts/index.html | 15 | ||||
| -rw-r--r-- | vhosts/blog/public/tags/conference/atom.xml | 10 | ||||
| -rw-r--r-- | vhosts/blog/public/tags/conference/index.html | 15 | ||||
| -rw-r--r-- | vhosts/blog/public/tags/index.html | 14 | ||||
| -rw-r--r-- | vhosts/blog/public/tags/php/atom.xml | 10 | ||||
| -rw-r--r-- | vhosts/blog/public/tags/php/index.html | 15 | ||||
| -rw-r--r-- | vhosts/blog/public/tags/phpconkagawa/atom.xml | 19 | ||||
| -rw-r--r-- | vhosts/blog/public/tags/phpconkagawa/index.html | 66 |
13 files changed, 466 insertions, 6 deletions
diff --git a/vhosts/blog/content/posts/2024-05-11/phpconkagawa-2024-report.ndoc b/vhosts/blog/content/posts/2024-05-11/phpconkagawa-2024-report.ndoc new file mode 100644 index 00000000..3fd33bac --- /dev/null +++ b/vhosts/blog/content/posts/2024-05-11/phpconkagawa-2024-report.ndoc @@ -0,0 +1,107 @@ +--- +[article] +uuid = "f13aa9d6-4533-4a15-872a-c298ab2090db" +title = "PHP カンファレンス香川 2024 参加レポ" +description = "2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。" +tags = [ + "conference", + "php", + "phpconkagawa", +] + +[[article.revisions]] +date = "2024-05-11" +remark = "公開" +--- +<article> + <section id="intro"> + <h>はじめに</h> + <p> + 2024-05-11 に開催された <a href="https://phpcon.kagawa.jp/2024/">PHP カンファレンス香川 2024</a> に参加した。 + </p> + </section> + <section id="session-thoughts"> + <h>セッション感想</h> + <ul> + <li> + 泥まみれの技術革新: あなたの[ PHPバージョンアップ | 新フレームワーク採用 | アーキテクチャ刷新 | … ]を後押しするために by nrslib + <ul> + <li> + fortee URL: <a href="https://fortee.jp/phpconkagawa-2024/proposal/7f4622af-03b6-4b83-a0ef-e1cfc7b7c930">https://fortee.jp/phpconkagawa-2024/proposal/7f4622af-03b6-4b83-a0ef-e1cfc7b7c930</a> + </li> + <li> + 感想: ちょうどとあるマイグレーション作業をしているので、頷きながら拝聴しました。結局は誰しも移行作業は根気と腕力なのだということに勇気をもらえました。 + </li> + </ul> + </li> + <li> + PHP 9 に備えよ - 動的プロパティ、どうすればいぃ? by 荒瀬 泰輔 + <ul> + <li> + fortee URL: <a href="https://fortee.jp/phpconkagawa-2024/proposal/039ebb21-d104-4df2-86bb-be2680979b7b">https://fortee.jp/phpconkagawa-2024/proposal/039ebb21-d104-4df2-86bb-be2680979b7b</a> + </li> + <li> + 感想: これも上と同じく移行作業の話ではあり、結局のところは「頑張って地道にやっていく」しかないところもあります (とはいえこちらは静的解析である程度潰せますが)。PHP 言語のコミュニティ全体で頑張っていきましょう。 + </li> + </ul> + </li> + <li> + 1人プロ・ペアプロ・モブプロの効果的な使い分け by まきまき + <ul> + <li> + fortee URL: <a href="https://fortee.jp/phpconkagawa-2024/proposal/db3e9634-4a79-46c1-84fd-8ffa4d495a13">https://fortee.jp/phpconkagawa-2024/proposal/db3e9634-4a79-46c1-84fd-8ffa4d495a13</a> + </li> + <li> + 感想: 今会社でペアプロを部分的に取り入れているものの、迷うところが多く、楽しみにしていた発表です。まずは何か一つ変えないことには始まらないので、発表から得たヒントを自分たちのチームに反映すべく、何かやりかたを変えてみる予定です。 + </li> + </ul> + </li> + <li> + mb_trim関数を作りました - PHPに新しい関数を追加しました - by てきめん + <ul> + <li> + fortee URL: <a href="https://fortee.jp/phpconkagawa-2024/proposal/0ec36f50-c4b7-4aa4-abef-006f8bab3931">https://fortee.jp/phpconkagawa-2024/proposal/0ec36f50-c4b7-4aa4-abef-006f8bab3931</a> + </li> + <li> + 感想: RFC を必要とするような機能追加のプロセスを日本語で解説する資料がどんどんと増えていくのは、ハードルを下げるという意味で非常にありがたいです。私も以前から出そう出そうと考えている書きかけの RFC があるのですが、具体的なプロセスが明示されるとやはりやる気になりますね。 + </li> + </ul> + </li> + <li> + (「PHPカンファレンス小田原2024」を実行委員長がふりかえる by asumikam) + <ul> + <li> + fortee URL: <a href="https://fortee.jp/phpconkagawa-2024/proposal/c1efd828-72c9-4719-93f7-2ca3f8f20ac1">https://fortee.jp/phpconkagawa-2024/proposal/c1efd828-72c9-4719-93f7-2ca3f8f20ac1</a> + </li> + <li> + 備考: ちょっとしたトラブルにより午前中の発表が見られなかったので、生で拝聴したわけではなく、スライドを拝見して感想を書いています。 + </li> + <li> + 感想: Thanks のスライド非常に嬉しかったです。こちらこそ素晴らしいカンファレンスの場をありがとうございました!スタッフ募集あれば来年も是非参加させてください。 + </li> + </ul> + </li> + </ul> + </section> + <section id="lightning-talk"> + <h>懇親会 LT</h> + <p> + 今回登壇者ではなかったのだが、プロポーザル募集時に用意していたスライド (LT 用に作っていたのだが、そもそも LT 枠がなかったのでお蔵入りになっていた) があったので懇親会の LT で発表した。 + </p> + <p> + 中身は<a href="/slides/2023-03-15/phpstudy-tokyo-150/">第150回PHP勉強会@東京で登壇した内容</a>とほぼ同じで、タイトルを「うどんのように細長い FizzBuzz を書く」にしただけの手抜き・一発ネタ発表である。個別にスライドはアップロードしないので、前述のリンクを参照してほしい。 + </p> + <p> + なお、この発表には<a href="/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/">ブログ記事バージョン</a>もある。 + </p> + </section> + <section id="outro"> + <h>おわりに</h> + <p> + 午前中の発表に間に合わなかったことがとにかく心残りなのだが、それ以外は PHP カンファレンス小田原のスタッフの方々をはじめ多くの方と交流でき、非常に楽しいカンファレンスだった。来年もあるそうなので (この分だと来年も月刊 PHP カンファレンスにならないか?)、是非参加したい。 + </p> + <p> + あれ、そういえば香川でうどん食べてないな......。 + </p> + </section> +</article> diff --git a/vhosts/blog/nuldoc-src/config.ts b/vhosts/blog/nuldoc-src/config.ts index 00fc686a..2844c390 100644 --- a/vhosts/blog/nuldoc-src/config.ts +++ b/vhosts/blog/nuldoc-src/config.ts @@ -29,6 +29,7 @@ export const config = { "php": "PHP", "phpcon-odawara": "PHP カンファレンス小田原", "phpconfuk": "PHP カンファレンス福岡", + "phpconkagawa": "PHP カンファレンス香川", "phpconokinawa": "PHP カンファレンス沖縄", "phperkaigi": "PHPerKaigi", "phpkansai": "PHP カンファレンス関西", diff --git a/vhosts/blog/public/atom.xml b/vhosts/blog/public/atom.xml index 592fd54f..16ed1021 100644 --- a/vhosts/blog/public/atom.xml +++ b/vhosts/blog/public/atom.xml @@ -7,7 +7,15 @@ <author> <name>nsfisis</name> </author> - <updated>2024-04-29T00:00:00+09:00</updated> + <updated>2024-05-11T00:00:00+09:00</updated> + <entry> + <id>urn:uuid:f13aa9d6-4533-4a15-872a-c298ab2090db</id> + <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-05-11/phpconkagawa-2024-report/"></link> + <title>PHP カンファレンス香川 2024 参加レポ</title> + <summary>2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。</summary> + <published>2024-05-11T00:00:00+09:00</published> + <updated>2024-05-11T00:00:00+09:00</updated> + </entry> <entry> <id>urn:uuid:9b26c1ed-45c3-4cad-9476-cbf2cf2e4de7</id> <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-04-29/zsh-file-completion-for-composer-custom-commands/"></link> diff --git a/vhosts/blog/public/posts/2024-05-11/phpconkagawa-2024-report/index.html b/vhosts/blog/public/posts/2024-05-11/phpconkagawa-2024-report/index.html new file mode 100644 index 00000000..b5667ec2 --- /dev/null +++ b/vhosts/blog/public/posts/2024-05-11/phpconkagawa-2024-report/index.html @@ -0,0 +1,180 @@ +<!DOCTYPE html> +<html lang="ja-JP"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="author" content="nsfisis"> + <meta name="copyright" content="© 2024 nsfisis"> + <meta name="description" content="2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。"> + <meta name="keywords" content="カンファレンス,PHP,PHP カンファレンス香川"> + <meta property="og:type" content="article"> + <meta property="og:title" content="PHP カンファレンス香川 2024 参加レポ|REPL: Rest-Eat-Program Loop"> + <meta property="og:description" content="2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。"> + <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop"> + <meta property="og:locale" content="ja_JP"> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> + <title>PHP カンファレンス香川 2024 参加レポ|REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=0656606dcfb3f6fa094a976e05df9007"> + <link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b"> + </head> + <body class="single"> + <header class="header"> + <div class="site-logo"> + <a href="/">REPL: Rest-Eat-Program Loop</a> + </div> + <nav class="nav"> + <ul> + <li> + <a href="/about/">About</a> + </li> + <li> + <a href="/posts/">Posts</a> + </li> + <li> + <a href="/slides/">Slides</a> + </li> + <li> + <a href="/tags/">Tags</a> + </li> + </ul> + </nav> + </header> + <main class="main"> + <article class="post-single"> + <header class="post-header"> + <h1 class="post-title">PHP カンファレンス香川 2024 参加レポ</h1> + <ul class="post-tags"> + <li class="tag"> + <a href="/tags/conference/">カンファレンス</a> + </li> + <li class="tag"> + <a href="/tags/php/">PHP</a> + </li> + <li class="tag"> + <a href="/tags/phpconkagawa/">PHP カンファレンス香川</a> + </li> + </ul> + </header> + <div class="post-content"> + <section> + <h2 id="changelog">更新履歴</h2> + <ol> + <li class="revision"> + <time datetime="2024-05-11">2024-05-11</time>: 公開 + </li> + </ol> + </section> + <section id="section--intro"> + <h2><a href="#section--intro">はじめに</a></h2> + <p> + 2024-05-11 に開催された <a href="https://phpcon.kagawa.jp/2024/">PHP カンファレンス香川 2024</a> に参加した。 + </p> + </section> + + <section id="section--session-thoughts"> + <h2><a href="#section--session-thoughts">セッション感想</a></h2> + <ul> + <li> + 泥まみれの技術革新: あなたの[ PHPバージョンアップ | 新フレームワーク採用 | アーキテクチャ刷新 | … ]を後押しするために by nrslib + <ul> + <li> + fortee URL: <a href="https://fortee.jp/phpconkagawa-2024/proposal/7f4622af-03b6-4b83-a0ef-e1cfc7b7c930">https://fortee.jp/phpconkagawa-2024/proposal/7f4622af-03b6-4b83-a0ef-e1cfc7b7c930</a> + </li> + + <li> + 感想: ちょうどとあるマイグレーション作業をしているので、頷きながら拝聴しました。結局は誰しも移行作業は根気と腕力なのだということに勇気をもらえました。 + </li> + </ul> + </li> + + <li> + PHP 9 に備えよ - 動的プロパティ、どうすればいぃ? by 荒瀬 泰輔 + <ul> + <li> + fortee URL: <a href="https://fortee.jp/phpconkagawa-2024/proposal/039ebb21-d104-4df2-86bb-be2680979b7b">https://fortee.jp/phpconkagawa-2024/proposal/039ebb21-d104-4df2-86bb-be2680979b7b</a> + </li> + + <li> + 感想: これも上と同じく移行作業の話ではあり、結局のところは「頑張って地道にやっていく」しかないところもあります (とはいえこちらは静的解析である程度潰せますが)。PHP 言語のコミュニティ全体で頑張っていきましょう。 + </li> + </ul> + </li> + + <li> + 1人プロ・ペアプロ・モブプロの効果的な使い分け by まきまき + <ul> + <li> + fortee URL: <a href="https://fortee.jp/phpconkagawa-2024/proposal/db3e9634-4a79-46c1-84fd-8ffa4d495a13">https://fortee.jp/phpconkagawa-2024/proposal/db3e9634-4a79-46c1-84fd-8ffa4d495a13</a> + </li> + + <li> + 感想: 今会社でペアプロを部分的に取り入れているものの、迷うところが多く、楽しみにしていた発表です。まずは何か一つ変えないことには始まらないので、発表から得たヒントを自分たちのチームに反映すべく、何かやりかたを変えてみる予定です。 + </li> + </ul> + </li> + + <li> + mb_trim関数を作りました - PHPに新しい関数を追加しました - by てきめん + <ul> + <li> + fortee URL: <a href="https://fortee.jp/phpconkagawa-2024/proposal/0ec36f50-c4b7-4aa4-abef-006f8bab3931">https://fortee.jp/phpconkagawa-2024/proposal/0ec36f50-c4b7-4aa4-abef-006f8bab3931</a> + </li> + + <li> + 感想: RFC を必要とするような機能追加のプロセスを日本語で解説する資料がどんどんと増えていくのは、ハードルを下げるという意味で非常にありがたいです。私も以前から出そう出そうと考えている書きかけの RFC があるのですが、具体的なプロセスが明示されるとやはりやる気になりますね。 + </li> + </ul> + </li> + + <li> + (「PHPカンファレンス小田原2024」を実行委員長がふりかえる by asumikam) + <ul> + <li> + fortee URL: <a href="https://fortee.jp/phpconkagawa-2024/proposal/c1efd828-72c9-4719-93f7-2ca3f8f20ac1">https://fortee.jp/phpconkagawa-2024/proposal/c1efd828-72c9-4719-93f7-2ca3f8f20ac1</a> + </li> + + <li> + 備考: ちょっとしたトラブルにより午前中の発表が見られなかったので、生で拝聴したわけではなく、スライドを拝見して感想を書いています。 + </li> + + <li> + 感想: Thanks のスライド非常に嬉しかったです。こちらこそ素晴らしいカンファレンスの場をありがとうございました!スタッフ募集あれば来年も是非参加させてください。 + </li> + </ul> + </li> + </ul> + </section> + + <section id="section--lightning-talk"> + <h2><a href="#section--lightning-talk">懇親会 LT</a></h2> + <p> + 今回登壇者ではなかったのだが、プロポーザル募集時に用意していたスライド (LT 用に作っていたのだが、そもそも LT 枠がなかったのでお蔵入りになっていた) があったので懇親会の LT で発表した。 + </p> + + <p> + 中身は<a href="/slides/2023-03-15/phpstudy-tokyo-150/">第150回PHP勉強会@東京で登壇した内容</a>とほぼ同じで、タイトルを「うどんのように細長い FizzBuzz を書く」にしただけの手抜き・一発ネタ発表である。個別にスライドはアップロードしないので、前述のリンクを参照してほしい。 + </p> + + <p> + なお、この発表には<a href="/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/">ブログ記事バージョン</a>もある。 + </p> + </section> + + <section id="section--outro"> + <h2><a href="#section--outro">おわりに</a></h2> + <p> + 午前中の発表に間に合わなかったことがとにかく心残りなのだが、それ以外は PHP カンファレンス小田原のスタッフの方々をはじめ多くの方と交流でき、非常に楽しいカンファレンスだった。来年もあるそうなので (この分だと来年も月刊 PHP カンファレンスにならないか?)、是非参加したい。 + </p> + + <p> + あれ、そういえば香川でうどん食べてないな......。 + </p> + </section> + </div> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> diff --git a/vhosts/blog/public/posts/atom.xml b/vhosts/blog/public/posts/atom.xml index 12cc04ef..6245bc03 100644 --- a/vhosts/blog/public/posts/atom.xml +++ b/vhosts/blog/public/posts/atom.xml @@ -7,7 +7,15 @@ <author> <name>nsfisis</name> </author> - <updated>2024-04-29T00:00:00+09:00</updated> + <updated>2024-05-11T00:00:00+09:00</updated> + <entry> + <id>urn:uuid:f13aa9d6-4533-4a15-872a-c298ab2090db</id> + <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-05-11/phpconkagawa-2024-report/"></link> + <title>PHP カンファレンス香川 2024 参加レポ</title> + <summary>2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。</summary> + <published>2024-05-11T00:00:00+09:00</published> + <updated>2024-05-11T00:00:00+09:00</updated> + </entry> <entry> <id>urn:uuid:9b26c1ed-45c3-4cad-9476-cbf2cf2e4de7</id> <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-04-29/zsh-file-completion-for-composer-custom-commands/"></link> diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index 815b24e0..30234d59 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -43,6 +43,21 @@ <h1>投稿一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2024-05-11/phpconkagawa-2024-report/"> + <header class="entry-header"> + <h2>PHP カンファレンス香川 2024 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-05-11">2024-05-11</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-04-29/zsh-file-completion-for-composer-custom-commands/"> <header class="entry-header"> <h2>【Zsh】 Composer のカスタムコマンドに対する Zsh 補完で引数にファイルを補完させる</h2> diff --git a/vhosts/blog/public/tags/conference/atom.xml b/vhosts/blog/public/tags/conference/atom.xml index b68de91c..e77b3959 100644 --- a/vhosts/blog/public/tags/conference/atom.xml +++ b/vhosts/blog/public/tags/conference/atom.xml @@ -7,7 +7,15 @@ <author> <name>nsfisis</name> </author> - <updated>2024-04-14T00:00:00+09:00</updated> + <updated>2024-05-11T00:00:00+09:00</updated> + <entry> + <id>urn:uuid:f13aa9d6-4533-4a15-872a-c298ab2090db</id> + <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-05-11/phpconkagawa-2024-report/"></link> + <title>PHP カンファレンス香川 2024 参加レポ</title> + <summary>2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。</summary> + <published>2024-05-11T00:00:00+09:00</published> + <updated>2024-05-11T00:00:00+09:00</updated> + </entry> <entry> <id>urn:uuid:be9c896d-7efa-42dd-a50a-dda5fd3a7f5c</id> <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-04-14/phpcon-odawara-2024-report/"></link> diff --git a/vhosts/blog/public/tags/conference/index.html b/vhosts/blog/public/tags/conference/index.html index e6ddcc86..51d4ec9a 100644 --- a/vhosts/blog/public/tags/conference/index.html +++ b/vhosts/blog/public/tags/conference/index.html @@ -44,6 +44,21 @@ <h1>タグ「カンファレンス」一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2024-05-11/phpconkagawa-2024-report/"> + <header class="entry-header"> + <h2>PHP カンファレンス香川 2024 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-05-11">2024-05-11</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-04-14/phpcon-odawara-2024-report/"> <header class="entry-header"> <h2>PHP カンファレンス小田原 2024 参加レポ</h2> diff --git a/vhosts/blog/public/tags/index.html b/vhosts/blog/public/tags/index.html index 21a7bc0d..ffba270b 100644 --- a/vhosts/blog/public/tags/index.html +++ b/vhosts/blog/public/tags/index.html @@ -67,7 +67,7 @@ <h2>カンファレンス</h2> </header> <footer class="entry-footer"> - 10件の記事、5件のスライド + 11件の記事、5件のスライド </footer> </a> </article> @@ -157,7 +157,7 @@ <h2>PHP</h2> </header> <footer class="entry-footer"> - 16件の記事、15件のスライド + 17件の記事、15件のスライド </footer> </a> </article> @@ -182,6 +182,16 @@ </a> </article> <article class="post-entry"> + <a href="/tags/phpconkagawa/"> + <header class="entry-header"> + <h2>PHP カンファレンス香川</h2> + </header> + <footer class="entry-footer"> + 1件の記事 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/tags/phpconokinawa/"> <header class="entry-header"> <h2>PHP カンファレンス沖縄</h2> diff --git a/vhosts/blog/public/tags/php/atom.xml b/vhosts/blog/public/tags/php/atom.xml index 237e135c..09a30bf0 100644 --- a/vhosts/blog/public/tags/php/atom.xml +++ b/vhosts/blog/public/tags/php/atom.xml @@ -7,7 +7,15 @@ <author> <name>nsfisis</name> </author> - <updated>2024-04-29T00:00:00+09:00</updated> + <updated>2024-05-11T00:00:00+09:00</updated> + <entry> + <id>urn:uuid:f13aa9d6-4533-4a15-872a-c298ab2090db</id> + <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-05-11/phpconkagawa-2024-report/"></link> + <title>PHP カンファレンス香川 2024 参加レポ</title> + <summary>2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。</summary> + <published>2024-05-11T00:00:00+09:00</published> + <updated>2024-05-11T00:00:00+09:00</updated> + </entry> <entry> <id>urn:uuid:9b26c1ed-45c3-4cad-9476-cbf2cf2e4de7</id> <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-04-29/zsh-file-completion-for-composer-custom-commands/"></link> diff --git a/vhosts/blog/public/tags/php/index.html b/vhosts/blog/public/tags/php/index.html index 2784e2f8..14c4cca8 100644 --- a/vhosts/blog/public/tags/php/index.html +++ b/vhosts/blog/public/tags/php/index.html @@ -44,6 +44,21 @@ <h1>タグ「PHP」一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2024-05-11/phpconkagawa-2024-report/"> + <header class="entry-header"> + <h2>PHP カンファレンス香川 2024 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-05-11">2024-05-11</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-04-29/zsh-file-completion-for-composer-custom-commands/"> <header class="entry-header"> <h2>【Zsh】 Composer のカスタムコマンドに対する Zsh 補完で引数にファイルを補完させる</h2> diff --git a/vhosts/blog/public/tags/phpconkagawa/atom.xml b/vhosts/blog/public/tags/phpconkagawa/atom.xml new file mode 100644 index 00000000..29697e77 --- /dev/null +++ b/vhosts/blog/public/tags/phpconkagawa/atom.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<feed xmlns="http://www.w3.org/2005/Atom"> + <id>tag:blog.nsfisis.dev,2021:tag-phpconkagawa</id> + <title>タグ「PHP カンファレンス香川」一覧|REPL: Rest-Eat-Program Loop</title> + <link rel="alternate" href="https://blog.nsfisis.dev/tags/phpconkagawa/"></link> + <link rel="self" href="https://blog.nsfisis.dev/tags/phpconkagawa/atom.xml"></link> + <author> + <name>nsfisis</name> + </author> + <updated>2024-05-11T00:00:00+09:00</updated> + <entry> + <id>urn:uuid:f13aa9d6-4533-4a15-872a-c298ab2090db</id> + <link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-05-11/phpconkagawa-2024-report/"></link> + <title>PHP カンファレンス香川 2024 参加レポ</title> + <summary>2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。</summary> + <published>2024-05-11T00:00:00+09:00</published> + <updated>2024-05-11T00:00:00+09:00</updated> + </entry> +</feed> diff --git a/vhosts/blog/public/tags/phpconkagawa/index.html b/vhosts/blog/public/tags/phpconkagawa/index.html new file mode 100644 index 00000000..268a9048 --- /dev/null +++ b/vhosts/blog/public/tags/phpconkagawa/index.html @@ -0,0 +1,66 @@ +<!DOCTYPE html> +<html lang="ja-JP"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="author" content="nsfisis"> + <meta name="copyright" content="© 2024 nsfisis"> + <meta name="description" content="タグ「PHP カンファレンス香川」のついた記事またはスライドの一覧"> + <meta name="keywords" content="PHP カンファレンス香川"> + <meta property="og:type" content="article"> + <meta property="og:title" content="タグ「PHP カンファレンス香川」一覧|REPL: Rest-Eat-Program Loop"> + <meta property="og:description" content="タグ「PHP カンファレンス香川」のついた記事またはスライドの一覧"> + <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop"> + <meta property="og:locale" content="ja_JP"> + <link rel="alternate" type="application/atom+xml" href="https://blog.nsfisis.dev/tags/phpconkagawa/atom.xml"> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> + <title>タグ「PHP カンファレンス香川」一覧|REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=0656606dcfb3f6fa094a976e05df9007"> + </head> + <body class="list"> + <header class="header"> + <div class="site-logo"> + <a href="/">REPL: Rest-Eat-Program Loop</a> + </div> + <nav class="nav"> + <ul> + <li> + <a href="/about/">About</a> + </li> + <li> + <a href="/posts/">Posts</a> + </li> + <li> + <a href="/slides/">Slides</a> + </li> + <li> + <a href="/tags/">Tags</a> + </li> + </ul> + </nav> + </header> + <main class="main"> + <header class="page-header"> + <h1>タグ「PHP カンファレンス香川」一覧</h1> + </header> + <article class="post-entry"> + <a href="/posts/2024-05-11/phpconkagawa-2024-report/"> + <header class="entry-header"> + <h2>PHP カンファレンス香川 2024 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2024-05-11 に開催された、PHP カンファレンス香川 2024 に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-05-11">2024-05-11</time> 投稿 + </footer> + </a> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> |
