<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Yet another tech blog</title><description>Technical articles about web development, distributed systems, databases, and more.</description><link>https://yatb.me/</link><language>en-us</language><item><title>How to Never Mess Up Binary Search</title><link>https://yatb.me/blog/how-to-never-mess-up-binary-search/</link><guid isPermaLink="true">https://yatb.me/blog/how-to-never-mess-up-binary-search/</guid><description>Binary search is deceptively simple. Off-by-one errors, infinite loops, and wrong bounds trip up even experienced developers. Here&apos;s a framework to get it right every time.</description><pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Timsort - The Default Sort</title><link>https://yatb.me/blog/timsort-the-default-sort/</link><guid isPermaLink="true">https://yatb.me/blog/timsort-the-default-sort/</guid><description>Timsort is the hybrid sorting algorithm that powers Python&apos;s sorted() and Java&apos;s Arrays.sort(). Lets see why it was such a smart choice for the default sort, and what clever optimizations it has...</description><pubDate>Sun, 22 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Introduction to LSM Trees</title><link>https://yatb.me/blog/introduction-to-lsm-trees/</link><guid isPermaLink="true">https://yatb.me/blog/introduction-to-lsm-trees/</guid><description>LSM Trees are the secret sauce behind databases like Cassandra, ScyllaDB - enabling them to gobble writes like its nothing...</description><pubDate>Sun, 11 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Are Private Variables Truly Private?</title><link>https://yatb.me/blog/are-private-variables-truly-private/</link><guid isPermaLink="true">https://yatb.me/blog/are-private-variables-truly-private/</guid><description>Are private variables truly only accessible within their owning object?</description><pubDate>Sun, 21 Dec 2025 00:00:00 GMT</pubDate></item></channel></rss>