<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Yuri&apos;s Blog</title>
    <link>https://yuri-tech.com/</link>
    <description>技術記事と読了本をまとめた個人ブログです。</description>
    <language>ja</language>
    <atom:link href="https://yuri-tech.com/rss.xml" rel="self" type="application/rss+xml" />
    <lastBuildDate>Fri, 27 Dec 2024 15:00:00 GMT</lastBuildDate>
    <item>
      <title>最近学んだJavaScriptのTipsをアウトプット</title>
      <link>https://yuri-tech.com/articles/2024/lately-learned-js-tip</link>
      <guid isPermaLink="true">https://yuri-tech.com/articles/2024/lately-learned-js-tip</guid>
      <description>JavaScriptのネストしたオブジェクトの分割代入とオプショナルチェーンについて、コード例と注意点を交えて整理します。</description>
      <pubDate>Fri, 27 Dec 2024 15:00:00 GMT</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Todoアプリのハンズオンで学んだことを整理する</title>
      <link>https://yuri-tech.com/articles/2024/organize-learned-from-todo</link>
      <guid isPermaLink="true">https://yuri-tech.com/articles/2024/organize-learned-from-todo</guid>
      <description>React HooksとTypeScriptでTodoアプリを作るハンズオンを通して学んだ、HTML、JavaScript、React、TypeScriptのポイントを整理します。</description>
      <pubDate>Sun, 22 Dec 2024 15:00:00 GMT</pubDate>
      <category>React</category>
      <category>TypeScript</category>
    </item>
    <item>
      <title>Web StorageとIndexedDBについて整理する</title>
      <link>https://yuri-tech.com/articles/2024/describe-webstorage-indexeddb</link>
      <guid isPermaLink="true">https://yuri-tech.com/articles/2024/describe-webstorage-indexeddb</guid>
      <description>localStorage、sessionStorage、IndexedDBの違いを、保存形式、同期・非同期、データの寿命、用途から整理します。</description>
      <pubDate>Sat, 21 Dec 2024 15:00:00 GMT</pubDate>
      <category>Web Storage</category>
      <category>IndexedDB</category>
    </item>
    <item>
      <title>JavaScriptのランタイム構成からイベントループを学ぶ</title>
      <link>https://yuri-tech.com/articles/2024/learn-javascript-eventloop-from-runtime</link>
      <guid isPermaLink="true">https://yuri-tech.com/articles/2024/learn-javascript-eventloop-from-runtime</guid>
      <description>ブラウザのJavaScriptランタイムを構成するコールスタック、Web APIs、タスクキュー、マイクロタスクキューとイベントループの関係を整理します。</description>
      <pubDate>Sun, 24 Nov 2024 15:00:00 GMT</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>JavaScriptのビルトインオブジェクトのメソッドをどう使うか</title>
      <link>https://yuri-tech.com/articles/2024/how-to-use-javascript-built-in-objects</link>
      <guid isPermaLink="true">https://yuri-tech.com/articles/2024/how-to-use-javascript-built-in-objects</guid>
      <description>JavaScriptでオブジェクト自身のプロパティを安全に確認する方法を、hasOwnPropertyとObject.hasOwnの違いから整理します。</description>
      <pubDate>Sat, 23 Nov 2024 15:00:00 GMT</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>JavaScriptのディープコピーとは？</title>
      <link>https://yuri-tech.com/articles/2024/describe-javascript-deepcopy</link>
      <guid isPermaLink="true">https://yuri-tech.com/articles/2024/describe-javascript-deepcopy</guid>
      <description>JavaScriptのシャローコピーとディープコピーの違いを確認し、structuredCloneを使った実装方法と注意点を整理します。</description>
      <pubDate>Fri, 22 Nov 2024 15:00:00 GMT</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>JavaScriptのthisの挙動について呼び出し元で整理する</title>
      <link>https://yuri-tech.com/articles/2024/describe-behavior-javascript-this</link>
      <guid isPermaLink="true">https://yuri-tech.com/articles/2024/describe-behavior-javascript-this</guid>
      <description>JavaScriptのthisが何を参照するのか、メソッド呼び出しと関数呼び出しの違いから整理します。</description>
      <pubDate>Tue, 19 Nov 2024 15:00:00 GMT</pubDate>
      <category>JavaScript</category>
    </item>
  </channel>
</rss>