<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ack ventures — Engineering Blog</title>
    <link>https://ack.ventures/blog</link>
    <atom:link href="https://ack.ventures/rss.xml" rel="self" type="application/rss+xml"/>
    <description>Plain-English notes on building and maintaining software for small teams.</description>
    <language>en-us</language>
    <lastBuildDate>Sat, 16 May 2026 13:00:00 GMT</lastBuildDate>
    <item>
      <title>The Refactor That Never Ships</title>
      <link>https://ack.ventures/blog/refactor-that-never-ships</link>
      <guid isPermaLink="true">https://ack.ventures/blog/refactor-that-never-ships</guid>
      <pubDate>Sat, 16 May 2026 13:00:00 GMT</pubDate>
      <description>Every org has one — the rewrite that&apos;s been &quot;almost done&quot; for years. Why refactors stall, what they cost, and the three preconditions one needs at the start.</description>
      <category>engineering-culture</category>
      <category>architecture</category>
      <category>opinion</category>
      <category>best-practices</category>
    </item>
    <item>
      <title>Premature Optimization Is a Lie We Tell Ourselves</title>
      <link>https://ack.ventures/blog/premature-optimization-lie</link>
      <guid isPermaLink="true">https://ack.ventures/blog/premature-optimization-lie</guid>
      <pubDate>Thu, 16 Apr 2026 13:00:00 GMT</pubDate>
      <description>Knuth&apos;s most-quoted sentence has drifted into a permission slip to avoid thinking about performance at all. Why the misuse persists, and what to do instead.</description>
      <category>performance</category>
      <category>architecture</category>
      <category>opinion</category>
      <category>engineering-culture</category>
    </item>
    <item>
      <title>The Last Generation of Engineers</title>
      <link>https://ack.ventures/blog/last-generation-of-engineers</link>
      <guid isPermaLink="true">https://ack.ventures/blog/last-generation-of-engineers</guid>
      <pubDate>Mon, 22 Dec 2025 13:00:00 GMT</pubDate>
      <description>The industry is optimizing away the pipeline that creates future talent. A call to keep junior developer roles open in the AI era.</description>
      <category>AI</category>
      <category>career</category>
      <category>industry</category>
      <category>opinion</category>
    </item>
    <item>
      <title>Database Design Patterns for Modern Applications</title>
      <link>https://ack.ventures/blog/database-design-patterns-modern-apps</link>
      <guid isPermaLink="true">https://ack.ventures/blog/database-design-patterns-modern-apps</guid>
      <pubDate>Sun, 14 Dec 2025 13:00:00 GMT</pubDate>
      <description>Essential database design patterns from schema normalization to indexing strategies. Learn when to use SQL vs NoSQL, how to handle migrations safely, and patterns that scale.</description>
      <category>database</category>
      <category>SQL</category>
      <category>NoSQL</category>
      <category>architecture</category>
    </item>
    <item>
      <title>Effective Code Reviews in the AI Era: What Human Reviewers Should Focus On</title>
      <link>https://ack.ventures/blog/effective-code-reviews-ai-era</link>
      <guid isPermaLink="true">https://ack.ventures/blog/effective-code-reviews-ai-era</guid>
      <pubDate>Sun, 07 Dec 2025 13:00:00 GMT</pubDate>
      <description>With AI handling syntax and basic patterns, human code reviewers need to focus on architecture, business logic, and maintainability. A practical guide to reviews that add value.</description>
      <category>code-review</category>
      <category>AI</category>
      <category>best-practices</category>
    </item>
    <item>
      <title>Building Effective CI/CD Pipelines: From Zero to Production Confidence</title>
      <link>https://ack.ventures/blog/building-effective-cicd-pipelines</link>
      <guid isPermaLink="true">https://ack.ventures/blog/building-effective-cicd-pipelines</guid>
      <pubDate>Sun, 30 Nov 2025 13:00:00 GMT</pubDate>
      <description>A comprehensive guide to building CI/CD pipelines that give you confidence to deploy. Covers testing strategies, deployment patterns, rollback plans, and security scanning.</description>
      <category>CI/CD</category>
      <category>DevOps</category>
      <category>deployment</category>
      <category>testing</category>
    </item>
    <item>
      <title>The AI-Augmented Developer: Skills That Matter in 2025</title>
      <link>https://ack.ventures/blog/ai-augmented-developer-skills-that-matter</link>
      <guid isPermaLink="true">https://ack.ventures/blog/ai-augmented-developer-skills-that-matter</guid>
      <pubDate>Wed, 19 Nov 2025 13:00:00 GMT</pubDate>
      <description>The developer role is evolving from executor to orchestrator: how AI tools change productivity, and why planning skills now matter more than coding speed.</description>
      <category>AI</category>
      <category>productivity</category>
      <category>career</category>
      <category>software-development</category>
    </item>
    <item>
      <title>TypeScript Best Practices for Scalable Applications</title>
      <link>https://ack.ventures/blog/typescript-best-practices-for-scalable-applications</link>
      <guid isPermaLink="true">https://ack.ventures/blog/typescript-best-practices-for-scalable-applications</guid>
      <pubDate>Tue, 11 Nov 2025 13:00:00 GMT</pubDate>
      <description>Essential TypeScript patterns and practices for building maintainable, type-safe applications that scale with your team and codebase.</description>
      <category>TypeScript</category>
      <category>best-practices</category>
      <category>scalability</category>
    </item>
    <item>
      <title>Choosing the Right AWS Architecture for Your Application</title>
      <link>https://ack.ventures/blog/choosing-the-right-aws-architecture</link>
      <guid isPermaLink="true">https://ack.ventures/blog/choosing-the-right-aws-architecture</guid>
      <pubDate>Tue, 11 Nov 2025 13:00:00 GMT</pubDate>
      <description>A practical guide to selecting AWS services and architecture patterns based on your application requirements, scale, and budget constraints.</description>
      <category>AWS</category>
      <category>cloud</category>
      <category>architecture</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title>React Performance Optimization: Techniques That Actually Matter</title>
      <link>https://ack.ventures/blog/react-performance-optimization-techniques</link>
      <guid isPermaLink="true">https://ack.ventures/blog/react-performance-optimization-techniques</guid>
      <pubDate>Tue, 11 Nov 2025 13:00:00 GMT</pubDate>
      <description>Learn practical performance optimization strategies for React applications, from code splitting to memoization, that can reduce load times by 60% or more.</description>
      <category>React</category>
      <category>performance</category>
      <category>optimization</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
