<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Organization on Simple Enough Blog</title><link>https://blog-dev.simpleenough.net/tags/organization/</link><description>Recent content in Organization on Simple Enough Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 20 Feb 2026 10:00:00 +0100</lastBuildDate><atom:link href="https://blog-dev.simpleenough.net/tags/organization/index.xml" rel="self" type="application/rss+xml"/><item><title>The Real Cost of a Bad CI Workflow: Cognitive Load</title><link>https://blog-dev.simpleenough.net/blog/chargecognitiveci/</link><pubDate>Fri, 20 Feb 2026 10:00:00 +0100</pubDate><guid>https://blog-dev.simpleenough.net/blog/chargecognitiveci/</guid><description>&lt;h2 id="i-the-real-cost-of-a-bad-ci-workflow-cognitive-load" class="heading">I. The Real Cost of a Bad CI Workflow: Cognitive Load&lt;a href="#i-the-real-cost-of-a-bad-ci-workflow-cognitive-load" aria-labelledby="i-the-real-cost-of-a-bad-ci-workflow-cognitive-load">
&lt;!-- &lt;i class="fas fa-link anchor">&lt;/i> -->
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 640 512">&lt;use href="#fas-link">&lt;/use>&lt;/svg>&amp;nbsp;
 &lt;/a>
&lt;/h2>
&lt;p>People talk a lot about CI pipeline performance.&lt;br>
We measure minutes.&lt;br>
We optimize caches.&lt;br>
We parallelize.&lt;/p>
&lt;p>But the real cost of a bad CI workflow is not machine time.&lt;/p>
&lt;p>It is &lt;strong>cognitive load&lt;/strong>.&lt;/p>
&lt;p>And it is far more expensive.&lt;/p>
&lt;hr>




&lt;h2 id="ii-the-invisible-problem" class="heading">II. The Invisible Problem&lt;a href="#ii-the-invisible-problem" aria-labelledby="ii-the-invisible-problem">
&lt;!-- &lt;i class="fas fa-link anchor">&lt;/i> -->
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 640 512">&lt;use href="#fas-link">&lt;/use>&lt;/svg>&amp;nbsp;
 &lt;/a>
&lt;/h2>
&lt;p>An inefficient CI pipeline is visible:&lt;/p></description></item><item><title>Organizing Your Frontend Project: Clean and Simple Folder Structure</title><link>https://blog-dev.simpleenough.net/blog/organization_frontend/</link><pubDate>Fri, 05 Sep 2025 12:09:45 +0200</pubDate><guid>https://blog-dev.simpleenough.net/blog/organization_frontend/</guid><description>&lt;h2 id="i-why-organize-your-frontend-project" class="heading">I. Why Organize Your Frontend Project?&lt;a href="#i-why-organize-your-frontend-project" aria-labelledby="i-why-organize-your-frontend-project">
&lt;!-- &lt;i class="fas fa-link anchor">&lt;/i> -->
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 640 512">&lt;use href="#fas-link">&lt;/use>&lt;/svg>&amp;nbsp;
 &lt;/a>
&lt;/h2>
&lt;p>When you&amp;rsquo;re starting with web development, it&amp;rsquo;s common to place all your files in one folder. However, &lt;strong>good organization&lt;/strong> quickly becomes essential as the project grows, whether for:&lt;/p>
&lt;ul>
&lt;li>Navigating your codebase easily.&lt;/li>
&lt;li>Collaborating effectively with other developers.&lt;/li>
&lt;li>Making maintenance and updates easier.&lt;/li>
&lt;li>Saving time in the long run.&lt;/li>
&lt;/ul>
&lt;hr>




&lt;h2 id="ii-recommended-structure-for-a-simple-project" class="heading">II. Recommended Structure for a Simple Project&lt;a href="#ii-recommended-structure-for-a-simple-project" aria-labelledby="ii-recommended-structure-for-a-simple-project">
&lt;!-- &lt;i class="fas fa-link anchor">&lt;/i> -->
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 640 512">&lt;use href="#fas-link">&lt;/use>&lt;/svg>&amp;nbsp;
 &lt;/a>
&lt;/h2>
&lt;p>Here’s a classic, clean structure for an HTML/CSS/JS project without a framework:&lt;/p></description></item></channel></rss>