<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>note on 賈斯丁前端之路</title>
    <link>https://blog.jhdev.pro/categories/note/</link>
    <description>Recent content in note on 賈斯丁前端之路</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-tw</language>
    <copyright>© 2024 Justin Huang</copyright>
    <lastBuildDate>Sun, 09 Jun 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.jhdev.pro/categories/note/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SEO 筆記</title>
      <link>https://blog.jhdev.pro/notes/2024-06-09-seo-note/</link>
      <pubDate>Sun, 09 Jun 2024 00:00:00 +0000</pubDate>
      
      <guid>https://blog.jhdev.pro/notes/2024-06-09-seo-note/</guid>
      <description> Google SEO 工具 # Google Analytics # Google Analytics Google Search Console # Google Search Console Google structured data # Introduction to structured data markup in Google Search Test your structured data Structured Data Markup Helper SEO meta data debug tools # Meta | Sharing Debugger LinkedIn Post Inspector </description>
      
    </item>
    
    <item>
      <title>自架部落格筆記</title>
      <link>https://blog.jhdev.pro/notes/2024-06-09-self-hosting-blog-note/</link>
      <pubDate>Sun, 09 Jun 2024 00:00:00 +0000</pubDate>
      
      <guid>https://blog.jhdev.pro/notes/2024-06-09-self-hosting-blog-note/</guid>
      <description>框架 # Hugo: The world&amp;rsquo;s fastest framework for building websites Blowfish - A powerful, lightweight theme for Hugo. Hexo - A fast, simple &amp;amp; powerful blog framework 留言系統 # Disqus Utterances Giscus Converting an issue to a discussion - GitHub Docs</description>
      
    </item>
    
    <item>
      <title>Useful Resources</title>
      <link>https://blog.jhdev.pro/notes/2023-08-17-useful-resources/</link>
      <pubDate>Thu, 17 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>https://blog.jhdev.pro/notes/2023-08-17-useful-resources/</guid>
      <description>Useful Resources # 技能樹 # Developer Roadmaps
State of JavaScript
State of CSS
書籍 # JS 犀牛書
Advanced React，作者 Nadia Makarevich 曾擔任 Atlassian 的前端架構師
職涯 # 巴哈經典文 - 【密技】台灣軟體業業界現況詳解、軟體工程師指南 Youtube # Alex 宅幹嘛</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://blog.jhdev.pro/notes/2023-08-17-useful-resources/featured-meta-image.png" />
    </item>
    
    <item>
      <title>RFC</title>
      <link>https://blog.jhdev.pro/notes/2023-06-12-standards-and-documentation/</link>
      <pubDate>Mon, 12 Jun 2023 00:00:00 +0000</pubDate>
      
      <guid>https://blog.jhdev.pro/notes/2023-06-12-standards-and-documentation/</guid>
      <description>IETF Datatracker # RFC2616 # http
RFC6265 # HTTP State Management Mechanism (eg. Cookies)</description>
      
    </item>
    
    <item>
      <title>Reactjs.tw Meetup #14 | 都 2022 年了你可能還是不懂 useEffect | Zet</title>
      <link>https://blog.jhdev.pro/notes/2023-06-08-react-note-meetup-useeffect-from-zet/</link>
      <pubDate>Thu, 08 Jun 2023 00:00:00 +0000</pubDate>
      
      <guid>https://blog.jhdev.pro/notes/2023-06-08-react-note-meetup-useeffect-from-zet/</guid>
      <description>Reactjs.tw Meetup #14 筆記</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://blog.jhdev.pro/notes/2023-06-08-react-note-meetup-useeffect-from-zet/featured-meta-image.png" />
    </item>
    
    <item>
      <title>JavaScript V8 Engine</title>
      <link>https://blog.jhdev.pro/notes/2023-04-19-js-v8-engine/</link>
      <pubDate>Wed, 19 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>https://blog.jhdev.pro/notes/2023-04-19-js-v8-engine/</guid>
      <description>V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Chrome and in Node.js, among others. It implements ECMAScript and WebAssembly, and runs on Windows 7 or later, macOS 10.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://blog.jhdev.pro/notes/2023-04-19-js-v8-engine/featured-meta-image.png" />
    </item>
    
    <item>
      <title>Git Snippet</title>
      <link>https://blog.jhdev.pro/notes/2023-04-06-git-snippet/</link>
      <pubDate>Thu, 06 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>https://blog.jhdev.pro/notes/2023-04-06-git-snippet/</guid>
      <description>Git config and commands that I use frequently</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://blog.jhdev.pro/notes/2023-04-06-git-snippet/featured-meta-image.png" />
    </item>
    
    <item>
      <title>Deep Copy in JavaScript</title>
      <link>https://blog.jhdev.pro/notes/2022-11-02-deep-copy/</link>
      <pubDate>Wed, 02 Nov 2022 00:00:00 +0000</pubDate>
      
      <guid>https://blog.jhdev.pro/notes/2022-11-02-deep-copy/</guid>
      <description>Some methods to deep copy an object in JavaScript</description>
      
    </item>
    
    <item>
      <title>Web Workers</title>
      <link>https://blog.jhdev.pro/notes/2022-11-02-web-workers/</link>
      <pubDate>Wed, 02 Nov 2022 00:00:00 +0000</pubDate>
      
      <guid>https://blog.jhdev.pro/notes/2022-11-02-web-workers/</guid>
      <description>Web Workers 是 JavaScript 的多執行緒解決方案</description>
      
    </item>
    
  </channel>
</rss>
