<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://lucasbittencourt.dev</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>NodeJS event loop</title>
          <link>https://lucasbittencourt.dev/blog/nodejs-event-loop</link>
          <description>Learn Node.js concepts such as non-blocking I/O, the difference between I/O-bound and CPU-bound tasks, the event loop, and understand the scenarios where Node.js is the right choice.</description>
          <pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Modern JavaScript</title>
          <link>https://lucasbittencourt.dev/blog/modern-javascript</link>
          <description>Learn modern JavasScript concepts like optional chaining, rest - spread - nullish coalescing operators and much more.</description>
          <pubDate>Fri, 03 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>React Performance</title>
          <link>https://lucasbittencourt.dev/blog/react-performance</link>
          <description>Learn concepts like memoization, referential equality, reconciliation algorithm, memo - useMemo - useCallback functions, why we should use the key property in loops and practical code examples.</description>
          <pubDate>Thu, 11 Aug 2022 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>