<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Architecture on nemunaire&#39;s blog</title>
    <link>https://www.nemunai.re/tags/architecture/</link>
    <description>Recent content in Architecture on nemunaire&#39;s blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <managingEditor>blog@nemunai.re (nemunaire)</managingEditor>
    <webMaster>blog@nemunai.re (nemunaire)</webMaster>
    <lastBuildDate>Fri, 13 Mar 2026 15:08:00 +0700</lastBuildDate>
    <atom:link href="https://www.nemunai.re/tags/architecture/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Complexity Has Become the Lazy Solution</title>
      <link>https://www.nemunai.re/post/complexity-is-the-lazy-solution/</link>
      <pubDate>Fri, 13 Mar 2026 15:08:00 +0700</pubDate><author>blog@nemunai.re (nemunaire)</author>
      <guid>https://www.nemunai.re/post/complexity-is-the-lazy-solution/</guid>
      <description>&lt;p&gt;In software engineering, complexity is often seen as a sign of competence.&lt;/p&gt;&#xA;&lt;p&gt;Indeed, a simple system looks suspicious, while a complex system looks serious.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-the-value-of-a-decade-of-success&#34;&gt;What is the value of a decade of success?&lt;/h2&gt;&#xA;&lt;p&gt;In my final year of engineering school, I built a CTF platform.&#xA;At the time, no software like &lt;a href=&#34;https://github.com/CTFd/CTFd&#34;&gt;CTFd&lt;/a&gt; existed.&#xA;Everything had to be built from scratch.&lt;/p&gt;&#xA;&lt;p&gt;It took me a lot of thinking to arrive at an architecture that looks simple in hindsight: serve static files, generated on demand, to reduce the attack surface.&#xA;Standard Unix services glued the components together.&#xA;Low-level containers isolated services from one another.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The pragmatic architecture of my production projects</title>
      <link>https://www.nemunai.re/post/pragmatic-architecture-for-productions/</link>
      <pubDate>Thu, 05 Mar 2026 15:00:00 +0000</pubDate><author>blog@nemunai.re (nemunaire)</author>
      <guid>https://www.nemunai.re/post/pragmatic-architecture-for-productions/</guid>
      <description>&lt;p&gt;Reading some discussions between developers or software architects, one might&#xA;think that the smallest web application today requires a distributed&#xA;infrastructure, a Kubernetes cluster, and several specialized cloud services.&lt;/p&gt;&#xA;&lt;p&gt;Yet many web services (including those that receive several thousand visitors&#xA;per day) can work perfectly well with a much simpler architecture.&lt;/p&gt;&#xA;&lt;p&gt;Here is a hands-on account of the infrastructure I use for my production&#xA;projects, some of which exceed 5,000 daily visitors, and which I also applied&#xA;for years during a cybersecurity competition with more than 250 on-site&#xA;participants.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
