<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kodnos</title>
    <link>https://kodnos.dev</link>
    <description>A developer blog about software engineering, web development, and technology.</description>
    <language>en</language>
    <atom:link href="https://kodnos.dev/feed.xml" rel="self" type="application/rss+xml"/>    <item>
      <title>Understanding Time Complexity and Big O Notation</title>
      <link>https://kodnos.dev/post/understanding-time-complexity-big-o</link>
      <guid isPermaLink="true">https://kodnos.dev/post/understanding-time-complexity-big-o</guid>
      <description>What is Big O notation and why does it matter? A practical guide with interactive charts, code examples in Python and Java, and the simple mental model that covers 90% of cases.</description>
      <pubDate>Fri, 06 Mar 2026 21:40:31 +0000</pubDate>
      <category>Software Engineering</category>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator>
    </item>
    <item>
      <title>Space Complexity - How Much Memory Does Your Code Need?</title>
      <link>https://kodnos.dev/post/space-complexity-how-much-memory</link>
      <guid isPermaLink="true">https://kodnos.dev/post/space-complexity-how-much-memory</guid>
      <description>What is space complexity and why does it matter? Understanding the time-space tradeoff, when to spend memory to save time, and how to analyze your algorithm&apos;s memory usage.</description>
      <pubDate>Fri, 06 Mar 2026 21:40:31 +0000</pubDate>
      <category>Software Engineering</category>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator>
    </item>
    <item>
      <title>Big O Cheat Sheet - Every Complexity You Need to Know</title>
      <link>https://kodnos.dev/post/big-o-cheat-sheet-every-complexity</link>
      <guid isPermaLink="true">https://kodnos.dev/post/big-o-cheat-sheet-every-complexity</guid>
      <description>The Big O cheat sheet: every complexity ranked from best to worst, practical input size guidelines, common operations table, and when to use what. Everything in one place.</description>
      <pubDate>Fri, 06 Mar 2026 21:40:31 +0000</pubDate>
      <category>Software Engineering</category>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator>
    </item>
    <item>
      <title>Welcome to Kodnos</title>
      <link>https://kodnos.dev/post/welcome-to-kodnos</link>
      <guid isPermaLink="true">https://kodnos.dev/post/welcome-to-kodnos</guid>
      <description>A personal tech blog about software engineering, machine learning, and modern web development - built from scratch as an open-source project.</description>
      <pubDate>Sat, 28 Feb 2026 22:02:26 +0000</pubDate>
      <category>Technology</category>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator>
    </item>
  </channel>
</rss>
