<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Async 標籤 - Let&#039;s Write</title>
	<atom:link href="https://www.letswrite.tw/tag/async/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.letswrite.tw/tag/async/</link>
	<description>前端工程師 August 的學習筆記 -- solving problems, in simple ways.</description>
	<lastBuildDate>Thu, 13 Mar 2025 13:51:32 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://res.cloudinary.com/let-s-write/images/w_32,h_32,c_fill,g_auto/f_auto,q_auto/v1746103360/cropped-logo_2025/cropped-logo_2025.png?_i=AA</url>
	<title>Async 標籤 - Let&#039;s Write</title>
	<link>https://www.letswrite.tw/tag/async/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">186153126</site>	<item>
		<title>TestCafe 學習筆記 &#8211; 1：自動化測試會員登入</title>
		<link>https://www.letswrite.tw/testcafe-member-login/</link>
					<comments>https://www.letswrite.tw/testcafe-member-login/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Tue, 02 Jun 2020 13:47:36 +0000</pubDate>
				<category><![CDATA[Front-End]]></category>
		<category><![CDATA[Async]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[Notify]]></category>
		<category><![CDATA[TestCafe]]></category>
		<category><![CDATA[測試]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=1235</guid>

					<description><![CDATA[<p>本篇大綱：關於 End-to-End 測試。安裝 TestCafe。撰寫測試檔、Fixtures、Tests。頁面上互動。執行自動化測試。設定排程、機器人通知。程式碼。筆記後心得。選擇使用 TestCafe，主要是因為比較好學，而且 Youtube 上的教學也比較多。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/testcafe-member-login/">TestCafe 學習筆記 &#8211; 1：自動化測試會員登入</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/testcafe-member-login/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1235</post-id>	</item>
		<item>
		<title>Auth0 Universal Login，做一個自己的會員註冊、登入功能</title>
		<link>https://www.letswrite.tw/auth0-login/</link>
					<comments>https://www.letswrite.tw/auth0-login/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sat, 21 Mar 2020 03:06:52 +0000</pubDate>
				<category><![CDATA[Front-End]]></category>
		<category><![CDATA[Async]]></category>
		<category><![CDATA[Auth0]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[LINE]]></category>
		<category><![CDATA[登入]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=1058</guid>

					<description><![CDATA[<p>本篇大綱：Auth0 Universal Login步驟。註冊Auth0，設定基本資訊。取得domain、client ID。設定 Login box的樣式。引用createAuth0Client。取得Auth0 config。判斷是否登入，登入就取得資訊。加入LINE登入。Auth0後台看會員狀況</p>
<p>這篇文章 <a href="https://www.letswrite.tw/auth0-login/">Auth0 Universal Login，做一個自己的會員註冊、登入功能</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/auth0-login/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1058</post-id>	</item>
		<item>
		<title>JavaScript 載入方式 defer、async</title>
		<link>https://www.letswrite.tw/javascript-async-defer/</link>
					<comments>https://www.letswrite.tw/javascript-async-defer/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Thu, 10 Oct 2019 09:00:57 +0000</pubDate>
				<category><![CDATA[Front-End]]></category>
		<category><![CDATA[Async]]></category>
		<category><![CDATA[Defer]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=616</guid>

					<description><![CDATA[<p>本篇大綱：defer、async、都不寫。這是很久以前的筆記，這次來整理並更新，主要是筆記載入 JavaScript 時，defer、async 這兩個標籤的不同。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/javascript-async-defer/">JavaScript 載入方式 defer、async</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/javascript-async-defer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">616</post-id>	</item>
		<item>
		<title>切詞工具結巴 Jeiba 優化標籤關鍵字</title>
		<link>https://www.letswrite.tw/jeiba-keywords/</link>
					<comments>https://www.letswrite.tw/jeiba-keywords/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Wed, 02 Oct 2019 12:07:00 +0000</pubDate>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Front-End]]></category>
		<category><![CDATA[Async]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[切詞]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=576</guid>

					<description><![CDATA[<p>本篇大綱：切詞功能 幫你找到適合的標籤、結巴 Jieba 基本使用、切詞功能實際應用、參考資料。每篇文章都需要下標籤（tags），有時會不知道要下哪些，或是這個詞是不是大家比較常搜尋的關鍵字。WordPress會把每個標籤獨立成一頁，所以想把標籤盡量設成跟關鍵字有關，以利 SEO。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/jeiba-keywords/">切詞工具結巴 Jeiba 優化標籤關鍵字</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/jeiba-keywords/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">576</post-id>	</item>
		<item>
		<title>Promise、Async、Await 基本使用筆記</title>
		<link>https://www.letswrite.tw/promise-async-await/</link>
					<comments>https://www.letswrite.tw/promise-async-await/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Fri, 27 Sep 2019 14:30:56 +0000</pubDate>
				<category><![CDATA[Front-End]]></category>
		<category><![CDATA[Async]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Polyfill]]></category>
		<category><![CDATA[Promise]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=556</guid>

					<description><![CDATA[<p>本篇大綱：Promise, Async, Await 真是個好物、Promise使用、Promise polyfill、Async, Await使用、Async, Await polyfill、筆記後心得。Promise, async, await，可以很有效的解決以前遇到的問題。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/promise-async-await/">Promise、Async、Await 基本使用筆記</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/promise-async-await/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">556</post-id>	</item>
	</channel>
</rss>
