<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Vincent Chan — Dispatch</title>
    <link>https://vincentchan.info</link>
    <description>Writing on software, AI, and side projects.</description>
    <language>en</language>
    <atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="https://vincentchan.info/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Harness engineering</title>
      <link>https://vincentchan.info/posts/the-harness-engineering</link>
      <guid>https://vincentchan.info/posts/the-harness-engineering</guid>
      <pubDate>Thu, 26 Mar 2026 13:03:00 GMT</pubDate>
<description>The biggest leap in AI coding isn&apos;t a better model. It&apos;s a better harness.</description>
    </item>
    <item>
      <title>Which file will Next.js use if it&apos;s not found?</title>
      <link>https://vincentchan.info/posts/which-file-will-next-js-use-if-its-not-found</link>
      <guid>https://vincentchan.info/posts/which-file-will-next-js-use-if-its-not-found</guid>
      <pubDate>Thu, 13 Feb 2025 11:00:19 GMT</pubDate>
<description>There may be a few missing files in the project, but sometimes the file used is not what we expected.</description>
    </item>
    <item>
      <title>New Caching System for the Nextjs</title>
      <link>https://vincentchan.info/posts/new-caching-system-for-the-nextjs</link>
      <guid>https://vincentchan.info/posts/new-caching-system-for-the-nextjs</guid>
      <pubDate>Mon, 06 Jan 2025 13:00:40 GMT</pubDate>
<description>Nextjs has introduced a few caching systems, but they are currently evolving. The new caching system appears to be both simple and powerful.</description>
    </item>
    <item>
      <title>Why can&apos;t we set cookies during the rendering process in NEXTJS for server components?</title>
      <link>https://vincentchan.info/posts/why-cant-we-set-cookies-during-the-rendering-process-in-nextjs-for-server-components</link>
      <guid>https://vincentchan.info/posts/why-cant-we-set-cookies-during-the-rendering-process-in-nextjs-for-server-components</guid>
      <pubDate>Thu, 21 Nov 2024 13:08:06 GMT</pubDate>
<description>Before server  component, we can set the cookies in the gerServerProps function, why it is not working after the nextjs UPGRADE to a new powerful version?</description>
    </item>
    <item>
      <title>Why isn&apos;t Loading.tsx working in Next.js at times?</title>
      <link>https://vincentchan.info/posts/why-isnt-loading-tsx-working-in-nextjs-at-times-next-js-issues</link>
      <guid>https://vincentchan.info/posts/why-isnt-loading-tsx-working-in-nextjs-at-times-next-js-issues</guid>
      <pubDate>Fri, 25 Oct 2024 11:51:09 GMT</pubDate>
<description>Streaming is one of the advantages of Next.js, allowing for UI to be pushed as a chunk browser. This partial rendering helps users see content quickly.</description>
    </item>
    <item>
      <title>My programming language journey</title>
      <link>https://vincentchan.info/posts/programming-language-journey</link>
      <guid>https://vincentchan.info/posts/programming-language-journey</guid>
      <pubDate>Wed, 17 Jul 2024 01:48:20 GMT</pubDate>
<description>Look at the journey of my programming language. Which one will have the most impact on me?</description>
    </item>
    <item>
      <title>Why is it now the age of de-microsservice and de-cloud?</title>
      <link>https://vincentchan.info/posts/demicroservices-and-declouding-the-future</link>
      <guid>https://vincentchan.info/posts/demicroservices-and-declouding-the-future</guid>
      <pubDate>Tue, 02 Jul 2024 13:07:06 GMT</pubDate>
<description>Combining microservices with cloud technology seems like a superstar that all developers pursue. However, we can make it even smarter and more cost-efficient.</description>
    </item>
    <item>
      <title>SaaS is one way for indie developers to survive.</title>
      <link>https://vincentchan.info/posts/saas-for-indie-developers-to-survive</link>
      <guid>https://vincentchan.info/posts/saas-for-indie-developers-to-survive</guid>
      <pubDate>Thu, 27 Jun 2024 12:36:05 GMT</pubDate>
<description>SaaS transforms applications into services rather than products.</description>
    </item>
    <item>
      <title>Learn to use Docker quickly.</title>
      <link>https://vincentchan.info/posts/docker-quick-start-guide</link>
      <guid>https://vincentchan.info/posts/docker-quick-start-guide</guid>
      <pubDate>Tue, 25 Jun 2024 12:37:43 GMT</pubDate>
<description>Docker has become a necessary tool in the CICD stage. Without it, microservices cannot be efficiently utilized. It is a crucial component for modern development.</description>
    </item>
    <item>
      <title>What is the agent for LLM?</title>
      <link>https://vincentchan.info/posts/what-is-the-agent-for-llm</link>
      <guid>https://vincentchan.info/posts/what-is-the-agent-for-llm</guid>
      <pubDate>Wed, 12 Jun 2024 15:03:36 GMT</pubDate>
<description>The agent is going to call the tools defined by our function for LLM.</description>
    </item>
    <item>
      <title>Why React Server Component (RSC)?</title>
      <link>https://vincentchan.info/posts/why-react-server-component-rsc</link>
      <guid>https://vincentchan.info/posts/why-react-server-component-rsc</guid>
      <pubDate>Wed, 12 Jun 2024 13:50:21 GMT</pubDate>
<description>The React Server Component was introduced in React.js 18(stable to use in 19) and is now publicly available for use in Next.js 13.</description>
    </item>
    <item>
      <title>科學方法論(Methodology)</title>
      <link>https://vincentchan.info/posts/methodology-tips-and-best-practices</link>
      <guid>https://vincentchan.info/posts/methodology-tips-and-best-practices</guid>
      <pubDate>Thu, 06 Jun 2024 12:56:16 GMT</pubDate>
<description>What is methodology? It&apos;s a set of steps to explore the world.</description>
    </item>
  </channel>
</rss>