<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>My notes</title>
      <link>https://esteban-4413.github.io/dgarden</link>
      <description>Last 10 notes on My notes</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>part-7</title>
    <link>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/lprojects/simple-data-base/part-7</link>
    <guid>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/lprojects/simple-data-base/part-7</guid>
    <description><![CDATA[ Part 7: The B-Tree Up until now, the tutorial’s implementation has stored data in a flat, unorganized array of pages. ]]></description>
    <pubDate>Sat, 22 Aug 2026 09:03:59 GMT</pubDate>
  </item><item>
    <title>part-8</title>
    <link>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/lprojects/simple-data-base/part-8</link>
    <guid>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/lprojects/simple-data-base/part-8</guid>
    <description><![CDATA[ Part 8: B-Tree Leaf Node Format Reviewing Alternative Table Formats Before diving into the B-Tree code, it helps to document exactly why the tutorial moves away from the previous flat array structure. ]]></description>
    <pubDate>Sat, 22 Aug 2026 09:03:59 GMT</pubDate>
  </item><item>
    <title>index</title>
    <link>https://esteban-4413.github.io/dgarden/db/books/pdfs/</link>
    <guid>https://esteban-4413.github.io/dgarden/db/books/pdfs/</guid>
    <description><![CDATA[  ]]></description>
    <pubDate>Thu, 20 Aug 2026 19:32:01 GMT</pubDate>
  </item><item>
    <title>Foundations</title>
    <link>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/html/Foundations</link>
    <guid>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/html/Foundations</guid>
    <description><![CDATA[ HTML (HyperText Markup Language) Elements and tags What is HTML? HTML defines the structure and content of a webpage. ]]></description>
    <pubDate>Thu, 20 Aug 2026 19:32:01 GMT</pubDate>
  </item><item>
    <title>part-6</title>
    <link>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/lprojects/simple-data-base/part-6</link>
    <guid>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/lprojects/simple-data-base/part-6</guid>
    <description><![CDATA[ Part 6: The Cursor As we prepare to transition our data structure from a flat array of rows to a B-Tree, relying directly on row numbers and harcoded array iterations becomes higly inneficient. ]]></description>
    <pubDate>Thu, 20 Aug 2026 19:32:01 GMT</pubDate>
  </item><item>
    <title>MdC</title>
    <link>https://esteban-4413.github.io/dgarden/universidade/1ano/2semestre/MdC/</link>
    <guid>https://esteban-4413.github.io/dgarden/universidade/1ano/2semestre/MdC/</guid>
    <description><![CDATA[ Here you’ll find: . ]]></description>
    <pubDate>Thu, 20 Aug 2026 19:32:01 GMT</pubDate>
  </item><item>
    <title>index</title>
    <link>https://esteban-4413.github.io/dgarden/</link>
    <guid>https://esteban-4413.github.io/dgarden/</guid>
    <description><![CDATA[ Azulejos 🚧 CAUTION: This place is still under construction 🚧 Hard hat required. This digital garden is currently under heavy construction. ]]></description>
    <pubDate>Wed, 19 Aug 2026 19:39:53 GMT</pubDate>
  </item><item>
    <title>epicuro</title>
    <link>https://esteban-4413.github.io/dgarden/db/libbabel/alejandr%C3%ADa/quotes/epicuro</link>
    <guid>https://esteban-4413.github.io/dgarden/db/libbabel/alejandr%C3%ADa/quotes/epicuro</guid>
    <description><![CDATA[ El jardín de las palabras “La brevedad es el alma del ingenio.” — William Shakespeare Colección de fragmentos Quote “Que as nossas notas sejam mais bem um resultado natural da nossa vontade de crescer como sere humanos e aprender o máximo possível durante cada dia” — Desconhecido Quote “É melhor apr... ]]></description>
    <pubDate>Wed, 19 Aug 2026 19:31:18 GMT</pubDate>
  </item><item>
    <title>part-4</title>
    <link>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/lprojects/simple-data-base/part-4</link>
    <guid>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/lprojects/simple-data-base/part-4</guid>
    <description><![CDATA[ Part 4: Fixing some bugs Row On the definition of a Row, we allocate exactly 32 and 255 bytes for username and email respectively. ]]></description>
    <pubDate>Wed, 19 Aug 2026 19:31:18 GMT</pubDate>
  </item><item>
    <title>part-5</title>
    <link>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/lprojects/simple-data-base/part-5</link>
    <guid>https://esteban-4413.github.io/dgarden/notes-on-other-matters/programming/lprojects/simple-data-base/part-5</guid>
    <description><![CDATA[ Part 5: Persistence to disk Right now the database lets us insert records and them back out but just as long as the program is running. ]]></description>
    <pubDate>Wed, 19 Aug 2026 19:31:18 GMT</pubDate>
  </item>
    </channel>
  </rss>