Engineering insights, design systems, AI workflows, and behind-the-scenes looks at how we build for scale.
Engineering6 min read
Why We Standardized on TypeScript Strict Mode Across Every Project
After shipping 40+ client projects, we found that enforcing `strict: true` in tsconfig reduced runtime errors by 68% and cut onboarding time for new devs in half. Here’s our exact configuration and migration strategy.
Token-Driven Theming: From Figma to React in 200 Lines
We built a lightweight design token pipeline that syncs Figma variables to CSS custom properties and React hooks. No proprietary tools, just JSON, scripts, and consistency.
Most teams treat prompts like code. They shouldn't. We shifted to "intent mapping" and saw a 3x increase in LLM output reliability across documentation, testing, and ideation workflows.
Edge-First Architecture: When to Move Logic Out of the Monolith
Not every app needs serverless functions or edge caching. We break down the exact decision matrix we use to determine when pushing state to the edge actually improves performance vs. complexity.
Copy the XML below or subscribe via your preferred feed reader. Updated automatically with every new post.
<
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>That Is A Q — Blog Feed</title>
<link>https://thatisaq.com/blog</link>
<description>Engineering insights, design systems, AI workflows, and behind-the-scenes looks at how we build for scale.</description>
<language>en-us</language>
<lastBuildDate>Tue, 28 Oct 2025 12:00:00 +0000</lastBuildDate>
<atom:link href="https://thatisaq.com/feed.xml" rel="self" type="application/rss+xml"/>
<item>
<title>Why We Standardized on TypeScript Strict Mode Across Every Project</title>
<link>https://thatisaq.com/blog/typescript-strict-mode</link>
<guid isPermaLink="true">https://thatisaq.com/blog/typescript-strict-mode</guid>
<pubDate>Wed, 24 Oct 2025 09:00:00 +0000</pubDate>
<description>After shipping 40+ client projects, we found that enforcing strict mode reduced runtime errors by 68% and cut onboarding time in half.</description>
</item>
<item>
<title>Token-Driven Theming: From Figma to React in 200 Lines</title>
<link>https://thatisaq.com/blog/token-driven-theming</link>
<guid isPermaLink="true">https://thatisaq.com/blog/token-driven-theming</guid>
<pubDate>Thu, 18 Oct 2025 10:30:00 +0000</pubDate>
<description>A lightweight design token pipeline that syncs Figma variables to CSS custom properties and React hooks without proprietary tools.</description>
</item>
<item>
<title>Prompt Engineering is a Second-Order Skill</title>
<link>https://thatisaq.com/blog/prompt-engineering-shift</link>
<guid isPermaLink="true">https://thatisaq.com/blog/prompt-engineering-shift</guid>
<pubDate>Tue, 09 Oct 2025 08:00:00 +0000</pubDate>
<description>We shifted to intent mapping and saw a 3x increase in LLM output reliability across documentation, testing, and ideation.</description>
</item>
<item>
<title>Edge-First Architecture: When to Move Logic Out of the Monolith</title>
<link>https://thatisaq.com/blog/edge-first-architecture</link>
<guid isPermaLink="true">https://thatisaq.com/blog/edge-first-architecture</guid>
<pubDate>Fri, 28 Sep 2025 11:00:00 +0000</pubDate>
<description>Our exact decision matrix for determining when pushing state to the edge improves performance versus adding unnecessary complexity.</description>
</item>
</channel>
</rss>