<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Johan Basson</title>
    <link>https://johanbasson.net/</link>
    <description>Recent content on Johan Basson</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 28 Jun 2026 11:28:01 +0200</lastBuildDate>
    <atom:link href="https://johanbasson.net/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Contact</title>
      <link>https://johanbasson.net/contact/</link>
      <pubDate>Sun, 28 Jun 2026 11:28:01 +0200</pubDate>
      <guid>https://johanbasson.net/contact/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m always interested in discussing backend engineering, software architecture, Kotlin, Java, and functional programming.&lt;/p&gt;
&lt;p&gt;Whether you have a question, would like to collaborate on a project, or simply want to connect, feel free to reach out.&lt;/p&gt;
&lt;h2 id=&#34;connect&#34;&gt;Connect&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;GitHub&lt;/strong&gt;&lt;br&gt;
&lt;a href=&#34;https://github.com/johangwbasson&#34;&gt;https://github.com/johangwbasson&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;LinkedIn&lt;/strong&gt;&lt;br&gt;
&lt;a href=&#34;https://www.linkedin.com/in/johangwbasson&#34;&gt;https://www.linkedin.com/in/johangwbasson&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Email&lt;/strong&gt;&lt;br&gt;
&lt;a href=&#34;mailto:johangwbasson@gmail.com&#34;&gt;johangwbasson@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;open-source&#34;&gt;Open Source&lt;/h2&gt;
&lt;p&gt;Many of my personal projects and experiments are available on GitHub. If something here interests you, feel free to open an issue or start a discussion.&lt;/p&gt;
&lt;p&gt;I enjoy learning from other engineers and sharing ideas through open source and technical writing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>About</title>
      <link>https://johanbasson.net/about/</link>
      <pubDate>Sun, 28 Jun 2026 11:19:13 +0200</pubDate>
      <guid>https://johanbasson.net/about/</guid>
      <description>&lt;p&gt;Hi, I&amp;rsquo;m Johan.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m a Senior Backend Software Engineer from Johannesburg, South Africa, with more than 20 years of experience designing and building backend systems. My primary languages are Kotlin and Java, and I enjoy creating software that is simple, reliable and easy to maintain.&lt;/p&gt;
&lt;p&gt;Throughout my career I&amp;rsquo;ve worked in product development, consulting and enterprise environments, helping teams deliver systems that solve real business problems. While I enjoy learning new technologies, I believe good software is driven more by sound engineering principles than by frameworks or trends.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why I Chose http4k Instead of Spring Boot</title>
      <link>https://johanbasson.net/posts/why-i-chose-http4k/</link>
      <pubDate>Sat, 20 Jun 2026 11:30:00 +0200</pubDate>
      <guid>https://johanbasson.net/posts/why-i-chose-http4k/</guid>
      <description>Why I chose http4k over Spring Boot for my latest Kotlin project, and the trade-offs I considered.</description>
    </item>
    <item>
      <title>Every Abstraction Has a Cost</title>
      <link>https://johanbasson.net/posts/every-abstraction-has-a-cost/</link>
      <pubDate>Fri, 27 Jun 2025 20:30:00 +0200</pubDate>
      <guid>https://johanbasson.net/posts/every-abstraction-has-a-cost/</guid>
      <description>Abstractions make software easier to change, but they also make it harder to understand. The challenge is knowing when they&amp;rsquo;re worth the cost.</description>
    </item>
    <item>
      <title>Code Should Read Like Documentation</title>
      <link>https://johanbasson.net/posts/code-should-read-like-doc/</link>
      <pubDate>Tue, 24 Jun 2025 20:00:00 +0200</pubDate>
      <guid>https://johanbasson.net/posts/code-should-read-like-doc/</guid>
      <description>One of the principles that has shaped how I write software over the years is that code should explain itself.</description>
    </item>
    <item>
      <title>Discovering Railway-Oriented Programming</title>
      <link>https://johanbasson.net/posts/discovering-railway-oriented-programming/</link>
      <pubDate>Sun, 15 Jun 2025 20:00:00 +0200</pubDate>
      <guid>https://johanbasson.net/posts/discovering-railway-oriented-programming/</guid>
      <description>A talk by Scott Wlaschin changed the way I think about error handling and composing business logic in Kotlin.</description>
    </item>
    <item>
      <title>How Functional Programming Changed the Way I Write Kotlin</title>
      <link>https://johanbasson.net/posts/how-functional-programming-changed-the-way-i-write-kotlin/</link>
      <pubDate>Tue, 10 Jun 2025 20:00:00 +0200</pubDate>
      <guid>https://johanbasson.net/posts/how-functional-programming-changed-the-way-i-write-kotlin/</guid>
      <description>Functional programming didn&amp;rsquo;t change the language I use. It changed the way I think about designing software.</description>
    </item>
    <item>
      <title>Why I Don&#39;t Like Generic Repository Interfaces</title>
      <link>https://johanbasson.net/posts/why-i-do-not-like-generic-repositories/</link>
      <pubDate>Tue, 13 May 2025 21:00:00 +0200</pubDate>
      <guid>https://johanbasson.net/posts/why-i-do-not-like-generic-repositories/</guid>
      <description>I used to create a repository interface for every aggregate. Over time I found a simpler approach that makes dependencies more explicit and business use cases easier to understand.</description>
    </item>
    <item>
      <title>Projects</title>
      <link>https://johanbasson.net/projects/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://johanbasson.net/projects/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m passionate about building software that is simple, maintainable and enjoyable to work on. These are some of the personal projects I&amp;rsquo;m currently investing my time in.&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id=&#34;arventis&#34;&gt;Arventis&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;A knowledge management platform built with Kotlin and PostgreSQL.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Arventis started as a way to organise my own technical notes, but has grown into an exploration of search, clean architecture, background processing and functional programming.&lt;/p&gt;
&lt;p&gt;Rather than chasing features, I&amp;rsquo;m using the project to experiment with software design decisions and to better understand how simple systems evolve over time.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
