
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Trial of Code</title>
    <subtitle>advanced coding puzzles</subtitle>
    <link href="https://trialofcode.org/atom.xml" rel="self" />
    <link href="https://trialofcode.org/" />
    <id>sp:root</id>
    <updated>2038-01-19T00:00:00Z</updated>

    <entry>
        <title>Code a database in 45 steps (Go)</title>
        <link href="https://trialofcode.org/database/" />
        <id>sp:database</id>
        <published>2025-11-05T12:00:00Z</published>
        <updated>2025-11-05T12:00:00Z</updated>
        <summary type="html">
            Code a database system from scratch (no dependencies).
            We'll cover ALL major aspect of databases,
            including KV storage engines, LSM-Tree indexes, SQL, concurrent transactions, ACID, etc.
        </summary>
        <author><name>Lowram Eepson</name></author>
    </entry>
</feed>
