<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url><loc>https://build-your-own.org/redis/</loc><lastmod>2025-02-25</lastmod></url>
<url><loc>https://build-your-own.org/redis/01_intro_redis</loc><lastmod>2025-01-18</lastmod></url>
<url><loc>https://build-your-own.org/redis/02_intro_sockets</loc><lastmod>2025-07-10</lastmod></url>
<url><loc>https://build-your-own.org/redis/03_hello_cs</loc><lastmod>2025-09-18</lastmod></url>
<url><loc>https://build-your-own.org/redis/04_proto</loc><lastmod>2025-08-17</lastmod></url>
<url><loc>https://build-your-own.org/redis/05_event_loop_intro</loc><lastmod>2025-01-18</lastmod></url>
<url><loc>https://build-your-own.org/redis/06_event_loop_impl</loc><lastmod>2025-03-21</lastmod></url>
<url><loc>https://build-your-own.org/redis/06b_event_loop_more</loc><lastmod>2025-01-18</lastmod></url>
<url><loc>https://build-your-own.org/redis/07_basic_server</loc><lastmod>2025-01-18</lastmod></url>
<url><loc>https://build-your-own.org/redis/08_hashtables</loc><lastmod>2025-01-24</lastmod></url>
<url><loc>https://build-your-own.org/redis/08b_hashtables_impl</loc><lastmod>2025-01-18</lastmod></url>
<url><loc>https://build-your-own.org/redis/09_serialization</loc><lastmod>2025-01-23</lastmod></url>
<url><loc>https://build-your-own.org/redis/10_avltree</loc><lastmod>2025-04-21</lastmod></url>
<url><loc>https://build-your-own.org/redis/11_sortedset</loc><lastmod>2025-02-06</lastmod></url>
<url><loc>https://build-your-own.org/redis/12_timer</loc><lastmod>2025-02-08</lastmod></url>
<url><loc>https://build-your-own.org/redis/13_heap</loc><lastmod>2025-02-12</lastmod></url>
<url><loc>https://build-your-own.org/redis/14_thread</loc><lastmod>2025-02-20</lastmod></url>
<url><loc>https://build-your-own.org/redis/99_wip</loc><lastmod>2025-02-25</lastmod></url>
<url><loc>https://build-your-own.org/redis/a1_hints</loc><lastmod>2024-05-01</lastmod></url>
<url><loc>https://build-your-own.org/redis/a2_reading</loc><lastmod>2024-05-01</lastmod></url>
<url><loc>https://build-your-own.org/database/</loc><lastmod>2026-01-07</lastmod></url>
<url><loc>https://build-your-own.org/database/00a_overview</loc><lastmod>2025-03-25</lastmod></url>
<url><loc>https://build-your-own.org/database/01_files</loc><lastmod>2026-01-07</lastmod></url>
<url><loc>https://build-your-own.org/database/02_indexing</loc><lastmod>2026-01-07</lastmod></url>
<url><loc>https://build-your-own.org/database/03_btree_intro</loc><lastmod>2026-01-07</lastmod></url>
<url><loc>https://build-your-own.org/database/04_btree_code_1</loc><lastmod>2026-01-07</lastmod></url>
<url><loc>https://build-your-own.org/database/05_btree_code_2</loc><lastmod>2026-01-07</lastmod></url>
<url><loc>https://build-your-own.org/database/06_btree_disk</loc><lastmod>2026-01-07</lastmod></url>
<url><loc>https://build-your-own.org/database/07_free_list</loc><lastmod>2026-01-07</lastmod></url>
<url><loc>https://build-your-own.org/database/90_end</loc><lastmod>2025-12-01</lastmod></url>
<url><loc>https://build-your-own.org/compiler/</loc><lastmod>2024-05-02</lastmod></url>
<url><loc>https://build-your-own.org/compiler/01_intro</loc><lastmod>2023-10-17</lastmod></url>
<url><loc>https://build-your-own.org/compiler/02_calc</loc><lastmod>2023-05-02</lastmod></url>
<url><loc>https://build-your-own.org/compiler/03_interp_var</loc><lastmod>2023-04-24</lastmod></url>
<url><loc>https://build-your-own.org/compiler/04_interp_ctrl</loc><lastmod>2023-04-24</lastmod></url>
<url><loc>https://build-your-own.org/compiler/05_computer</loc><lastmod>2023-05-04</lastmod></url>
<url><loc>https://build-your-own.org/compiler/06_vm</loc><lastmod>2023-05-06</lastmod></url>
<url><loc>https://build-your-own.org/compiler/90_end</loc><lastmod>2024-05-01</lastmod></url>
<url><loc>https://build-your-own.org/webserver/</loc><lastmod>2025-10-12</lastmod></url>
<url><loc>https://build-your-own.org/webserver/01_intro</loc><lastmod>2024-01-16</lastmod></url>
<url><loc>https://build-your-own.org/webserver/02_http_intro</loc><lastmod>2024-07-22</lastmod></url>
<url><loc>https://build-your-own.org/webserver/03_tcp_server</loc><lastmod>2024-02-02</lastmod></url>
<url><loc>https://build-your-own.org/webserver/04_promise</loc><lastmod>2025-10-30</lastmod></url>
<url><loc>https://build-your-own.org/webserver/05_proto</loc><lastmod>2024-01-08</lastmod></url>
<url><loc>https://build-your-own.org/webserver/06_http_proto</loc><lastmod>2024-01-07</lastmod></url>
<url><loc>https://build-your-own.org/webserver/07_http_server</loc><lastmod>2024-01-06</lastmod></url>
<url><loc>https://build-your-own.org/webserver/90_end</loc><lastmod>2024-02-20</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/</loc><lastmod>2024-08-25</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/1p10_html_review</loc><lastmod>2024-08-19</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/1p20_css_review</loc><lastmod>2024-08-19</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/1p30_basic_styles</loc><lastmod>2024-08-19</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/1p40_selectors</loc><lastmod>2024-08-19</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/1p50_specificity</loc><lastmod>2024-08-30</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/1p60_length_units</loc><lastmod>2024-09-05</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/2p10_layout_concepts</loc><lastmod>2024-08-30</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/2p20_line_boxes</loc><lastmod>2024-08-19</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/2p30_display</loc><lastmod>2024-08-26</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/2p40_box_model</loc><lastmod>2024-09-05</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/2p50_width_height</loc><lastmod>2024-09-05</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/2p60_aspect_ratio</loc><lastmod>2024-09-05</lastmod></url>
<url><loc>https://build-your-own.org/visual_css/90_end</loc><lastmod>2024-08-16</lastmod></url>
<url><loc>https://build-your-own.org/b2a/</loc><lastmod>2024-05-03</lastmod></url>
<url><loc>https://build-your-own.org/b2a/p0_intro</loc><lastmod>2023-02-20</lastmod></url>
<url><loc>https://build-your-own.org/b2a/p1_expr</loc><lastmod>2023-02-20</lastmod></url>
<url><loc>https://build-your-own.org/b2a/p2_interp</loc><lastmod>2023-02-18</lastmod></url>
<url><loc>https://build-your-own.org/b2a/p3_comp</loc><lastmod>2023-02-20</lastmod></url>
<url><loc>https://build-your-own.org/b2a/r0_intro</loc><lastmod>2023-02-20</lastmod></url>
<url><loc>https://build-your-own.org/b2a/r1_parse</loc><lastmod>2023-02-20</lastmod></url>
<url><loc>https://build-your-own.org/b2a/r2_bt</loc><lastmod>2023-02-08</lastmod></url>
<url><loc>https://build-your-own.org/b2a/r3_nfa</loc><lastmod>2023-02-08</lastmod></url>
<url><loc>https://build-your-own.org/b2a/z0_end</loc><lastmod>2024-01-13</lastmod></url>
<url><loc>https://build-your-own.org/blog/</loc><lastmod>2025-01-16</lastmod></url>
<url><loc>https://build-your-own.org/blog/20221229_alpine/</loc><lastmod>2022-12-29</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230110_alt_ssh/</loc><lastmod>2023-01-12</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230127_byor/</loc><lastmod>2023-01-28</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230129_mutex_cv_sem/</loc><lastmod>2023-02-01</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230219_elf_craft/</loc><lastmod>2023-02-20</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230227_byodb_new/</loc><lastmod>2023-02-28</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230309_sql_interface/</loc><lastmod>2023-03-11</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230310_coding_kbd/</loc><lastmod>2023-03-11</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230316_go_full_slice/</loc><lastmod>2023-03-18</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230420_byodb_done/</loc><lastmod>2023-05-14</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230507_byoc_new/</loc><lastmod>2023-05-14</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230514_dev_clipboard/</loc><lastmod>2023-05-15</lastmod></url>
<url><loc>https://build-your-own.org/blog/20230520_byoc_done/</loc><lastmod>2023-05-21</lastmod></url>
<url><loc>https://build-your-own.org/blog/20231108_1week/</loc><lastmod>2024-04-06</lastmod></url>
<url><loc>https://build-your-own.org/blog/20231115_null_ptr/</loc><lastmod>2023-11-16</lastmod></url>
<url><loc>https://build-your-own.org/blog/20240813_css_vertical_center/</loc><lastmod>2024-08-17</lastmod></url>
<url><loc>https://build-your-own.org/blog/20241125_go_slice_surprise/</loc><lastmod>2025-01-02</lastmod></url>
<url><loc>https://build-your-own.org/blog/20251015_db_in_3000/</loc><lastmod>2025-01-17</lastmod></url>
<url><loc>https://build-your-own.org/blog/</loc><lastmod>2023-02-26</lastmod></url>
<url><loc>https://build-your-own.org/blog/about/</loc><lastmod>2023-04-24</lastmod></url>
</urlset>
