<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Optivem Journal]]></title><description><![CDATA[TDD | Hexagonal Architecture | Clean Architecture]]></description><link>https://journal.optivem.com</link><image><url>https://substackcdn.com/image/fetch/$s_!0CjJ!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F9abead4c-3f54-46b1-96aa-7033849416df_200x200.png</url><title>Optivem Journal</title><link>https://journal.optivem.com</link></image><generator>Substack</generator><lastBuildDate>Thu, 16 Jul 2026 02:35:49 GMT</lastBuildDate><atom:link href="https://journal.optivem.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Valentina Jemuović, Optivem]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[optivem@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[optivem@substack.com]]></itunes:email><itunes:name><![CDATA[Valentina Jemuović]]></itunes:name></itunes:owner><itunes:author><![CDATA[Valentina Jemuović]]></itunes:author><googleplay:owner><![CDATA[optivem@substack.com]]></googleplay:owner><googleplay:email><![CDATA[optivem@substack.com]]></googleplay:email><googleplay:author><![CDATA[Valentina Jemuović]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Broken Systems Don't Need More Developers]]></title><description><![CDATA[If four developers aren&#8217;t delivering fast enough, why not make it eight?]]></description><link>https://journal.optivem.com/p/you-cant-fix-a-broken-system-by-adding-more-developers</link><guid isPermaLink="false">https://journal.optivem.com/p/you-cant-fix-a-broken-system-by-adding-more-developers</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Tue, 14 Jul 2026 09:12:34 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/c9bf9b6c-687b-4e33-b242-70b1100eeeb1_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#128075; <em>Hello, this is Valentina with the free edition of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>Manager:</p><blockquote><p>"We're behind schedule! We need more developers."</p></blockquote><p>Senior developers don&#8217;t think:</p><blockquote><p>"Great, we'll finish sooner."</p></blockquote><p>Instead, it's more like:</p><blockquote><p>&#8220;We&#8217;re about to spend the next month onboarding.&#8221;</p></blockquote><p>Because they know what comes next&#8230;</p><ul><li><p>Onboarding</p></li><li><p>Interruptions</p></li><li><p>Explaining codebase</p></li><li><p>More meetings</p></li><li><p>More PR reviews</p></li><li><p>More merge conflicts</p></li></ul><h2>The Rules Nobody Wrote Down</h2><p>The system is a tangled mess of dependencies.</p><p>But after working on it for years, experienced developers have <strong>learned to navigate the mess</strong>.</p><p>They know:</p><ul><li><p>&#8220;Don&#8217;t touch that class.&#8221;</p></li><li><p>&#8220;Only Mike understands billing.&#8221;</p></li><li><p>&#8220;Changing this always breaks reporting.&#8221;</p></li><li><p>&#8220;That test is flaky, just rerun it.&#8221;</p></li></ul><p>They&#8217;ve built a mental map of the codebase.</p><p><strong>A new developer hasn&#8217;t.</strong></p><p>Every feature starts with: &#8220;Who knows this part of the system?&#8221;</p><p>They need someone to explain the codebase, the architecture, and all the hidden pitfalls nobody documented.</p><p>More detailed code reviews.</p><p>More meetings.</p><h2>More Developers. Less Progress.</h2><p>The bottleneck isn&#8217;t the number of developers.</p><p>It&#8217;s the architecture.</p><p>When the system is tightly coupled, <strong>every change collides with another change.</strong></p><p>Adding more people doesn't remove the bottleneck.</p><p>It just makes it worse.</p><div><hr></div><p>&#128197; Join me: <strong><a href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers">Clean Architecture for Backend Developers</a></strong> on Wed 26th Aug, 5:00 - 6:30 PM (CEST)</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers&quot;,&quot;text&quot;:&quot;Clean Architecture in Practice &#8594;&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers"><span>Clean Architecture in Practice &#8594;</span></a></p>]]></content:encoded></item><item><title><![CDATA[Clean Architecture Mistake: ORM ≠ Domain]]></title><description><![CDATA[Do NOT confuse ORM entities with domain entities.]]></description><link>https://journal.optivem.com/p/clean-architecture-mistake-orm-domain</link><guid isPermaLink="false">https://journal.optivem.com/p/clean-architecture-mistake-orm-domain</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Thu, 09 Jul 2026 06:02:30 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/d3e29bda-7d3c-42c3-8b02-21b4c8c978d0_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>&#128274; Hello, this is Valentina with a premium issue of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>Your ORM has entities.</p><p>Clean Architecture talks about entities.</p><p>They sound like the same thing.</p><p>They&#8217;re not.</p><h2>&#10060; Your ORM Becomes Your Domain</h2><p>You create an ORM entity (JPA entity) because you need to store orders.</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;88aa993c-13cb-4128-8a41-e2ab127df434&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">@Entity
class Order {
    @Id
    private Long id;

    private OrderStatus status;
    private int quantity;
    private BigDecimal unitPrice;
}</code></pre></div><p>And an ORM repository (JPA repository) to save and load it:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;dfa1068a-99a5-49fa-9d99-2d84818374ff&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">interface OrderJpaRepository extends JpaRepository&lt;Order, Long&gt; {
    // findById and save come out-of-the-box:
    // Optional&lt;Order&gt; findById(Long id);
    // Order save(Order order);
}</code></pre></div><p>So far, so good.</p><p>Its job is persistence.</p><p><span>Then you need to place an order &#8212; and you expect an order to be in a valid state before it is saved. So you give </span><code>Order</code><span> a constructor that refuses to build an invalid order &#8212; e.g. one with a non-positive quantity or a null unit price:</span></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;2bc989b2-2f18-4eae-9844-bd79e39900a3&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">Order(int quantity, BigDecimal unitPrice) {
    if (quantity &lt;= 0) {
        throw new RuntimeException("quantity must be positive");
    }

    if (unitPrice == null) {
        throw new RuntimeException("unit price is required");
    }

    this.status = OrderStatus.PLACED;
    this.quantity = quantity;
    this.unitPrice = unitPrice;
}</code></pre></div><p>Now an <code>Order</code> cannot exist in a broken state.</p><p>Your use case builds one through it:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;093d091d-d908-44f9-a9ba-14f4bd7e6d00&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">class PlaceOrder {

    void execute(int quantity, BigDecimal unitPrice) {
        var order = new Order(quantity, unitPrice);
        orderRepository.save(order);
    }
}</code></pre></div><p>And your use case depends on it.</p><p>Your ORM entity has become your domain entity.</p><p>It looks fine. It compiles. It runs.</p><p>Except &#8212; declaring that constructor removed Java&#8217;s free no-arg one. And JPA cannot live without one.</p><p>That&#8217;s worse than a plain compile error. It compiles, it starts up, and it even saves correctly &#8212; then breaks the first time someone reads the order back. Nothing warns you until then.</p><p>So you&#8217;re forced to add it back:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;38e5a664-86e3-42f6-ac42-6c624af01000&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">protected Order() {}   // required by JPA &#8212; status null, quantity 0, unitPrice null</code></pre></div><p>You wrote a constructor to reject invalid orders.</p><p>JPA makes you add a no-arg one next to it &#8212; one that builds an order with a null status, zero quantity, no price.</p><p>Marking it <code>protected</code> doesn&#8217;t help. When Hibernate loads a row, it ignores every access modifier by using reflection: it invokes that no-arg constructor, then sets the fields one by one.</p><p>Your validating constructor never runs. Your checks never execute.</p><p>An order no business would accept &#8212; and Hibernate builds one on every load.</p><p>Here is the problem.</p><p>An object can only enforce its invariants in one place: its <strong>constructor</strong>. JPA bypasses it &#8212; it forces a no-arg constructor, then sets the fields by reflection, skipping your real constructor on every load.</p><p>So the real problem is not that &#8220;your domain is coupled.&#8221;</p><p>It&#8217;s this:</p><p><strong>This entity cannot guarantee it's always valid (enforce business rules).</strong></p><p>Your validation only runs when you call the constructor yourself. JPA never calls it &#8212; on every load it constructs the object empty and sets the fields directly.</p><p>And every transition you validate later &#8212; cancel, ship, and so on &#8212; then runs on an object that was never validated in the first place.</p><p>The code compiles, it runs, and every invariant you thought you wrote is optional.</p><p>And it doesn&#8217;t stop at <code>Order</code>.</p><p>Use a <code>Money</code> value object instead of <code>BigDecimal</code> &#8212; immutable, always valid, exactly what DDD wants:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;f619f5cc-1462-4dd2-bff8-c18deaef63f2&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">final class Money {
    private final BigDecimal amount;

    Money(BigDecimal amount) {
        if (amount == null) {
            throw new RuntimeException("amount is required");
        }

        this.amount = amount;
    }
}</code></pre></div><p><span>To persist it, JPA needs it as </span><code>@Embeddable</code><span>. And </span><code>@Embeddable</code><span> demands the same price: drop </span><code>final</code><span>, add a no-arg constructor.</span></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;d049ea88-4152-4265-9ef5-0a4d3550ac94&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">@Embeddable
class Money {                    // no longer final
    private BigDecimal amount;   // no longer final

    protected Money() {}         // required by JPA &#8212; amount null

    Money(BigDecimal amount) {
        if (amount == null) {
            throw new RuntimeException("amount is required");
        }

        this.amount = amount;
    }
}</code></pre></div><p>Your always-valid <code>Money</code> can now be built with a null amount too.</p><p>The trap isn&#8217;t contained to one class. It spreads to every value object you embed.</p><p>Notice what&#8217;s happening. You&#8217;re no longer modelling the domain &#8212; you&#8217;re shaping it to fit the ORM. You drop <code>final</code>, add constructors you&#8217;d never write, expose state you meant to hide &#8212; not because the business asked for it, but because the ORM expects it that way.</p><p>You end up violating the very principles the domain is supposed to protect, encapsulation first among them, just to keep the persistence framework happy.</p><p>That is <strong>not</strong> Clean Architecture.</p><div><hr></div><p>Want to avoid the ORM trap?</p><p>&#128197; Join me: <strong><a href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers">Clean Architecture for Backend Developers</a></strong> on Wed 26th Aug, 5:00 - 6:30 PM (CEST)</p><div><hr></div><h2>&#9989;Domain &#8800; ORM</h2>
      <p>
          <a href="https://journal.optivem.com/p/clean-architecture-mistake-orm-domain">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Your Architecture Doesn't Rot Overnight]]></title><description><![CDATA[As deadlines become tighter, convenience starts winning.]]></description><link>https://journal.optivem.com/p/your-architecture-doesnt-rot-overnight</link><guid isPermaLink="false">https://journal.optivem.com/p/your-architecture-doesnt-rot-overnight</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Tue, 07 Jul 2026 06:00:37 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/c5857b79-d8b2-4a92-bb8d-b34384b1752a_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><span>&#128075; </span><em><span>Hello, this is Valentina with the free edition of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply </span><a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a><span>.</span></em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h2>Every project starts simple</h2><p>Most enterprise applications begin with relatively simple requirements.</p><p>Creating records.</p><p>Updating data.</p><p>Calling external systems.</p><p>Displaying results.</p><p>At this stage, <strong>almost any architecture works</strong>. The codebase is small, everyone understands it, and adding new features is straightforward.</p><p>Then the project grows.</p><h2>&#8220;Just this once&#8221;</h2><p>A business rule needs data that&#8217;s already available in the repository.</p><p>Instead of passing it back to the use case, the rule is implemented directly in the repository.</p><p><strong>It&#8217;s only a few lines.</strong></p><p>No one wants to create another object or move data around.</p><p>The feature ships.</p><p>A few weeks later, another feature needs something similar.</p><p>The repository already knows about the data, so another business rule is added there.</p><p>Still reasonable.</p><p>Still working.</p><p>Still &#8220;just this once.&#8221;</p><h2>Convenience becomes the architecture</h2><p>As deadlines become tighter, convenience starts winning.</p><p>A controller performs a quick permission check because it&#8217;s only needed there.</p><p>A service calls another service because it avoids duplicating code.</p><p>An external API client starts making business decisions because it already has the response.</p><p>A repository calculates values because it has all the necessary information.</p><p><strong>None of this breaks the application.</strong></p><p>But it weakens the boundaries between business logic and infrastructure.</p><h2>The cost doesn&#8217;t appear immediately</h2><p>This is why architectural decay is so difficult to notice.</p><p>The application still works.</p><p>Tests still pass.</p><p>Deployments continue.</p><p>The problem appears months later.</p><p>A business rule needs changing.</p><p>Now the team isn&#8217;t sure where that rule actually lives.</p><p>Part of it is in a controller.</p><p>Part is inside a repository.</p><p>Another piece exists in an API adapter.</p><p>There&#8217;s similar logic somewhere else too&#8212;but no one knows whether it&#8217;s safe to change.</p><p>A feature that should have taken an hour becomes an afternoon of investigation.</p><p>Not because the rule is complicated.</p><p>Because the architecture is a <strong>Big Ball of Mud.</strong></p><p>You&#8217;re told: &#8220;Why is it taking so long? It&#8217;s just a simple requirement.&#8221;</p><h2>The trap is delaying</h2><p>Most teams recognize when the codebase is becoming harder to change.</p><p>They simply postpone doing anything about it.</p><p>&#8220;We&#8217;ll clean it up later.&#8221;</p><p>&#8220;We&#8217;ll refactor after this release.&#8221;</p><p>&#8220;We don&#8217;t have time right now.&#8221;</p><p>Meanwhile, every new feature adds another dependency, another shortcut, another place where business logic leaks into infrastructure.</p><p>Eventually, everyone agrees the system needs refactoring.<br>It&#8217;s just too difficult to start.</p><p>Join the live training session:</p><p><strong><a href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers">Clean Architecture for Backend Developers</a></strong></p><p><span>&#128467; Aug 26<br>&#9200; 5:00&#8211;6:30 PM (CEST)</span></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers&quot;,&quot;text&quot;:&quot;&#127942;Register now&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers"><span>&#127942;Register now</span></a></p>]]></content:encoded></item><item><title><![CDATA[TDD in Legacy Code - Maintainable Component Tests - Backend]]></title><description><![CDATA[Many Backend Teams write unmaintainable Backend Component Tests - coupled to the Backend API and ERP. I'll show you how to refactor these brittle tests.]]></description><link>https://journal.optivem.com/p/maintainable-component-tests-in-legacy-code-backend</link><guid isPermaLink="false">https://journal.optivem.com/p/maintainable-component-tests-in-legacy-code-backend</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Thu, 02 Jul 2026 06:02:41 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/64035a71-683a-410a-9b9a-5d2279529b79_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><span>&#128197; Join me: </span><strong><a href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers">Clean Architecture for Backend Developers</a></strong><span> on Wed 26th Aug, 5:00 - 6:30 PM (CEST)</span></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers&quot;,&quot;text&quot;:&quot;&#127942; Register now&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers"><span>&#127942; Register now</span></a></p><div><hr></div><p><em>&#128274;Hello, this is Valentina with a premium issue of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply TDD in Legacy Code. This article is part of the <a href="https://journal.optivem.com/p/tdd-in-legacy-code-outline">TDD in Legacy Code</a> series. </em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h2>Backend Component Tests provide fast feedback</h2><p>We&#8217;ve seen in the previous article <a href="https://journal.optivem.com/p/component-tests-in-legacy-code-backend">Backend Component Tests in Legacy Code</a>, that Component Tests can provide us with fast feedback. The Backend Team can test the Backend in isolation, by stubbing out External Systems (such as the ERP).</p><h2>But they can be a maintenance nightmare!</h2><p>In <a href="https://journal.optivem.com/p/component-tests-in-legacy-code-backend">Backend Component Tests in Legacy Code</a>, we illustrated the &#8220;simplest&#8221; Backend Component Test.</p><p>The simplest way to write a Backend Component Test is to stub the External System inline (with WireMock), call the Backend API directly (with <code>WebTestClient</code>), and read the response by digging into raw JSON paths.</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;1bdb7eb8-85cf-47a1-8d23-2a35567b29a0&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">@Test
void shouldCreateOrderWithTotalPrice() {
    // Arrange
    var productDto = new ProductDto(2.50);
    var productDtoJson = objectMapper.writeValueAsString(productDto);
    erpWireMockStub.stubFor(WireMock.get(&#8220;/products?sku=APPLE1001&#8221;)
        .willReturn(WireMock.aResponse()
            .withStatus(200)
            .withHeader(&#8220;Content-Type&#8221;, &#8220;application/json&#8221;)
            .withBody(productDtoJson)));

    var orderRequest = new OrderRequest(&#8220;APPLE1001&#8221;, 5);

    // Act &amp; Assert
    webTestClient.post()
        .uri(&#8220;/api/orders&#8221;)
        .contentType(MediaType.APPLICATION_JSON)
        .bodyValue(orderRequest)
        .exchange()
        .expectStatus().isCreated()
        .expectBody()
        .jsonPath(&#8220;$.totalPrice&#8221;).isEqualTo(12.5);
}</code></pre></div><p>The problem is that this test is coupled in three places at once: the <strong>ERP wire format</strong> (the WireMock stub), the <strong>Backend API endpoint</strong> (<code>webTestClient.post().uri("/api/orders")</code>), and the <strong>response </strong>(the raw <code>$.totalPrice</code> JSON path).</p><p>If the API endpoint changes, or the ERP&#8217;s wire format changes (a renamed field, a different status code), then many such tests may break, so we have to waste time fixing tests. The plumbing is also copy-pasted into every test.</p><h2>How to write maintainable Backend Component Tests?</h2><p>In this article, I&#8217;ll show you how to introduce layers of abstraction, i.e. Component Test Architecture, so that you spend much less time writing &amp; maintaining these tests.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!4hma!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!4hma!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png 424w, https://substackcdn.com/image/fetch/$s_!4hma!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png 848w, https://substackcdn.com/image/fetch/$s_!4hma!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png 1272w, https://substackcdn.com/image/fetch/$s_!4hma!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!4hma!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png" width="1456" height="464" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:464,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:243475,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://journal.optivem.com/i/204517102?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!4hma!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png 424w, https://substackcdn.com/image/fetch/$s_!4hma!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png 848w, https://substackcdn.com/image/fetch/$s_!4hma!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png 1272w, https://substackcdn.com/image/fetch/$s_!4hma!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c053a5b-134b-4952-8b38-3ed64779c40d_3886x1239.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Here are the steps to introduce Maintainable Backend Component Tests in Legacy Code. You&#8217;ll get tasks to implement in your GitHub Sandbox Project. &#11015;&#65039;&#11015;&#65039;&#11015;&#65039;</p>
      <p>
          <a href="https://journal.optivem.com/p/maintainable-component-tests-in-legacy-code-backend">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[You Didn't Become a Senior Dev to Firefight]]></title><description><![CDATA[The field took twenty minutes. Everything around it took three days.]]></description><link>https://journal.optivem.com/p/you-didnt-become-a-senior-dev-to-firefight</link><guid isPermaLink="false">https://journal.optivem.com/p/you-didnt-become-a-senior-dev-to-firefight</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Tue, 30 Jun 2026 06:02:36 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/4c943ec9-688f-4372-88b2-3273e416b2f1_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#128075; <em>Hello, this is Valentina with the free edition of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>Think back to why you got into this.</p><p>Not the title or the pay bump. You wanted to be the person who shapes how the system is built instead of just closing the next ticket. </p><p>But how much of last month did you actually spend being that person? Or did it disappear into a three-day slog to make a small change &#8212; hoping it wouldn&#8217;t break something you couldn&#8217;t see?</p><h2>&#8220;Can you just add a field?&#8221;</h2><p>You know the one. A stakeholder wants one extra value on a form, and it lands on your desk &#8212; because you&#8217;re the one who gets handed the changes nobody else wants to touch. It&#8217;s a field. An afternoon, you figure.</p><p>Three days later you&#8217;re still in it.</p><p>The field touched a model. The model was wired straight into a service. The service was called from four places, two of which you didn&#8217;t know existed. There were no tests, so every change was a guess you couldn&#8217;t verify. And half of it was written by someone who left eighteen months ago, in a style you spent most of Tuesday just <em>reading</em> before you dared touch it.</p><p><strong>The field took twenty minutes.</strong></p><p><strong>Everything around it took three days.</strong></p><p>But&#8230; it didn&#8217;t feel like <em>work</em>. It felt like waste. Three days of picking through someone else&#8217;s tangle just to safely add a field &#8212; and not one minute of it went into anything that mattered, or anything that even held your interest.</p><p>You closed the ticket bored, drained, and quietly resentful that <em>this</em> is what your week had become.</p><h2>Little fixes get in the way of better architecture</h2><p>What makes it maddening is that you can <em>see</em> the work you&#8217;d rather be doing. You want to step back and redesign this &#8212; draw the boundaries that should&#8217;ve been there, untangle the core, build something that doesn&#8217;t fight you on every change. That&#8217;s the work that&#8217;s interesting. That&#8217;s the work that makes an impact.</p><p>But you never get to it, because there&#8217;s always one more little fix in the way, and the little fixes never stop.</p><p>And here&#8217;s what all that lost time costs you &#8212; the system you actually want to build:</p><ul><li><p>The clean, decoupled layers you know how to design &#8212; where a change lands in one place instead of rippling through five &#8212; stay tangled, because you only ever get time to patch, never to reshape.</p></li><li><p>The codebase that could be a pleasure to move through stays a maze you have to re-learn every time you open it.</p></li><li><p>The architecture you can already picture loses, every single sprint, to one more little fix you can&#8217;t say no to.</p></li></ul><p>You just notice, a year in, that you&#8217;re <strong>working as hard as ever, more bored than you&#8217;ve ever been, and no closer to the system you wanted to build</strong>.</p><h2>You&#8217;re stuck in a vicious cycle </h2><p>This isn&#8217;t bad luck, and it isn&#8217;t a talent problem. </p><p>The architecture is tightly coupled, so every change is slow and risky. Because every change is slow, there&#8217;s never a clear stretch of time to stop and fix the coupling &#8212; so you patch around it instead. And every patch wires one more thing to one more thing, which makes the <em>next</em> change even slower. </p><p><strong>Tightly coupled architecture.</strong> When everything reaches into everything else, a &#8220;small&#8221; change doesn&#8217;t stay small &#8212; it ripples across half the codebase, because half the codebase depends on the thing you touched.</p><p><strong>No tests, or tests you can&#8217;t trust.</strong> Without them, every change is a leap in the dark. You can&#8217;t move <em>boldly</em>, so you move <em>carefully</em> &#8212; and careful is slow.</p><p><strong>Unreadable code.</strong> Before you can change anything, you have to understand it. If understanding takes a day, every change loses a day to just figuring out what&#8217;s there before the real work even starts.</p><p>That&#8217;s why it doesn&#8217;t just stay annoying &#8212; it <em>compounds</em>. And the worst part is that you can <em>see</em> it happening: you&#8217;re being asked to add another floor to a house you know has no foundations. Every feature makes the structure taller and shakier, and you can feel that one ordinary change, on one ordinary day, is going to bring a piece of it down.</p><h2>Get the architecture right and everything else gets easier</h2><p>Here&#8217;s the reframe that changes how you spend your week: the <strong>architecture isn&#8217;t a chore for when there&#8217;s spare time</strong>, and it isn&#8217;t polish you bolt on at the end &#8212; it&#8217;s the one thing that everything else rides on.</p><p>The shape of the system &#8212; where the boundaries sit, what depends on what, how independent the core is &#8212; decides whether the next change lands in an afternoon or turns into another three-day dig.</p><p>And this is exactly where a senior developer makes their mark.</p><p>You&#8217;re the one teammates already ask <em>&#8220;where should this go?&#8221;</em> You&#8217;re the one who can introduce a boundary, decouple the layers so the core stops depending on the framework around it &#8212; and set the pattern the rest of the codebase follows.</p><h2>You know the architecture is painful</h2><p><strong>You didn&#8217;t become a senior developer to spend three days adding a field.</strong></p><p>But that&#8217;s what a lot of backend work becomes.</p><p>Not because the feature is hard.<br>Because the system is.</p><p>Join the live session:</p><p><strong><a href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers">Clean Architecture for Backend Developers</a></strong></p><p><span>&#128467; Aug 26<br>&#9200; 5:00&#8211;6:30 PM (CEST)</span></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers&quot;,&quot;text&quot;:&quot;&#127942;Register now&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers"><span>&#127942;Register now</span></a></p><div><hr></div><p>And if you want to talk it through for <em>your</em> situation &#8212; not the textbook version &#8212; come join the <strong><a href="https://circle.optivem.com/">Optivem Circle Membership</a></strong></p>]]></content:encoded></item><item><title><![CDATA[Design your ATDD AI Workflow]]></title><description><![CDATA[Watch now | How to use AI in a reliable way with ATDD?]]></description><link>https://journal.optivem.com/p/design-your-atdd-ai-workflow</link><guid isPermaLink="false">https://journal.optivem.com/p/design-your-atdd-ai-workflow</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Thu, 25 Jun 2026 06:02:12 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/201267898/993e17de9df0d45645a8178a6b2e3cfa.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p><strong>&#128070;For non-paid subscribers, you can see a free preview above. The complete 1hr session is accessible to paid subscribers.</strong></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><p>When I first started using ATDD with AI, I did what most people would do.</p><p>I wrote a document describing the ATDD process, so that the agent could read that document. The AI was behaving unreliably, sometimes skipping steps in the process - e.g. implementing the code and testing simultaneously, rather than writing the test before the code. I also wasted so many tokens and ended up with an additional &gt; $1,000 bill.</p><p>Based on that lesson, I dug into token optimization, including splitting up that document. But still AI was behaving unreliably and I was spending a lot of tokens.</p><p>Then I realized the fundamental mistake that I was making&#8230;</p><p>That&#8217;s why in this live session, I shared my lessons learnt and my approach to practicing ATDD &amp; AI effectively.</p><ol><li><p>In the live session, I gave the big picture of my ATDD AI workflow design</p></li><li><p>I&#8217;m also <a href="https://leanpub.com/atdd-with-ai-agents">writing the book &#8220;ATDD with AI Agents&#8221; - join the waitlist</a>.</p></li><li><p>And, if you want to practice ATDD in your real life job, I&#8217;m opening enrollments for the ATDD Accelerator program. Limited spots. <a href="https://calendly.com/valentinajemuovic/atdd-accelerator">Book a call</a>.</p></li></ol>
      <p>
          <a href="https://journal.optivem.com/p/design-your-atdd-ai-workflow">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[The Biggest Bottleneck In Development Isn't Coding]]></title><description><![CDATA[Faster code without guardrails makes delivery slower]]></description><link>https://journal.optivem.com/p/the-biggest-bottleneck-in-development-isnt-coding</link><guid isPermaLink="false">https://journal.optivem.com/p/the-biggest-bottleneck-in-development-isnt-coding</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Mon, 22 Jun 2026 06:01:59 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/e3fba412-3e24-4c2d-bfc2-657f77d0fbaf_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#128075; <em>Hello, this is Valentina with the free edition of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>Ask a manager what a developer does all day and you&#8217;ll get one answer:</p><blockquote><p>They code.</p></blockquote><p>The manager pictures eight hours of typing, so when a &#8220;two-day&#8221; change takes a week, the gap looks like slack.</p><p>But the picture is wrong.</p><h2>Where the time actually goes</h2><p>Coding is just a small slice.</p><p>The rest is:</p><ul><li><p><strong>Testing</strong> &#8212; the developer tests it, then QA tests it again</p></li><li><p><strong>Deployment</strong> &#8212; still a manual procedure in most organizations, repeated for every environment</p></li><li><p><strong>Code review</strong> &#8212; PRs that sit, get comments, get revised, get re-reviewed</p></li><li><p><strong>Requirements</strong> &#8212; scattered across tickets, email, Slack, and three half-remembered conversations</p></li><li><p><strong>Meetings</strong> &#8212; the standing tax on every working day</p></li><li><p><strong>Rework</strong> &#8212; the change that comes back because the developer, QA and the PO each understood the requirement differently</p></li></ul><p>The frustrating part, if you&#8217;re the one doing the work, is that the thing you actually wanted to do &#8212; design and code &#8212; is the sliver you fight to protect.</p><p>Everything else eats the day.</p><h2>AI optimized the wrong thing</h2><p>Because if coding was never the bottleneck&#8230;</p><p>You&#8217;ve sped up the smallest slice and left testing, deployment, review, requirements, and rework exactly where they were.</p><h2>Faster code without guardrails makes delivery slower</h2><p>More code, faster &#8212; without guardrails (automated testing, automated deployment) &#8212; means more regression bugs slip through.</p><p>Those regression bugs land on the same manual QA who were already a bottleneck, now buried under even more changes to verify by hand.</p><p>And this is happening alongside layoffs justified by &#8220;AI makes us faster.&#8221;</p><h2>The real lever is the whole pipeline</h2><p>If most of the delivery time is <strong>non-coding work</strong>, build the pipeline so the <strong>non-coding steps run automatically.</strong></p><p>Testing and deployment are often executed by someone following manual procedures.<br>But it shouldn&#8217;t be.</p><p>Unit testing should be run on every change. Deployment and system testing should be run on a regular interval. In this way, we get faster feedback. We refuse to promote anything that fails.</p><h2>See It in Practice</h2><p>This isn&#8217;t a course you watch alone at 2x speed and forget by Friday.</p><p><strong>What you&#8217;ll learn:</strong></p><p><strong>1. Pipeline Architecture.</strong><span> </span>Stages &#8212; Commit, Acceptance, Release &#8212; what belongs in each, and why testing the same build makes deployments predictable</p><p><strong>2. AI, TDD &amp; ATDD in the Pipeline.</strong><span> </span>Automated tests &#8212; unit, narrow integration, component, contract, smoke, acceptance, external system contract, e2e &#8212; and how AI &amp; ATDD/TDD workflows fit within the Pipeline</p><p><strong>3. Apply it with your team.</strong><span> </span>How to present this architecture to your team, get buy-in, and start the move away from firefighting</p><p><strong>When:</strong><span> June 24&#8211;25, 2026 | 5-7 PM CET</span><br><strong>Where:</strong><span> Live on Zoom</span><br><strong>Duration:</strong><span> 4 hours (2 sessions x 2 hours)</span></p><p><span>&#128187; </span><strong>Who it&#8217;s for:</strong><span> Senior Engineers and Tech Leads who are stuck with stressful releases and ready to do something about it</span></p><p><span>&#128640; </span><strong>Register:<span> </span><a href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop">Pipelines Workshop</a><br><span>Get &#8364;100 off with code</span></strong><span> </span><strong>DISCOUNT_100</strong></p><p>Want to stop stressful releases, late-night fixes, and broken deployments? I&#8217;m running a hands-on <strong><a href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop">Pipelines Workshop</a></strong> on June 24-25 (4 hours).</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!MLsU!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F174bf3a1-c8a0-4450-941d-0482d7b7ab30_1280x720.png 424w, https://substackcdn.com/image/fetch/$s_!MLsU!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F174bf3a1-c8a0-4450-941d-0482d7b7ab30_1280x720.png 848w, https://substackcdn.com/image/fetch/$s_!MLsU!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F174bf3a1-c8a0-4450-941d-0482d7b7ab30_1280x720.png 1272w, https://substackcdn.com/image/fetch/$s_!MLsU!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F174bf3a1-c8a0-4450-941d-0482d7b7ab30_1280x720.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!MLsU!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F174bf3a1-c8a0-4450-941d-0482d7b7ab30_1280x720.png" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/174bf3a1-c8a0-4450-941d-0482d7b7ab30_1280x720.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:199165,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://journal.optivem.com/i/202562542?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F174bf3a1-c8a0-4450-941d-0482d7b7ab30_1280x720.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!MLsU!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F174bf3a1-c8a0-4450-941d-0482d7b7ab30_1280x720.png 424w, https://substackcdn.com/image/fetch/$s_!MLsU!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F174bf3a1-c8a0-4450-941d-0482d7b7ab30_1280x720.png 848w, https://substackcdn.com/image/fetch/$s_!MLsU!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F174bf3a1-c8a0-4450-941d-0482d7b7ab30_1280x720.png 1272w, https://substackcdn.com/image/fetch/$s_!MLsU!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F174bf3a1-c8a0-4450-941d-0482d7b7ab30_1280x720.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop&quot;,&quot;text&quot;:&quot;Join the workshop &#8594;&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop"><span>Join the workshop &#8594;</span></a></p><p><span data-color="rgb(54, 55, 55)" style="color: rgb(54, 55, 55);">Limited spots. Register now with - </span><strong>&#8364;100 off with code DISCOUNT_100</strong></p><p></p>]]></content:encoded></item><item><title><![CDATA[One Build, One Deploy Script, Many Environments]]></title><description><![CDATA[What we TESTED is what we SHIP]]></description><link>https://journal.optivem.com/p/one-build-one-deploy-script-many-environments</link><guid isPermaLink="false">https://journal.optivem.com/p/one-build-one-deploy-script-many-environments</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Fri, 19 Jun 2026 07:56:38 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/0349d3b5-2e15-453d-9f72-5a1370d94940_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>&#128274; Hello, this is Valentina with a premium issue of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><blockquote><p>&#8220;Should we build once, or build per environment?&#8221;</p><p>&#8220;Should production have its own deploy workflow?&#8221;</p></blockquote><p>These are the same question.</p><p>The first is about running a <strong>fresh </strong><code>docker build</code><strong> per environment</strong> &#8212; one build for QA, another for production, &#8220;because production needs different config baked in.&#8221;</p><p>The second is about writing <strong>a separate deploy workflow per environment</strong> &#8212; a <code>deploy-qa.yml</code>, a <code>deploy-production.yml</code>, each with its own steps and copy-pasted-then-edited logic, drifting apart commit by commit.</p><p>Both come from the same place: <em>this environment is special, so it needs its own thing.</em></p><p>A pipeline&#8217;s entire job is to make &#8220;what we tested&#8221; and &#8220;what we shipped&#8221; the same. Every per-environment fork is a place where they quietly stop being the same.</p><h2>Build once: no second build</h2><p>The build is created in the Commit Stage. Every stage after that uses the <em>same build</em> &#8212; it gets tagged and deployed, but never rebuilt.</p><p>The temptation to rebuild happens because of configuration: &#8220;production needs the production API URL,&#8221; &#8220;QA needs the QA feature flags.&#8221;</p><p>So a second <code>docker build</code> happens with different build args, and now production is running a build that <strong>no test ever ran against</strong>. The green checkmark from QA is for a different build than the one customers actually get.</p><p>The build has no environment. Configuration is injected at deploy time &#8212; environment variables, mounted config, secrets from the environment &#8212; into the <em>same build</em>. That&#8217;s what allows the same build to move from Acceptance to QA to Production unchanged.</p><div><hr></div><p>&#9889;<strong>Want to stop stressful releases, late-night fixes, and broken deployments?</strong> </p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop&quot;,&quot;text&quot;:&quot;Join the workshop &#8594;&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop"><span>Join the workshop &#8594;</span></a></p><p><span data-color="rgb(54, 55, 55)" style="color: rgb(54, 55, 55);">Limited spots. Register now - </span><strong>100 EUR off with code DISCOUNT_100</strong></p><div><hr></div><h2>Deploy once: same script, different environment</h2><p>Here&#8217;s the same deploy step running in three different environments.</p><p><strong>Acceptance:</strong></p><pre><code>- <span data-color="rgb(5, 80, 174)" style="color: rgb(5, 80, 174);">name</span>: <span data-color="rgb(10, 48, 105)" style="color: rgb(10, 48, 105);">Deploy</span>
  <span data-color="rgb(5, 80, 174)" style="color: rgb(5, 80, 174);">uses</span>: <span data-color="rgb(10, 48, 105)" style="color: rgb(10, 48, 105);">acme/actions/deploy@v1</span>
  <span data-color="rgb(5, 80, 174)" style="color: rgb(5, 80, 174);">with</span>:
    <span data-color="rgb(5, 80, 174)" style="color: rgb(5, 80, 174);">environment</span>: <span data-color="rgb(10, 48, 105)" style="color: rgb(10, 48, 105);">acceptance</span>
    <span data-color="rgb(5, 80, 174)" style="color: rgb(5, 80, 174);">version</span>: <span data-color="rgb(10, 48, 105)" style="color: rgb(10, 48, 105);">${{ inputs.version }}     </span><span data-color="rgb(89, 99, 110)" style="color: rgb(89, 99, 110);"># the system version, e.g. v2.5.0-rc.3</span>
    <span data-color="rgb(5, 80, 174)" style="color: rgb(5, 80, 174);">image-urls</span>: <span data-color="rgb(10, 48, 105)" style="color: rgb(10, 48, 105);">|</span>
<span data-color="rgb(10, 48, 105)" style="color: rgb(10, 48, 105);">      ghcr.io/acme/shop/frontend</span>
<span data-color="rgb(10, 48, 105)" style="color: rgb(10, 48, 105);">      ghcr.io/acme/shop/backend</span></code></pre>
      <p>
          <a href="https://journal.optivem.com/p/one-build-one-deploy-script-many-environments">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Feature Branching Is NOT a Strategy]]></title><description><![CDATA[If your branches outlive the day &#8212; you have a backlog of merge conflicts.]]></description><link>https://journal.optivem.com/p/feature-branching-is-not-a-strategy</link><guid isPermaLink="false">https://journal.optivem.com/p/feature-branching-is-not-a-strategy</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Tue, 16 Jun 2026 04:54:23 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/d5867c6a-91cc-435d-b54e-96c2f221d822_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#128075; <em>Hello, this is Valentina with the free edition of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>Every ticket gets a branch.</p><p>Nobody decided this. There was no meeting, no architecture review, no trade-off weighed. It&#8217;s just the reflex &#8212; the default Git workflow everyone inherited the day they learned <code>git checkout -b</code>. New ticket, new branch. Open it, work on it for as long as the work takes, merge it when it&#8217;s done.</p><p>And it is quietly the reason &#8220;we do CI&#8221; is a lie.</p><p>A branch that lives for a week is not CI. It&#8217;s a private fork.</p><p>And a private fork is the <em>opposite</em> of continuous integration &#8212; you are NOT integrating continuously. You are integrating at the end.</p><h2>A Long-Lived Branch Is a Private Fork</h2><p>Here is what a feature branch actually is: a copy of the codebase that diverges from everyone else&#8217;s copy, a little more, every single day it stays open.</p><p>On day one, the difference is small &#8212; your branch and main differ by your few lines. </p><p>By day five, main has changed &#8212; three other developers merged their own week-long branches. Your feature branch has changed too, and you only find out how far apart they are when you try to merge.</p><p>The conflicts aren&#8217;t just textual. Two developers refactored the same function for different reasons. A method you are calling got deleted. An interface was modified.</p><p>The merge you keep deferring is getting more expensive every day you don&#8217;t do it.</p><p>This is the trap: merging hurts, so the team merges <em>less</em> often, so branches live <em>longer</em>, so the next merge hurts <em>more</em>. &#8220;I&#8217;ll keep my work isolated until it&#8217;s solid&#8221; &#8212; is the exact thing causing the pain.</p><h2>Trunk-Based Development</h2><p>Trunk-based development is the decision to stop deferring.</p><p>It&#8217;s not &#8220;no branches.&#8221; That&#8217;s the strawman people use to dismiss it. It&#8217;s <em>no long-lived branches</em></p><p>&#10004; Everyone integrates to main at least once a day.</p><p>&#10004; Branches are fine &#8212; as long as they live hours, not weeks.</p><p>&#10004; The trunk is the single shared integration point. There is no &#8220;at the end&#8221; &#8212; only now.</p><p>&#10060; No branch that survives the sprint.</p><p>&#10060; No &#8220;I&#8217;ll merge it when the feature is done.&#8221;</p><p>The whole mechanism is small batches. Integrate a little, constantly, and changes never get big enough to become a conflict.</p><p>The merge that hurt when you did it once a week stops hurting when you do it three times a day &#8212; not because the work got easier, but because each piece is small enough that there&#8217;s nothing to collide with.</p><p>You&#8217;re not avoiding the painful thing. You&#8217;re doing it so often it stops being painful.</p><h2>&#8220;But how do we ship half-finished work?&#8221;</h2><p>This is the real objection. If I merge to main every day, and my feature takes two weeks, won&#8217;t I be pushing broken, half-built code into the shared trunk?</p><p>No &#8212; because you hide unfinished work <em>in</em> main, not <em>from</em> main.</p><p>With Trunk-based development you integrate incomplete work safely:</p><ul><li><p><strong>Feature flags</strong> &#8212; the code is merged and deployed, but dark. It doesn&#8217;t run until you enable it.</p></li><li><p><strong>Branch by abstraction</strong> &#8212; add an abstraction layer (like an interface) in front of old code, and swap the implementation behind it incrementally, with main green the entire time.</p></li><li><p><strong>Keystone interface</strong> &#8212; build the feature, but don&#8217;t expose it to users yet. &#8220;Turn on&#8221; the feature in the UI at the end.</p></li></ul><p>You integrate code that isn&#8217;t <em>finished</em> without integrating code that&#8217;s <em>broken</em>. The feature is incomplete; the trunk is always releasable. This makes sense once you stop thinking &#8220;merged&#8221; = &#8220;done&#8221;.</p><p>The team that says &#8220;we can&#8217;t do trunk-based, our features are too big to finish in a day&#8221; has it backwards.</p><p>The features don&#8217;t have to be finished in a day. The <em>integrations</em> do.</p><h2>How Long Do Your Branches Live?</h2><p>You don&#8217;t need to think too hard to know which camp you&#8217;re in. Open your repo&#8217;s branch list and find the oldest open branch. Look at its age.</p><p>If it&#8217;s measured in hours, you&#8217;re integrating. If it&#8217;s measured in days or sprints, you&#8217;re feature branching &#8212; and every one of those branches is a deferred merge that gets harder over time, no matter how green the build looks today.</p><p>Trunk-based development isn&#8217;t &#8220;no branches.&#8221; It&#8217;s no long-lived ones.</p><p>The thing that breaks CI was never branching itself &#8212; it&#8217;s how long the branch lived before it was merged into main. Shrink the branch lifetime, and the merge pain you&#8217;ve organised your whole workflow around avoiding simply stops existing.</p><div><hr></div><p>&#128073; Next week, I&#8217;m running a live workshop where we walk through a working e-shop example with a pipeline architecture, so you can see how it works in practice.</p><p><strong>No rebuild hacks. No &#8220;it passed CI but broke anyway&#8221; surprises.</strong></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop&quot;,&quot;text&quot;:&quot;Join Pipelines Workshop &#8594;&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop"><span>Join Pipelines Workshop &#8594;</span></a></p>]]></content:encoded></item><item><title><![CDATA[Hexagonal Architecture: Why I Don't Abstract the Database for Swappability]]></title><description><![CDATA[Misconception: &#8220;Repository interfaces exist so databases can be swapped&#8221;]]></description><link>https://journal.optivem.com/p/hexagonal-architecture-why-i-dont-abstract-for-swappability</link><guid isPermaLink="false">https://journal.optivem.com/p/hexagonal-architecture-why-i-dont-abstract-for-swappability</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Fri, 12 Jun 2026 14:20:25 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/2ca19274-2e84-440c-b999-f0594c62b840_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>You read the book. You applied Clean Architecture in real code. And it went downhill.</strong></p><p>That&#8217;s not on you &#8212; it&#8217;s the gap between the book and reality. ORM entities sneaking into the domain, business logic forced into memory until the system crawls, external DTOs leaking straight into your core. I see these three mistakes in almost every codebase that &#8220;did Clean Architecture.&#8221;</p><p>&#128197; Join me: <strong><a href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers">Clean Architecture: Stop doing it wrong</a></strong> on Wed 26th Aug, 5:00 - 6:30 PM (CEST)</p><p><strong><a href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers">&#8594; Reserve your spot</a></strong></p><div><hr></div><p><em>&#128274; Hello, this is Valentina with a premium issue of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h2>Misconception: &#8220;Repository interfaces exist so databases can be swapped&#8221;</h2><p>One of the most common criticisms of Hexagonal Architecture and Clean Architecture goes like this:</p><blockquote><p>&#8220;Why are you abstracting over the database? You&#8217;re never going to swap it anyway.&#8221;</p></blockquote><p>And honestly?</p><p>If the goal is database swappability, I partly agree.</p><p>Most teams aren&#8217;t going to wake up tomorrow and replace PostgreSQL with MongoDB.</p><p>Most applications will use the same database for years.</p><p>So if database swappability is your main justification for repository interfaces, it&#8217;s not a particularly convincing one.</p><p>But that&#8217;s not why I use them.</p><h2>&#10060; Dragging the database into every change and every test</h2><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!_sKV!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d157f3-98fd-4610-822e-3fda260a6651_579x614.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!_sKV!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d157f3-98fd-4610-822e-3fda260a6651_579x614.png 424w, https://substackcdn.com/image/fetch/$s_!_sKV!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d157f3-98fd-4610-822e-3fda260a6651_579x614.png 848w, https://substackcdn.com/image/fetch/$s_!_sKV!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d157f3-98fd-4610-822e-3fda260a6651_579x614.png 1272w, https://substackcdn.com/image/fetch/$s_!_sKV!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d157f3-98fd-4610-822e-3fda260a6651_579x614.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!_sKV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d157f3-98fd-4610-822e-3fda260a6651_579x614.png" width="387" height="410.3937823834197" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/49d157f3-98fd-4610-822e-3fda260a6651_579x614.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:614,&quot;width&quot;:579,&quot;resizeWidth&quot;:387,&quot;bytes&quot;:29850,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://journal.optivem.com/i/197845964?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d157f3-98fd-4610-822e-3fda260a6651_579x614.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!_sKV!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d157f3-98fd-4610-822e-3fda260a6651_579x614.png 424w, https://substackcdn.com/image/fetch/$s_!_sKV!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d157f3-98fd-4610-822e-3fda260a6651_579x614.png 848w, https://substackcdn.com/image/fetch/$s_!_sKV!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d157f3-98fd-4610-822e-3fda260a6651_579x614.png 1272w, https://substackcdn.com/image/fetch/$s_!_sKV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F49d157f3-98fd-4610-822e-3fda260a6651_579x614.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>You want to test:</p><pre><code><code>Premium customers receive 20% discount.
Regular customers receive 5% discount.</code></code></pre><p>That sounds simple.</p><p>But if the business logic directly calls ORM classes / uses Entity Framework or JPA, the test looks like this:</p><pre><code><code>1. Insert test customer
2. Execute business logic
3. Read result
4. Clean database</code></code></pre><p></p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;36b91d92-1537-4167-8cd6-f2d6fb7fd4f6&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">@SpringBootTest
@Testcontainers
class DiscountServiceDatabaseTest {

    @Container
    static PostgreSQLContainer&lt;?&gt; postgres =
        new PostgreSQLContainer&lt;&gt;("postgres:16");

    @DynamicPropertySource
    static void datasource(DynamicPropertyRegistry registry) {
        registry.add("spring.datasource.url", postgres::getJdbcUrl);
        registry.add("spring.datasource.username", postgres::getUsername);
        registry.add("spring.datasource.password", postgres::getPassword);
    }

    @Autowired CustomerRepository customers;       // JPA repository
    @Autowired DiscountService discountService;    // business logic, talks to JPA directly

    @AfterEach
    void cleanUp() {
        customers.deleteAll();                     // 4. clean database
    }

    @Test
    void premiumCustomersReceive20PercentDiscount() {
        // 1. insert test customer
        var alice = customers.save(new CustomerEntity("Alice", Tier.PREMIUM));

        // 2. execute business logic (which loads the customer back out of the DB)
        var finalPrice = discountService.priceFor(alice.getId(), BigDecimal.valueOf(100));

        // 3. read result
        assertThat(finalPrice).isEqualTo(BigDecimal.valueOf(80));
    }

    @Test
    void regularCustomersReceive5PercentDiscount() {
        // 1. insert test customer
        var bob = customers.save(new CustomerEntity("Bob", Tier.REGULAR));

        // 2. execute business logic (which loads the customer back out of the DB)
        var finalPrice = discountService.priceFor(bob.getId(), BigDecimal.valueOf(100));

        // 3. read result
        assertThat(finalPrice).isEqualTo(BigDecimal.valueOf(95));
    }
}</code></pre></div><p></p><p>Just to verify a discount calculation.</p><p>The database isn&#8217;t the thing you&#8217;re interested in.</p><p>The business rule is.</p><p>But you&#8217;re forced to involve the database just to test it.</p><h2>&#9989; Repository interfaces exist so business logic can be tested independently from infrastructure</h2>
      <p>
          <a href="https://journal.optivem.com/p/hexagonal-architecture-why-i-dont-abstract-for-swappability">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Writing code is cheap. Maintaining it is where the cost accumulates.]]></title><description><![CDATA[Everything went fast in the first sprints. But suddenly, as time went on, it took longer and longer to make a change. How to solve this?]]></description><link>https://journal.optivem.com/p/maintaining-code-is-where-the-cost-accumulates</link><guid isPermaLink="false">https://journal.optivem.com/p/maintaining-code-is-where-the-cost-accumulates</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Tue, 09 Jun 2026 14:23:51 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/95f8c098-214c-4211-9e08-53f943ad67d1_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#128075; <em>Hello, this is Valentina with the free edition of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>The cost of software is NOT in writing it.</p><p>The real cost is:<br>maintaining it,<br>changing it,<br>debugging it,<br>extending it,<br>and understanding it years later.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ZbVP!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ZbVP!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png 424w, https://substackcdn.com/image/fetch/$s_!ZbVP!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png 848w, https://substackcdn.com/image/fetch/$s_!ZbVP!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png 1272w, https://substackcdn.com/image/fetch/$s_!ZbVP!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ZbVP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png" width="1025" height="944" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:944,&quot;width&quot;:1025,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:202148,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://journal.optivem.com/i/201172569?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!ZbVP!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png 424w, https://substackcdn.com/image/fetch/$s_!ZbVP!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png 848w, https://substackcdn.com/image/fetch/$s_!ZbVP!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png 1272w, https://substackcdn.com/image/fetch/$s_!ZbVP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F246c5aaf-aba8-4264-8cd9-33094b0d8f19_1025x944.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Does code quality matter?</p><p>I came to realize that software maintenance has a high cost because:</p><ul><li><p>Tightly coupled architecture &#8594; <strong>a &#8220;small&#8221; change ripples across half the codebase</strong></p></li><li><p>No tests or poor tests &#8594; no protection when making a change</p></li><li><p>Unreadable code &#8594; hard to make any change (update code or add new feature)</p></li></ul><p>With poor technical practices, software maintenance costs skyrocket, become unmanageable, and eventually, like an avalanche, destroy successful products.</p><p>Clean Architecture and testing are NOT optional.</p><p>That&#8217;s why I want to show you how to design your architecture such that it is maintainable &amp; testable.</p><p>Join the live session:</p><p><strong><a href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers">Clean Architecture for Backend Developers</a></strong></p><p>&#128467; Aug 26<br>&#9200; 5:00&#8211;6:30 PM (CEST)</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers&quot;,&quot;text&quot;:&quot;&#127942;Register now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers"><span>&#127942;Register now</span></a></p><p></p><p></p>]]></content:encoded></item><item><title><![CDATA[TDD: Do NOT implement all behaviors at once]]></title><description><![CDATA[Code Demo]]></description><link>https://journal.optivem.com/p/tdd-do-not-implement-all-behaviors-at-once</link><guid isPermaLink="false">https://journal.optivem.com/p/tdd-do-not-implement-all-behaviors-at-once</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Fri, 05 Jun 2026 15:11:33 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/81685678-c359-46e2-a6b5-e6b51257fba0_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#128197; Join me: <strong><a href="https://optivem.thinkific.com/products/live_events/clean-architecture-for-backend-developers">Clean Architecture for Backend Developers</a></strong> on Wed 26th Aug, 5:00 - 6:30 PM (CEST)</p><div><hr></div><p><em>&#128274; Hello, this is Valentina with a premium issue of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>The mistake is to look at the finished use case &#8212; availability check, number generation, persistence, a response &#8212; and write all of it in one go.</p><p>That&#8217;s not TDD.</p><p>That&#8217;s writing the answer and then sprinkling tests on top.</p><p>TDD is incremental: write the <strong>simplest behavior that could possibly work</strong>, get it green.</p><p>The next failing test decides what gets added next. </p><h2>Behavior 1: a guest can reserve a room</h2><p>Requirement:</p><blockquote><p>&#8220;Guest can reserve a room.&#8221;</p></blockquote><p>Notice what&#8217;s <em>not</em> in that sentence yet: nothing about availability. So we don&#8217;t build availability checking. We build the smallest thing the requirement asks for &#8212; a reservation gets added, and we get a reservation number back.</p><h3><strong>&#128308; RED &#8212; Write the failing test</strong></h3><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;3a336087-7695-40b6-9884-3dd7ddf13547&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">class PlaceReservationTest {

    private FakeReservationRepository reservationRepository;
    private StubReservationNumberGenerator reservationNumberGenerator;
    private PlaceReservationUseCase placeReservationUseCase;

    @BeforeEach
    void setUp() {
        reservationRepository = fakeReservationRepository();            // fake &#8212; in-memory, query state back
        reservationNumberGenerator = stubReservationNumberGenerator();  // stub &#8212; canned number
        placeReservationUseCase = new PlaceReservationUseCase(
            reservationRepository, reservationNumberGenerator);
    }

    @Test
    void createsReservation() {
        reservationNumberGenerator.returns("RES-123");

        var placeReservationRequest = PlaceReservationRequest.builder()
            .guestId("guest-1")
            .roomId("room-101")
            .build();

        var response = placeReservationUseCase.execute(placeReservationRequest);

        assertThat(response.reservationNumber()).isEqualTo("RES-123");

        var reservation = reservationRepository.findByReservationNumber("RES-123");
        assertThat(reservation.guestId()).isEqualTo("guest-1");
        assertThat(reservation.roomId()).isEqualTo("room-101");
    }
}</code></pre></div><p>Notice what exists so far:</p><ul><li><p>repository to add the reservation</p></li><li><p>number generator so the test can pin the returned number (<code>RES-123</code>) deterministically.</p></li></ul><p>There is <strong>no </strong><code>AvailabilityGateway</code> &#8212; nothing requires one yet.</p><p>Look at the request, too: it only has a guest and a room &#8212; <strong>no dates</strong>. A real reservation obviously has dates, but no behavior here <em>uses</em> them yet, so they&#8217;re not in the request yet.</p><p>The requirement was &#8220;reserve a room,&#8221; nothing about <em>when</em>. You add <em>data</em> for the same reason you add code: when a test needs it, not before.</p><h3><strong>&#128994; GREEN &#8212; Make it pass with the simplest code</strong></h3><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;f390ecd7-7aaf-46f5-a87a-61e75c0eb31e&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">public class PlaceReservationUseCase {

    private final ReservationRepository reservationRepository;
    private final ReservationNumberGenerator reservationNumberGenerator;

    public PlaceReservationUseCase(ReservationRepository reservationRepository,
                                   ReservationNumberGenerator reservationNumberGenerator) {
        this.reservationRepository = reservationRepository;
        this.reservationNumberGenerator = reservationNumberGenerator;
    }

    public PlaceReservationResponse execute(PlaceReservationRequest request) {
        var reservationNumber = reservationNumberGenerator.next();

        reservationRepository.add(new Reservation(
            reservationNumber,
            request.guestId(),
            request.roomId()
        ));

        return new PlaceReservationResponse(reservationNumber);
    }
}</code></pre></div><p>Green. It always adds the reservation &#8212; it never checks anything &#8212; because no test has demanded a check yet.</p><p>This feels <em>too</em> simple, and that&#8217;s the point. You are not allowed to add the availability logic now. There&#8217;s no failing test pushing you there.</p><h3><strong>&#128309; REFACTOR &#8212; only if you see the need</strong></h3><p>With the test green, you now get a safe moment to improve the design &#8212; rename, extract, remove duplication &#8212; <em>without changing behavior</em>. You take it <strong>only if you actually see an improvement worth making</strong>; if nothing stands out, you skip it and move on.</p><p>Here the use case is a few straight-line statements with nothing to tidy, so there's nothing to do.</p><h2>Behavior 2: only if the room is available</h2><p>Now a new requirement arrives:</p><blockquote><p>&#8220;A room can only be reserved if it is available for the selected dates.&#8221;</p></blockquote><p><em>Now </em>we need to know if the room is available.</p><h3><strong>&#128308; RED &#8212; Write the failing test</strong></h3><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;d5993566-036f-48df-86ea-2b486e81eb50&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">    @Test
    void rejectsReservationWhenRoomIsUnavailable() {
        availabilityGateway
            .forRoom("room-101")
            .from("2026-07-10")
            .to("2026-07-12")
            .returnsUnavailable();

        var placeReservationRequest = PlaceReservationRequest.builder()
            .guestId("guest-1")
            .roomId("room-101")
            .from("2026-07-10")
            .to("2026-07-12")
            .build();

        assertThatThrownBy(() -&gt; placeReservationUseCase.execute(placeReservationRequest))
            .hasMessage("Room is not available");
    }</code></pre></div>
      <p>
          <a href="https://journal.optivem.com/p/tdd-do-not-implement-all-behaviors-at-once">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Batch Integration Is NOT CI/CD]]></title><description><![CDATA[Stop calling it CI/CD if you merge once a week]]></description><link>https://journal.optivem.com/p/batch-integration-is-not-cicd</link><guid isPermaLink="false">https://journal.optivem.com/p/batch-integration-is-not-cicd</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Tue, 02 Jun 2026 06:01:23 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/1371eafa-1dc8-472a-8dbc-a78f3c424e8b_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#128075; <em>Hello, this is Valentina with the free edition of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!BSDe!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!BSDe!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png 424w, https://substackcdn.com/image/fetch/$s_!BSDe!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png 848w, https://substackcdn.com/image/fetch/$s_!BSDe!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png 1272w, https://substackcdn.com/image/fetch/$s_!BSDe!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!BSDe!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png" width="1025" height="642" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:642,&quot;width&quot;:1025,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:109990,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://journal.optivem.com/i/199647535?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" title="" srcset="https://substackcdn.com/image/fetch/$s_!BSDe!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png 424w, https://substackcdn.com/image/fetch/$s_!BSDe!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png 848w, https://substackcdn.com/image/fetch/$s_!BSDe!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png 1272w, https://substackcdn.com/image/fetch/$s_!BSDe!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a350dec-f2ef-455c-8fca-caef18cd05e3_1025x642.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Most teams do the opposite.</p><p>Pain &#8594; delay &#8594; bigger merge &#8594; more pain.</p><p>That is the system.</p><h2>&#8220;We&#8217;ll merge when it&#8217;s done&#8221;</h2><p>Because:</p><ul><li><p>merge is painful</p></li><li><p>integration is slow</p></li><li><p>system breaks in unexpected ways</p></li></ul><p>What teams do next:</p><p>&#10060; integrate less often<br>&#10060; delay merging</p><p>Wrong.</p><h2>1. Integrate into main frequently</h2><p>Not &#8220;eventually&#8221;. Not &#8220;when finished&#8221;.</p><p>&#10004; multiple times per day (or at least daily)<br>&#10004; small changes only</p><p>&#10060; no &#8220;feature branch for 2 weeks&#8221;<br>&#10060; no &#8220;merge at the end of development&#8221;</p><h2>2. Every integration triggers a system check</h2><p>When code is merged (or proposed for merge), the system must verify:</p><p>&#10004; compilation works<br>&#10004; unit tests pass<br>&#10004; component tests pass<br>&#10004; system tests pass</p><p>Not &#8220;some tests&#8221;.</p><p>The goal is:</p><ul><li><p>do the components work in isolation? AND</p></li><li><p>does the system still work as a whole?</p></li></ul><p><em>Note: quick verification (compilation, unit tests &amp; component tests) is triggered on merge, whereas slower verification (system tests) are triggered on an interval-based schedule.</em></p><h2>3. Broken main is not allowed to persist</h2><p>This is the most important rule in real CI.</p><p>&#10004; if main breaks &#8594; fix immediately<br>&#10004; nobody continues building on a broken state<br>&#10004; the team treats main as always releasable</p><p>&#10060; &#8220;we&#8217;ll fix it later&#8221;<br>&#10060; &#8220;let&#8217;s ignore it and keep going&#8221;</p><h2>4. Changes are small by design</h2><p>CI only works if changes stay small.</p><ul><li><p>small commits</p></li><li><p>small merges</p></li><li><p>easy rollback</p></li></ul><p>Because:</p><p>&#10060; large batches hide integration problems<br>&#10004; small batches expose them immediately</p><h2>5. Integration problems are found immediately, not later</h2><p>CI is basically: shorten the time between &#8220;change&#8221; and &#8220;system feedback&#8221;</p><p>So instead of:</p><p>&#10060; change &#8594; days later &#8594; production breaks</p><p>You get:</p><p>&#10004; change &#8594; minutes later &#8594; system check fails</p><h2>6. The system is always in a working state</h2><p>This is the outcome CI is trying to enforce.</p><p>&#10004; main branch always works<br>&#10004; every change is either:</p><ul><li><p>integrated and working</p></li><li><p>or not integrated at all</p></li></ul><p>&#10060; no &#8220;half-working shared state&#8221;</p><h2>What CI/CD is NOT (important)</h2><p>&#10060; running Jenkins<br>&#10060; having a pipeline<br>&#10060; building artifacts<br>&#10060; running tests once per day<br>&#10060; merging occasionally</p><p>Those are tools or schedules.</p><p>Not CI/CD.</p><h2>&#9989; A Real Pipeline = Continuous Delivery</h2><p>&#128073; I&#8217;m running a live workshop where we walk through a working e-shop example with a pipeline architecture, so you can see how it works in practice.</p><p><strong>No rebuild tricks. No &#8220;it passed CI but broke anyway&#8221; surprises.</strong></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop&quot;,&quot;text&quot;:&quot;Join Pipelines Workshop &#8594;&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop"><span>Join Pipelines Workshop &#8594;</span></a></p><p>&#8364;100 off with code EARLYBIRD100 &#8212; limited spots.</p><p></p><p></p><h5></h5><h2></h2>]]></content:encoded></item><item><title><![CDATA[Clean Architecture: Controllers Should NOT Catch SQL Exceptions]]></title><description><![CDATA[Error Handling - API layer]]></description><link>https://journal.optivem.com/p/clean-architecture-error-handling-api-layer</link><guid isPermaLink="false">https://journal.optivem.com/p/clean-architecture-error-handling-api-layer</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Fri, 29 May 2026 14:25:43 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/37ecdadf-8f7d-4131-8262-fa2b9de94335_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>&#128274; Hello, this is Valentina with a premium issue of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><blockquote><p>&#8220;How to handle errors properly?&#8221;</p></blockquote><p>You&#8217;ve seen:</p><ul><li><p><code>SQLException</code> and <code>DataAccessException</code> caught <em>inside controllers</em></p></li><li><p><code>catch (Exception e)</code> returning a hand-rolled <code>500</code></p></li><li><p>giant <code>try/catch</code> blocks wrapping every endpoint</p></li><li><p><code>RuntimeException</code> thrown and swallowed at random</p></li></ul><p>And nobody agrees on the &#8220;right&#8221; way to do it.</p><p>Start where those mistakes happen &#8212; the API layer &#8212; and get one rule right: a controller turns errors into HTTP responses, and it should never reach for a database or framework exception to do it.</p><h2>Error Handling at the API layer</h2><p>This layer should turn errors into HTTP responses.</p><p>Examples:</p><ul><li><p>HTTP status codes</p></li><li><p>error messages</p></li><li><p>API response bodies</p></li></ul><h2>&#10060; Controllers should NOT handle database/framework errors</h2><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;6c3d3463-9464-4781-8777-2fb547cb1a6f&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">@GetMapping("/orders")
public ResponseEntity&lt;?&gt; getOrders() {

    try {
        return ResponseEntity.ok(orderRepository.findAll());
    } catch (DataAccessException e) {
        return ResponseEntity.status(500).body("Database error");
    }
}</code></pre></div><p>That&#8217;s the wrong place for database exception handling.</p><div><hr></div><p>&#128073; I&#8217;m running a live workshop where we walk through a working e-shop example with a pipeline architecture, so you can see how it works in practice.</p><p><strong>No rebuild tricks. No &#8220;it passed CI but broke anyway&#8221; surprises.</strong></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop&quot;,&quot;text&quot;:&quot;Join Pipelines Workshop &#8594;&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop"><span>Join Pipelines Workshop &#8594;</span></a></p><p>&#8364;100 off with code EARLYBIRD100 &#8212; limited spots.</p><div><hr></div><h2>&#9989; The API layer should turn errors into responses &#8212; via a global exception handler</h2>
      <p>
          <a href="https://journal.optivem.com/p/clean-architecture-error-handling-api-layer">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Build + Deploy Is NOT a Pipeline]]></title><description><![CDATA[Most teams *think* they have a pipeline.]]></description><link>https://journal.optivem.com/p/build-deploy-is-not-a-pipeline</link><guid isPermaLink="false">https://journal.optivem.com/p/build-deploy-is-not-a-pipeline</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Tue, 26 May 2026 06:02:37 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/8d8cfa85-d621-492a-95e8-41a74cf9f329_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#128075; <em>Hello, this is Valentina with the free edition of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>Most teams I talk to will tell me they have a pipeline.</p><p>They have GitHub Actions. Or Jenkins. Or Azure DevOps. The build compiles, the Docker image gets pushed, a deploy script runs, and a green checkmark shows up next to the commit. That&#8217;s a pipeline, right?</p><p>It isn&#8217;t.</p><p>What they have is build and deployment automation. The green checkmark only proves the code compiled. Nothing in that verified that the code actually <em>works</em> before the bytes reach a customer.</p><p>I know this because the symptom is always the same.</p><p>The release went out on Tuesday. By Wednesday morning, the support inbox is full &#8212; somebody broke a critical path that nobody tested. Someone stays late. War room reconvenes.</p><p>And it ends with the line every senior engineer has heard a hundred times: <em>&#8220;the pipeline didn&#8217;t catch it.&#8221;</em></p><p>The pipeline didn&#8217;t catch it because there was no pipeline. There was a conveyor belt.</p><h2>A Pipeline Has Checkpoints, NOT Steps</h2><p>Here is the part most teams skip: a pipeline is not a sequence of build steps. It is a sequence of checkpoints.</p><p>Because <strong>steps just run</strong>.</p><p>But <strong>a real pipeline doesn&#8217;t just move code forward</strong>. It asks at every checkpoint:<br>&#8220;Does this build move forward?&#8221;</p><p>If the answer is no, everything stops.</p><p>Most &#8220;pipelines&#8221; don&#8217;t do that.</p><p>They just run jobs until they&#8217;re done and call it success.</p><h2>&#8220;The Pipeline Didn&#8217;t Catch It&#8221;</h2><p>Each stage ran. Each stage passed.</p><p>But there were no tests.<br>So the bugs slipped through.</p><p><strong>A real pipeline tests the system</strong> at each stage:</p><p>&#8220;Does it work on my machine?&#8221;</p><ul><li><p>Commit Stage &#8212; compile, run the fast tests (unit, narrow integration, component, contract), run static analysis, package, publish. Fast. Under five minutes. Triggered on every push.</p></li></ul><p>&#8220;Does it work when deployed?&#8221;</p><ul><li><p>Acceptance Stage &#8212; deploy it and runs system tests (smoke, acceptance, external system contract, E2E).</p></li></ul><p>&#8220;Do we release it?&#8221;</p><ul><li><p>Release Stage &#8212; takes it through QA and into production.</p></li></ul><p>Each stage verifies something different. Each stage can stop the pipeline. The Commit Stage&#8217;s job is not the Acceptance Stage&#8217;s job, and treating them as one big &#8220;CI/CD workflow&#8221; is how you end up with code that &#8220;passed CI&#8221; but breaks the moment it gets deployed.</p><p>If you compile and deploy but never run the deployed code and <strong>check whether the deployed version does what it is supposed to do</strong>, you&#8217;re skipping the most important point.</p><h2>You Didn&#8217;t Deploy the Same Build You Tested</h2><p>Now here&#8217;s the part that quietly breaks most pipelines &#8212; even the ones with good tests.</p><p>The Commit Stage produces a build (e.g. a backend image and a frontend bundle). And from that point on, every stage is supposed to run the same build.</p><p><strong>No rebuilds. No separate &#8220;QA build.&#8221; No special &#8220;production image.&#8221;</strong></p><p>Testing the SAME build makes deployments predictable. "Works in Acceptance" means it will work in Production, because it's the same build.</p><p>The moment you rebuild between stages &#8212; even to swap a config, even to &#8220;just bump the version&#8221; &#8212; the guarantee disappears. The build your tests verified is not what is shipped.</p><p>This is the single most common quiet failure mode I see in real pipelines. The team did the work. They wrote the tests. They setup up the stages. And then somewhere in the middle, a &#8220;for deployment convenience&#8221; rebuild crept in and silently invalidated the whole chain.</p><h2>Is It a Pipeline or Just Automation?</h2><p>If you want to know whether your team has a pipeline or just automation, ask three questions:</p><p><strong>1. What does the green checkmark prove?</strong> </p><p>&#8220;The code compiled&#8221; &#8212; this is a build, not a pipeline. </p><p>&#8220;The code was tested&#8221; &#8212; this is a pipeline.</p><p>&#10060; Just ran<br>&#9989; Verified behavior</p><p><strong>2. What runs between commit and production?</strong></p><p>If the answer is &#8220;compile, package, deploy,&#8221; you&#8217;re missing the Acceptance Stage. The pipeline cannot tell you whether the version works &#8212; only that it built. </p><p>&#10060; Just built<br>&#9989; It works</p><p><strong>3. Are you running the same build in production that you tested earlier?</strong></p><p>If you rebuild between stages, the answer is no. If you cannot tell, the answer is also no.</p><p>&#10060; Different built<br>&#9989; Same build</p><div><hr></div><p>If any of those answers comes back wrong, the green checkmark is lying to you.</p><p>A pipeline is not a deploy script.</p><p>It is a sequence of checkpoints that decide whether a build should move forward.</p><p>If your green checkmark only means &#8220;it compiled and got deployed,&#8221; then you don&#8217;t have a pipeline &#8212; you have a conveyor belt that moves broken code faster.</p><p>And that&#8217;s why release day still feels like a gamble.</p><div><hr></div><p>&#128073; I&#8217;m running a live workshop where we walk through a working e-shop example with a pipeline architecture, so you can see how it works in practice.</p><p><strong>No rebuild tricks. No &#8220;it passed CI but broke anyway&#8221; surprises.</strong></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop&quot;,&quot;text&quot;:&quot;Join Pipelines Workshop &#8594;&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop"><span>Join Pipelines Workshop &#8594;</span></a></p><p>&#8364;100 off with code EARLYBIRD100 &#8212; limited spots.</p><p></p>]]></content:encoded></item><item><title><![CDATA[DRY is not about *code duplication*]]></title><description><![CDATA[DRY (Don't Repeat Yourself)]]></description><link>https://journal.optivem.com/p/dry-is-not-about-code-duplication</link><guid isPermaLink="false">https://journal.optivem.com/p/dry-is-not-about-code-duplication</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Thu, 21 May 2026 06:01:29 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/8811ed64-65cf-412b-80ee-01965a9fe81b_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>&#128274; Hello, this is Valentina with a premium issue of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><blockquote><p>&#8220;Never allow similar code to exist.&#8221;</p></blockquote><p>That&#8217;s not DRY.</p><p>The original idea behind DRY wasn&#8217;t &#8220;remove every repeated line.&#8221;</p><p>It was:</p><blockquote><p>Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.</p><p><em>&#8212; Andrew Hunt and David Thomas (The Pragmatic Programmer)</em></p></blockquote><p>Knowledge duplication.</p><p>Not code duplication.</p><div><hr></div><p><strong>Want releases to stop feeling stressful and unpredictable?</strong></p><p>I&#8217;m running a live <a href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop">CI/CD Pipeline Workshop</a> where we build systems that catch issues before production &#8212; not after deployment panic.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop&quot;,&quot;text&quot;:&quot;Reserve My Spot&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop"><span>Reserve My Spot</span></a></p><p><strong>&#8364;100 off</strong> with code <strong>EARLYBIRD100</strong> &#8212; limited spots.</p><div><hr></div><h2>&#10060; Two identical lines are not always duplication </h2><p>Developers see this:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;aac0c592-443b-4afe-bbd5-a2dd56cdab62&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">public class InvoiceTaxCalculator {

    public BigDecimal calculateTax(BigDecimal subtotal) {
        return subtotal.multiply(new BigDecimal("0.20"));
    }
}</code></pre></div><p>&#8230;and then later see this:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;cbe03a41-17c0-4b48-87d1-bab059a1a7a0&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">public class ImportDutyCalculator {

    public BigDecimal calculateDuty(BigDecimal subtotal) {
        return subtotal.multiply(new BigDecimal("0.20"));
    }
}</code></pre></div><p>The callers would call:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;24aaf2c7-d33d-4867-a2d7-4a72644069bc&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">var tax = invoiceTaxCalculator.calculateTax(subtotal);
var duty = importDutyCalculator.calculateDuty(subtotal);</code></pre></div><p>And immediately someone says:</p><blockquote><p>&#8220;We should extract this into a shared utility.&#8221;</p></blockquote><p>So it gets merged.</p><p>So we decide to get rid of the duplication, by extracting duplicated code here:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;a25ef851-9c79-4217-9a95-88bad9cd2aee&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">public class Calculator {
    public BigDecimal calculate(BigDecimal subtotal) {
        return subtotal.multiply(new BigDecimal(&#8221;0.20&#8221;));
    }
}</code></pre></div><p>We then realize we don&#8217;t need neither <code>InvoiceTaxCalculator</code> nor <code>ImportDutyCalculator</code>, so we delete them too.</p><p>Then, the callers would call:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;329469db-23bf-4960-bbf4-e104dc75c22c&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">var tax = calculator.calculate(subtotal);
var duty = calculator.calculate(subtotal);</code></pre></div><p>But the problem is that Invoice Tax and Import Duty calculations are completely unrelated from the business perspective. They have completely different business rules.</p><p>Today, they happen to have the same formula, but that is just incidental.</p><p>Tomorrow, they will end up with different business rules:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;java&quot;,&quot;nodeId&quot;:&quot;cea8fbc6-724d-443e-84bd-1ce70e08bc29&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-java">public class InvoiceTaxCalculator {
    public BigDecimal calculateTax(BigDecimal subtotal, String category) {
        if (category.equals("FOOD")) return subtotal.multiply(new BigDecimal("0.05"));
        if (category.equals("ELECTRONICS")) return subtotal.multiply(new BigDecimal("0.18"));
        return subtotal.multiply(new BigDecimal("0.20"));
    }
}

public class ImportDutyCalculator {
    public BigDecimal calculateDuty(BigDecimal subtotal, String country) {
        if (country.equals("US")) return subtotal.multiply(new BigDecimal("0.25"));
        return subtotal.multiply(new BigDecimal("0.30"));
    }
}</code></pre></div><p>Now the shared abstraction becomes a bug factory.</p><ul><li><p>flags everywhere</p></li><li><p>branching logic explosion</p></li><li><p>&#8220;generic&#8221; calculator that no longer represents a real concept</p></li></ul><p>The duplication was never the code.</p><p>The real mistake was coupling two unrelated business concepts because they happened to look similar at one moment in time.</p><h2>&#9989; DRY is about knowledge, not code</h2>
      <p>
          <a href="https://journal.optivem.com/p/dry-is-not-about-code-duplication">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Jenkins is *not* CI]]></title><description><![CDATA[(Continuous Integration)]]></description><link>https://journal.optivem.com/p/jenkins-is-not-ci</link><guid isPermaLink="false">https://journal.optivem.com/p/jenkins-is-not-ci</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Mon, 18 May 2026 13:17:36 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/a72ee649-61bb-4f65-8226-5eeb4b455414_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#128075; <em>Hello, this is Valentina with the free edition of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>Jenkins does NOT equal continuous integration (CI).</p><p>Many teams believe:</p><blockquote><p>&#8220;We have Jenkins, therefore, we are practicing CI.&#8221;</p></blockquote><p>This is wrong.</p><h2>Jenkins is just a tool</h2><p>If a team has Jenkins, but developers work on long-lived branches for days or weeks, then they are not practicing CI.</p><p>If merges happen only before release day, they are not practicing CI.</p><p>If testing is mostly manual, they are not practicing CI.</p><p>If bugs are discovered late, they are not practicing CI.</p><h2>No TDD = no CI</h2><p>Without automated tests you CANNOT:</p><ul><li><p>merge code frequently without fear of breaking things</p></li><li><p>ship small, incremental changes</p></li><li><p>catch regressions early in the pipeline</p></li><li><p>get fast feedback from unit tests</p></li><li><p>verify system behavior with acceptance tests</p></li></ul><p>Releases are big, risky, and infrequent.</p><h2>Do you have CI?</h2><p>Don&#8217;t ask:</p><blockquote><p>&#8220;Do we have Jenkins?&#8221;</p></blockquote><p>Ask:</p><ul><li><p>Do we merge into main daily?</p></li><li><p>Are we protected by automated tests?</p></li><li><p>Do we have Trunk Based Development (TBD) or short-lived branches?</p></li><li><p>Can we merge safely multiple times per day?</p></li><li><p>Is the main branch always releasable?</p></li></ul><p>If the answer is &#8220;no&#8221; to most of these, you don&#8217;t have CI.</p><p>You have a build server.</p><h2>CI in practice</h2><p>This workshop is for <strong>Senior Engineers</strong> &amp; <strong>Tech Leads</strong> who are:<br>&#9642; Stuck with stressful releases<br>&#9642; Stay late fixing production deployments<br>&#9642; See releases break critical paths that nobody tested</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop&quot;,&quot;text&quot;:&quot;Join the CI/CD workshop &#8594;&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://optivem.thinkific.com/products/courses/2026-06-pipeline-workshop"><span>Join the CI/CD workshop &#8594;</span></a></p><p><strong>Limited spots.</strong> Register now with the early bird discount - 100 EUR off with code EARLYBIRD100</p>]]></content:encoded></item><item><title><![CDATA[Hexagonal Architecture: The “Microservices First” Mistake]]></title><description><![CDATA[The Distributed Monolith Trap]]></description><link>https://journal.optivem.com/p/hexagonal-architecture-the-microservices-first-mistake</link><guid isPermaLink="false">https://journal.optivem.com/p/hexagonal-architecture-the-microservices-first-mistake</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Fri, 15 May 2026 06:01:27 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/0a32f553-6b84-46b0-9921-b4db69100fbf_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>&#128274; Hello, this is Valentina with a premium issue of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>You went straight into microservices because&#8230; well, everyone else was doing it.</p><p>&#8220;Scalable.&#8221;<br>&#8220;Cloud-native.&#8221;<br>&#8220;Future-proof.&#8221;<br>&#8220;Independent deployments.&#8221;</p><p>Suddenly there are:</p><ul><li><p>12 services</p></li><li><p>14 repositories</p></li><li><p>RabbitMQ</p></li><li><p>Kafka</p></li><li><p>Kubernetes</p></li></ul><p>&#8230;before you even fully understand the domain.</p><h2>&#10060; The Distributed Monolith Trap</h2><p>You are guessing domain boundaries, so microservice boundaries based on your guesses.</p><p>The problem is you discover, during the next months, that you&#8217;ve modelled the domain in the wrong way. You discover that your microservices are too tightly coupled, and to implement a simple User Story, you have to coordinate changes across multiple microservices. Changes become expensive.</p><p>Immediately jumping to microservices &#8212; especially the wrong microservices &#8212; is expensive to build and expensive to run.</p><p>You can call it &#8220;microservices&#8221;&#8230;</p><p>&#8230;but it&#8217;s just a distributed monolith.</p><h2>&#9888;&#65039;Fear of the Monolith</h2><p>Some developers hear &#8220;monolith&#8221; and imagine:</p><ul><li><p>massive bloated classes</p></li><li><p>tangled dependencies</p></li><li><p>painful future migrations</p></li></ul><p>But not every monolith has to become a &#8220;big ball of mud.&#8221;</p><div><hr></div><p>&#128640; <strong>Register now</strong>: <a href="https://optivem.thinkific.com/products/courses/2026-05-27-acceptance-testing-workshop">ATDD &#8211; Acceptance Testing Workshop</a><br>Get 100 EUR off with code <strong>DISCOUNT_100</strong></p><div><hr></div><h2>Hexagonal Architecture Inside the Modules</h2><ul><li><p>Modular Monolith &#8594; all the modules are deployed as a single artifact</p></li><li><p>Microservices &#8594; each microservice is deployed independently</p></li></ul><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!fcUr!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!fcUr!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png 424w, https://substackcdn.com/image/fetch/$s_!fcUr!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png 848w, https://substackcdn.com/image/fetch/$s_!fcUr!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png 1272w, https://substackcdn.com/image/fetch/$s_!fcUr!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!fcUr!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png" width="1456" height="1512" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1512,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:4689510,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://journal.optivem.com/i/197195853?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!fcUr!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png 424w, https://substackcdn.com/image/fetch/$s_!fcUr!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png 848w, https://substackcdn.com/image/fetch/$s_!fcUr!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png 1272w, https://substackcdn.com/image/fetch/$s_!fcUr!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e52bda1-1819-460e-ba58-bd5cdf13ca17_5222x5422.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p>
      <p>
          <a href="https://journal.optivem.com/p/hexagonal-architecture-the-microservices-first-mistake">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Why Developers Hate Meetings]]></title><description><![CDATA[Meetings that go nowhere]]></description><link>https://journal.optivem.com/p/why-developers-hate-meetings</link><guid isPermaLink="false">https://journal.optivem.com/p/why-developers-hate-meetings</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Wed, 13 May 2026 06:02:09 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/1902f0df-2ce0-45ff-8a58-136dee9627cb_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#128075; <em>Hello, this is Valentina with the free edition of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>It&#8217;s not because developers hate talking.</p><p>Developers can talk for hours &#8212; just ask them about architecture.</p><h2>The 6-person call where 2 people speak</h2><p>Two people talk the entire time.</p><p>The rest are:</p><ul><li><p>on mute</p></li><li><p>pretending to follow</p></li><li><p>occasionally saying &#8220;yeah&#8221; at the wrong moment</p></li></ul><h2>The developer translation layer</h2><ul><li><p>&#8220;we&#8217;ll figure it out&#8221; &#8594; this is now my problem</p></li><li><p>&#8220;should be simple&#8221; &#8594; it absolutely isn&#8217;t</p></li><li><p>&#8220;just a small change&#8221; &#8594; redesign incoming</p></li><li><p>&#8220;we can iterate&#8221; &#8594; nothing is defined</p></li></ul><p>You get asked for estimates on something that is vaguely described.</p><p>You give a number.</p><p>Everyone writes it down like it&#8217;s a fact.</p><p>Then later the same number becomes:</p><blockquote><p>&#8220;why is this taking longer than expected?&#8221;</p></blockquote><h2>What developers actually need</h2><p>Developers don&#8217;t need more meetings.</p><p>They don&#8217;t need longer discussions either.</p><p>Not 20 minutes of debate.</p><p>Not &#8220;we&#8217;ll figure it out later.&#8221;</p><p>Just enough concrete detail so the work isn&#8217;t being invented mid-implementation.</p><p>A few examples instead of abstract descriptions.</p><p>Most of the frustration comes from building something that wasn&#8217;t fully defined, and then being judged as if it was.</p><h2>Vague requests &#8594; Concrete examples</h2><p>This is <em>exactly</em> where acceptance testing and ATDD help.</p><p>They take requirements that sound like:</p><blockquote><p>&#8220;It should handle refunds properly&#8221;</p></blockquote><p>and turn them into concrete examples developers can implement.</p><p>Acceptance tests turn that into questions like:</p><ul><li><p>Given this input, what should happen?</p></li><li><p>When this happens, what is the expected output?</p></li><li><p>What should <em>not</em> happen?</p></li></ul><div><hr></div><p>&#9889;<strong>Ready to see this in action?</strong></p><p>I&#8217;m running a hands-on <strong><a href="https://optivem.thinkific.com/products/courses/2026-05-27-acceptance-testing-workshop">ATDD &#8211; Acceptance Testing Workshop</a></strong> on May 25&#8211;26 (4 hours).</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/courses/2026-05-27-acceptance-testing-workshop&quot;,&quot;text&quot;:&quot;Join the workshop &#8594;&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://optivem.thinkific.com/products/courses/2026-05-27-acceptance-testing-workshop"><span>Join the workshop &#8594;</span></a></p><p>Limited spots. Register now - 100 EUR off with code <strong>DISCOUNT_100</strong></p>]]></content:encoded></item><item><title><![CDATA[Most Bugs Start Before Coding]]></title><description><![CDATA[The bug wasn&#8217;t in the code]]></description><link>https://journal.optivem.com/p/most-bugs-start-before-coding</link><guid isPermaLink="false">https://journal.optivem.com/p/most-bugs-start-before-coding</guid><dc:creator><![CDATA[Valentina Jemuović]]></dc:creator><pubDate>Mon, 11 May 2026 06:41:46 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/33eb2340-814f-41f2-bb91-6d19db72eff8_1000x666.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>&#128075; <em>Hello, this is Valentina with the free edition of the Optivem Journal. I help Engineering Leaders &amp; Senior Software Developers apply <a href="https://journal.optivem.com/p/tdd-in-legacy-code-transformation">TDD in Legacy Code</a>.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://journal.optivem.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://journal.optivem.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>I thought bugs came from bad code.</p><p>But I noticed that a lot of the bugs we were fixing in QA&#8230;<br>weren&#8217;t really coding bugs.</p><p>The implementation matched the ticket.<br>The unit tests passed.<br>The code review passed.</p><p>And somehow, the feature was &#8220;wrong behavior.&#8221;</p><p>Not because the code was broken.</p><p>But because people had imagined different things in their mind &#8212; usually in the same meeting where everyone thought they agreed.</p><p>That mismatch only shows up later.</p><p>QA raises issues.</p><p>The product owner says: &#8220;That&#8217;s not what I expected.&#8221;</p><h2>Acceptance Testing Isn&#8217;t Really About Testing</h2><p>Acceptance testing &#8212; or ATDD &#8212; isn&#8217;t just about &#8220;more tests.&#8221;</p><p>It&#8217;s about creating shared understanding before implementation starts.</p><p>It&#8217;s asking questions like:</p><ul><li><p>What should happen here?</p></li><li><p>What does success actually look like?</p></li><li><p>Can we describe this with real examples?</p></li><li><p>What happens in edge cases?</p></li></ul><p>That&#8217;s where a lot of bugs get prevented.</p><p>Not during coding.</p><p>During alignment.</p><h2>&#9940; Without Acceptance Testing</h2><p>The developer gets a ticket: &#8220;Apply a 10% discount to orders over &#8364;100.&#8221;</p><p>The developer reads the ticket and assumes:</p><ul><li><p>discount applies before tax</p></li><li><p>only for logged-in users</p></li><li><p>applies to the entire cart total</p></li></ul><p>QA, later on, tests and assumes:</p><ul><li><p>discount applies after tax</p></li><li><p>also works for guest users</p></li><li><p>applies per item, not cart total</p></li></ul><p>The product owner expected:</p><ul><li><p>discount applies before tax</p></li><li><p>only for logged-in users</p></li><li><p>based on cart total</p></li></ul><p>Same ticket. Three different interpretations.</p><p>And nobody realises until QA finds it &#8212; or worse, after release.</p><h2>&#9989; With Acceptance Testing</h2><p>Before coding starts, the team writes examples like:</p><ul><li><p>Given the customer is logged in, when the customer makes an order of &#8364;120, then a 10% discount is applied before tax</p></li><li><p>Given the customer is logged in, when the customer makes an order of &#8364;80, no discount is applied</p></li><li><p>Given a guest user, when the guest makes an order of &#8364;150, no discount is applied</p></li></ul><p>Suddenly, there&#8217;s no room for interpretation.</p><p>Everyone is reacting to the same examples &#8212; not their own mental version of the feature.</p><p>That&#8217;s the shift.</p><p>Acceptance testing doesn&#8217;t add &#8220;more testing.&#8221;</p><p>It removes guessing before the code is even written.</p><h2>Why Teams Skip This</h2><p>Teams want to jump straight into implementation.</p><p>Writing code feels productive.</p><p>Clarifying expectations sometimes feels like &#8220;extra process.&#8221;</p><p>Until the feature comes back three times for rework.</p><p>Then suddenly those early conversations don&#8217;t seem so expensive anymore.</p><h2>See It In Practice</h2><p>I&#8217;m running a live, hands-on workshop where we build acceptance tests. We go from vague requirements &#8594; to concrete examples &#8594; to executable acceptance tests.</p><p>&#9889;In 4 hours, you&#8217;ll:</p><ul><li><p>Design acceptance tests using DSL + driver architecture</p></li><li><p>Apply ATDD Cycle with AI to write an acceptance test and implement the change</p></li><li><p>Learn how to introduce acceptance testing in your team</p></li></ul><p>&#128197; May 25-26, 2:00-4:00 PM CET</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://optivem.thinkific.com/products/courses/2026-05-27-acceptance-testing-workshop&quot;,&quot;text&quot;:&quot;Join the workshop &#8594;&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://optivem.thinkific.com/products/courses/2026-05-27-acceptance-testing-workshop"><span>Join the workshop &#8594;</span></a></p><p>Limited spots. Register now and get 100 EUR off with code <strong>DISCOUNT_100</strong></p>]]></content:encoded></item></channel></rss>