<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ma-x.im — Maksym Kuzmitskyi</title>
    <link>https://ma-x.im</link>
    <description>Thoughts on frontend architecture, React patterns, and building systems that scale.</description>
    <language>en</language>
    <atom:link href="https://ma-x.im/feed.xml" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Mon, 29 Jun 2026 23:30:45 GMT</lastBuildDate>
    
    <item>
      <title>The Smeared Component: When Architecture Scatters What Should Stay Together</title>
      <link>https://ma-x.im/blog/smeared-component</link>
      <guid isPermaLink="true">https://ma-x.im/blog/smeared-component</guid>
      <description>FSD is one of the best frontend methodologies out there. Used without thinking, it turns a complex component into a scavenger hunt across eight folders. Here's what I learned.</description>
      <pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate>
      <category>Architecture, React, FSD, DX, Frontend</category>
    </item>
    <item>
      <title>The AI Agent Memory System I Built Was Broken — Here Is the Redesign</title>
      <link>https://ma-x.im/blog/ai-agent-memory-redesign</link>
      <guid isPermaLink="true">https://ma-x.im/blog/ai-agent-memory-redesign</guid>
      <description>Append-only markdown memory works great — until it doesn't. After watching the system degrade in production, our team redesigned it from scratch with strict principles: small, high-signal, controlled, and self-maintaining.</description>
      <pubDate>Sat, 11 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI, Architecture, DX, Workflow</category>
    </item>
    <item>
      <title>Give Your AI Agent a Memory — It Will Stop Disappointing You</title>
      <link>https://ma-x.im/blog/give-your-ai-agent-a-memory</link>
      <guid isPermaLink="true">https://ma-x.im/blog/give-your-ai-agent-a-memory</guid>
      <description>A simple file-based memory system that turns AI agents from forgetful interns into reliable collaborators. Works for engineers, designers, writers, and anyone who uses AI tools daily.</description>
      <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
      <category>AI, Productivity, DX, Workflow</category>
    </item>
    <item>
      <title>Stop Quizzing Senior Engineers — Start Talking to Them (TL;DR)</title>
      <link>https://ma-x.im/blog/interviewing-senior-engineers-short</link>
      <guid isPermaLink="true">https://ma-x.im/blog/interviewing-senior-engineers-short</guid>
      <description>The condensed version: why conversational interviews beat trivia quizzes for senior roles, with practical examples and actionable advice.</description>
      <pubDate>Sat, 21 Mar 2026 00:00:00 GMT</pubDate>
      <category>Interviews, Engineering Culture, Leadership, Career, TL;DR</category>
    </item>
    <item>
      <title>Stop Quizzing Senior Engineers — Start Talking to Them</title>
      <link>https://ma-x.im/blog/interviewing-senior-engineers</link>
      <guid isPermaLink="true">https://ma-x.im/blog/interviewing-senior-engineers</guid>
      <description>Why conversational interviews produce better hiring signal than algorithmic puzzles and API trivia — and how one interview with a guy named John changed how I think about hiring.</description>
      <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
      <category>Interviews, Engineering Culture, Leadership, Career, Long Read</category>
    </item>
    <item>
      <title>Designing Project Documentation for AI Coding Agents</title>
      <link>https://ma-x.im/blog/ai-agent-project-context</link>
      <guid isPermaLink="true">https://ma-x.im/blog/ai-agent-project-context</guid>
      <description>How structured documentation dramatically improves AI-generated code quality by giving agents the context they need.</description>
      <pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate>
      <category>AI, Documentation, DX, Architecture</category>
    </item>
    <item>
      <title>Next.js Static Export to GitHub Pages: A Production Setup Guide</title>
      <link>https://ma-x.im/blog/nextjs-ssg-github-pages</link>
      <guid isPermaLink="true">https://ma-x.im/blog/nextjs-ssg-github-pages</guid>
      <description>How to configure Next.js 15 static export and deploy to GitHub Pages with a custom domain. Covers App Router, basePath, react-markdown blog pipeline, GitHub Actions CI/CD, and common pitfalls.</description>
      <pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate>
      <category>Next.js, GitHub Pages, SSG, CI/CD, DevOps</category>
    </item>
    <item>
      <title>Building Design Systems That Scale</title>
      <link>https://ma-x.im/blog/building-design-systems-that-scale</link>
      <guid isPermaLink="true">https://ma-x.im/blog/building-design-systems-that-scale</guid>
      <description>How to build component libraries that teams actually want to use.</description>
      <pubDate>Thu, 15 Jan 2026 00:00:00 GMT</pubDate>
      <category>Design Systems, React, Architecture</category>
    </item>
    <item>
      <title>Type-Safe React Architecture</title>
      <link>https://ma-x.im/blog/type-safe-react-architecture</link>
      <guid isPermaLink="true">https://ma-x.im/blog/type-safe-react-architecture</guid>
      <description>Leveraging TypeScript for better developer experience and fewer runtime errors.</description>
      <pubDate>Sun, 28 Dec 2025 00:00:00 GMT</pubDate>
      <category>TypeScript, React, DX</category>
    </item>
    <item>
      <title>Complex Forms Done Right</title>
      <link>https://ma-x.im/blog/complex-forms-done-right</link>
      <guid isPermaLink="true">https://ma-x.im/blog/complex-forms-done-right</guid>
      <description>Patterns for managing complex form state, validation, and user experience.</description>
      <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
      <category>Forms, React Hook Form, Architecture</category>
    </item>
    <item>
      <title>React Performance Optimization</title>
      <link>https://ma-x.im/blog/react-performance-optimization</link>
      <guid isPermaLink="true">https://ma-x.im/blog/react-performance-optimization</guid>
      <description>Practical techniques for building fast React applications at scale.</description>
      <pubDate>Sat, 22 Nov 2025 00:00:00 GMT</pubDate>
      <category>React, Performance, Optimization</category>
    </item>
    <item>
      <title>Monorepo Best Practices</title>
      <link>https://ma-x.im/blog/monorepo-best-practices</link>
      <guid isPermaLink="true">https://ma-x.im/blog/monorepo-best-practices</guid>
      <description>How to structure and manage large-scale monorepo projects effectively.</description>
      <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
      <category>Monorepo, Architecture, DevOps</category>
    </item>
  </channel>
</rss>