<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home on Ibrahim Koz</title>
    <link>https://ibrhmkoz.github.io/</link>
    <description>Recent content in Home on Ibrahim Koz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 17 Jan 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://ibrhmkoz.github.io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Liskov Substitution Principle</title>
      <link>https://ibrhmkoz.github.io/posts/liskov-substituion-principle/</link>
      <pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://ibrhmkoz.github.io/posts/liskov-substituion-principle/</guid>
      <description>How subtypes maintain behavioral contracts by weakening preconditions and strengthening postconditions</description>
    </item>
    <item>
      <title>The Secret of Modularity</title>
      <link>https://ibrhmkoz.github.io/posts/the-secret-of-modularity/</link>
      <pubDate>Sun, 14 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://ibrhmkoz.github.io/posts/the-secret-of-modularity/</guid>
      <description>True modularity requires acting like a contractor coordinating specialists, not a worker following steps. Learn a simple litmus test to ensure your abstractions are meaningful on their own, rather than just fragmented scripts.</description>
    </item>
    <item>
      <title>Package Organization and Self-Contained Design</title>
      <link>https://ibrhmkoz.github.io/posts/package-by-abstraction-level/</link>
      <pubDate>Sun, 07 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://ibrhmkoz.github.io/posts/package-by-abstraction-level/</guid>
      <description>Why packages should be designed as self-contained units with deep interfaces and consistent abstraction levels</description>
    </item>
    <item>
      <title>The Single Level of Abstraction Principle</title>
      <link>https://ibrhmkoz.github.io/posts/the-single-level-of-abstraction-principle/</link>
      <pubDate>Sun, 24 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://ibrhmkoz.github.io/posts/the-single-level-of-abstraction-principle/</guid>
      <description>Why maintaining consistent abstraction levels is the most critical principle in software development</description>
    </item>
    <item>
      <title>Don&#39;t Build Workers on Top of Goroutines</title>
      <link>https://ibrhmkoz.github.io/posts/dont-build-workers-on-top-of-goroutines/</link>
      <pubDate>Thu, 20 Mar 2025 00:00:00 +0000</pubDate>
      <guid>https://ibrhmkoz.github.io/posts/dont-build-workers-on-top-of-goroutines/</guid>
      <description>Why creating worker pools is unnecessary when Go&amp;rsquo;s runtime already handles concurrency efficiently</description>
    </item>
    <item>
      <title>My Rust Learning Journey - Day 1</title>
      <link>https://ibrhmkoz.github.io/posts/my-rust-learning-journey---day-1/</link>
      <pubDate>Fri, 07 Mar 2025 00:00:00 +0000</pubDate>
      <guid>https://ibrhmkoz.github.io/posts/my-rust-learning-journey---day-1/</guid>
      <description>First day exploring Rust through a key-value store project, focusing on ownership, Arc, Mutex, and threading concepts</description>
    </item>
  </channel>
</rss>
