<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>ALBERTAZ</title>
      <link>https://albertaz.com</link>
      <description></description>
      <atom:link href="https://albertaz.com/rss.xml" rel="self" type="application/rss+xml"/>
      
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/migrating-to-sveltekit2</guid>
            <title>Migrate my website to SvelteKit2</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/migrating-to-sveltekit2</link>
            <description>SvelteKit 2 带来了许多结构性变更，升级过程中涉及依赖、构建脚本、路由系统、代码逻辑等方面的调整。本指南详细介绍如何从 SvelteKit 1 迁移到 2，并确保你的项目平稳升级。</description>
            <pubDate>2024-09-16</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/insight-of-editor</guid>
            <title>漫谈编辑器</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/insight-of-editor</link>
            <description>最近工作需要，研究了一下目前编辑器技术的发展</description>
            <pubDate>2023-03-26</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/pure-esm-package</guid>
            <title>Pure ESM package</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/pure-esm-package</link>
            <description>最近升级依赖，发现 execa、inquirer 的最新版本都已经变成了 pure ESM package，这也导致一些项目报错 ERR_REQUIRE_ESM，构建失败。</description>
            <pubDate>2022-07-22</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/recent-update-of-my-blog</guid>
            <title>又折腾博客了</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/recent-update-of-my-blog</link>
            <description>疫情隔离期间对博客叒做了一次大改</description>
            <pubDate>2022-07-09</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/rewrite-my-blog-with-svelte</guid>
            <title>Rewrite my website with Svelte</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/rewrite-my-blog-with-svelte</link>
            <description>The page you’re looking at is powered by Svelte.</description>
            <pubDate>2022-06-03</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/web-font-best-practice</guid>
            <title>字体漫谈-网站字体最佳实践</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/web-font-best-practice</link>
            <description>web font 基础与网站字体最佳实践。</description>
            <pubDate>2022-05-22</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/web-components-ststus</guid>
            <title>你不知道的 Web Components - 现状</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/web-components-ststus</link>
            <description>这篇文章会重点关注 Web Components 在生态、行业应用方面的现状，也会涉及一些 Web Components 之外的技术，为你做 Web Components 技术应用选型提供一些参考</description>
            <pubDate>2022-03-25</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/web-component-history-and-future</guid>
            <title>你不知道的 Web Components - 过去和未来</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/web-component-history-and-future</link>
            <description>这篇文章会重点讲 Web Components 技术规范的发展情况，关注提案设计、变更上的考虑，也会涉及一些 Web Components 之外的技术，为你了解 Web Components 历史、理解规范提供一些参考</description>
            <pubDate>2022-03-24</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/nodejs-local-https</guid>
            <title>Node 应用本地 HTTPS</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/nodejs-local-https</link>
            <description>为了方便做一些模拟验证，我们有时候需要在本地起 https 环境，比如调试验证一些协议是 https 的内嵌页面。</description>
            <pubDate>2022-03-09</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/docker-deploy-gatsby-app</guid>
            <title>docker 部署 Gatsby 应用</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/docker-deploy-gatsby-app</link>
            <description>用 Gatsby 重构自己的博客之后，他的众多优点比如可以用 react 组件化开发，可以享受 ssr、单页应用也能 seo 等等，感觉一直很爽。</description>
            <pubDate>2021-05-23</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/clean-disk-files</guid>
            <title>再提示『您的磁盘几乎已满』算我输</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/clean-disk-files</link>
            <description>最近每天打开电脑都被提醒 您的磁盘几乎已满。我知道，那些过去下载的杂乱文件、传递消息的截图录屏、保存即看过的各种文档，叒叒一次要撑爆我 256g 的磁盘了。</description>
            <pubDate>2021-05-13</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/g6-mobile-design</guid>
            <title>G6-Mobile 的前世今生</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/g6-mobile-design</link>
            <description>社区里有不少图可视化引擎，但支持小程序甚至移动端的图可视化引擎几乎还没见过。通常可以通过嵌套 webview 的方式做实现，显然再性能、体验都存在问题，开发方式也不够优雅。</description>
            <pubDate>2021-03-15</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/visualization</guid>
            <title>聊聊可视化</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/visualization</link>
            <description>开发可视化应用，我们关心的则是数据计算、不止是区块的各种图形的绘图渲染，当然也少不了交互，希望通过一张图让用户看清数据背后隐藏的信息</description>
            <pubDate>2021-02-23</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/g6-mobile-size-optimize</guid>
            <title>G6 Mobile 包体积优化</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/g6-mobile-size-optimize</link>
            <description>g6-mobile 初始版本打包之后发现体积很大，parse 之后 1.3 M，gzip 之后 330k，这个尺寸移动端难以接受。</description>
            <pubDate>2021-01-25</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/graph-visualization</guid>
            <title>图可视化方案总结</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/graph-visualization</link>
            <description>企业风控图可视化白皮书。</description>
            <pubDate>2020-11-22</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/koa-source-read</guid>
            <title>Koa 源码阅读</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/koa-source-read</link>
            <description>koa 的核心源码只有 lib 目录下的四个文件，极其精简。</description>
            <pubDate>2020-10-13</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/express-source-read</guid>
            <title>Express 源码解析</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/express-source-read</link>
            <description>首先看下 express 源码结构。</description>
            <pubDate>2020-09-18</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/nodejs-debug</guid>
            <title>Nodejs 调试</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/nodejs-debug</link>
            <description>最近看 nodejs 源码，记录一下怎么调试。</description>
            <pubDate>2020-07-08</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/how-to-build-frontend-data-layer</guid>
            <title>如何搭建数据中间层的笔记和思考</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/how-to-build-frontend-data-layer</link>
            <description>为了理清楚复杂的业务数据，我们通常会在组件之上，在视图渲染之下建立数据中间层。</description>
            <pubDate>2018-12-18</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/arsene-wenger-22-years</guid>
            <title>温格的22年，你的多少年？</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/arsene-wenger-22-years</link>
            <description>一球定音-温格的22年，你的多少年?</description>
            <pubDate>2018-04-28</pubDate>
          </item>
        
          <item>
            <guid isPermaLink="true">https://albertaz.com/blog/blog/mean-apps-restful-api-trans</guid>
            <title>MEAN 栈开发 [翻译]</title>
            <description>A blog built with SvelteKit about tech and stuff!</description>
            <link>https://albertaz.com/blog/blog/mean-apps-restful-api-trans</link>
            <description>undefined</description>
            <pubDate>2016-7-03</pubDate>
          </item>
        
    </channel>
  </rss>