<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>masyus.work</title>
        <link>https://masyus.work/</link>
        <description>40代子育てWebエンジニアmasyusのWebエンジニアリング経験を体系化し、技術・知識・キャリア・学習・生産性・健康等の最適化に関する知見を発信します。幅広いWebエンジニアの方に役立てるよう、自己研鑽した内容を紹介します。</description>
        <lastBuildDate>Tue, 14 Oct 2025 00:14:04 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>ja</language>
        <image>
            <title>masyus.work</title>
            <url>https://masyus.work/__og-image__/image/og.png</url>
            <link>https://masyus.work/</link>
        </image>
        <copyright>© 2025 masyus.work all rights reserved.</copyright>
        <item>
            <title><![CDATA[2025年23週目ふりかえり ~ 作業環境アップデートが捗りました]]></title>
            <link>https://masyus.work/articles/2025-week-23</link>
            <guid>https://masyus.work/articles/2025-week-23</guid>
            <pubDate>Sat, 07 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[TypeScriptやViteの新発見、Google Cloudの運用知見、Obsidianを活用した内省フロー、そしてマウスや分割キーボードの選定まで、エンジニアの1週間を振り返ります]]></description>
        </item>
        <item>
            <title><![CDATA[2025年24週目ふりかえり ~ AIと内省と育児の狭間でもがく]]></title>
            <link>https://masyus.work/articles/2025-week-24</link>
            <guid>https://masyus.work/articles/2025-week-24</guid>
            <pubDate>Sun, 15 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Cloud Run × NitroのDB接続改善、AIによる思考整理の模索、ObsidianとZettelkastenを活用した内省フローの実践、保育参加で感じた子供の成長など、エンジニア・親・個人としての1週間を振り返ります]]></description>
        </item>
        <item>
            <title><![CDATA[2025年25週目ふりかえり ~ AI・育児・立ち振る舞い]]></title>
            <link>https://masyus.work/articles/2025-week-25</link>
            <guid>https://masyus.work/articles/2025-week-25</guid>
            <pubDate>Mon, 23 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[AI Engineering Summitでの学び、Google Earthを使った育児の実践、社内の雰囲気変化への気づきなど、エンジニア・親・個人としての1週間を振り返ります]]></description>
        </item>
        <item>
            <title><![CDATA[【MySQL5.7】相関サブクエリーで、グループ単位で所属レコードに採番する方法]]></title>
            <link>https://masyus.work/articles/add-group-nubmer-by-correlated-subqueries</link>
            <guid>https://masyus.work/articles/add-group-nubmer-by-correlated-subqueries</guid>
            <pubDate>Sun, 29 Mar 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[MySQL5.7の相関サブクエリーでグループ毎にレコードに番号を振る方法を、著者ごとに記事に連番を付けるSQLを例に解説します。]]></description>
        </item>
        <item>
            <title><![CDATA[PHP7以降は関数の戻り値に型を指定できるようになったので、試してみた]]></title>
            <link>https://masyus.work/articles/be-able-to-assign-return-data-type-over-php7</link>
            <guid>https://masyus.work/articles/be-able-to-assign-return-data-type-over-php7</guid>
            <pubDate>Sun, 22 Mar 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[PHP7以降、関数の戻り値に型を指定可能になりました。戻り値に型を指定するとコードの可読性が向上し、予期しない型変換を防げる利点があります。]]></description>
        </item>
        <item>
            <title><![CDATA[gcloudでCloud Run ジョブをupdate時、--waitを指定すると更新&実行になる点に注意]]></title>
            <link>https://masyus.work/articles/be-careful-in-updating-cloud-run-jobs-with-wait-option</link>
            <guid>https://masyus.work/articles/be-careful-in-updating-cloud-run-jobs-with-wait-option</guid>
            <pubDate>Fri, 16 Aug 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[記事執筆量を増やす為に、内省する仕組みと内省用ツールとしてObsidianを選定・運用してみた記録]]></title>
            <link>https://masyus.work/articles/build-introspection-flow-and-tool-selection-obsidian</link>
            <guid>https://masyus.work/articles/build-introspection-flow-and-tool-selection-obsidian</guid>
            <pubDate>Wed, 11 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[記事執筆量を増やす為になぜ内省が必要だったのかやNotion・Obsidian・NotebookLMを比較して内省に最適なツールを比較検討したプロセス、Obisidanの使い方の工夫について紹介します]]></description>
        </item>
        <item>
            <title><![CDATA[[CakePHP3] Migrationで特定のカラムに対し、UNIQUE制約を設定する方法]]></title>
            <link>https://masyus.work/articles/cakephp3-how-to-add-unique-index-by-migration</link>
            <guid>https://masyus.work/articles/cakephp3-how-to-add-unique-index-by-migration</guid>
            <pubDate>Sun, 16 Feb 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[CakePHP3のMigrationでaddIndex()とremoveIndex()を使い、UNIQUE制約を設定する方法を紹介します。]]></description>
        </item>
        <item>
            <title><![CDATA[Dockerローカル開発環境のCakePHP3アプリ開発でGeneral error: 5 database is lockedの対処法]]></title>
            <link>https://masyus.work/articles/cakephp3-how-to-resolve-general-error-5-database-is-locked</link>
            <guid>https://masyus.work/articles/cakephp3-how-to-resolve-general-error-5-database-is-locked</guid>
            <pubDate>Sun, 01 Mar 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[CakePHP3で、SQLiteのDB Lock起因によるGeneral error: 5 database is lockedの対処法を解説します。]]></description>
        </item>
        <item>
            <title><![CDATA[[CakePHP3] 「モデルのないフォーム」の使いどころ]]></title>
            <link>https://masyus.work/articles/cakephp3-how-to-use-form-not-having-model</link>
            <guid>https://masyus.work/articles/cakephp3-how-to-use-form-not-having-model</guid>
            <pubDate>Sun, 01 Mar 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[CakePHP3でモデル非依存のフォーム作成方法と使い所を解説します。ランディングページや問い合わせフォーム、APIの入力検証時に最適です。]]></description>
        </item>
    </channel>
</rss>