AI Search

Category

AI Search

3 articles

← All Articles

Browse all articles in AI Search.

Markdown Twins: Serving Content AI Crawlers Can Read
AI Search

Markdown Twins: Serving Content AI Crawlers Can Read

A markdown twin is a plain-text copy of a page served at a predictable URL. This site publishes one for every article. Here is how it is built, what it is honestly worth, and the silent production bug that made every single one of them useless for three weeks.

Andrew Blase
2026-09-05
7 min read
I Rebuilt the Same Blog System Four Times. So I Packaged It.
nextjs

I Rebuilt the Same Blog System Four Times. So I Packaged It.

@fullstackdatasolutions/articles is a drop-in Next.js blog library with SEO, RSS, sitemap, comments, and TOC built in. Install it in minutes. Stop rebuilding the same system from scratch.

Andrew Blase
2026-05-21
7 min read
How to Add TypeCheck, Lint, Tests, and Build to Every PR with Husky and GitHub Actions
GitHub Actions

How to Add TypeCheck, Lint, Tests, and Build to Every PR with Husky and GitHub Actions

A practical walkthrough of the Husky pre-commit hooks and GitHub Actions CI setup I built for my NestJS + Next.js monorepo: TypeScript typecheck, lint-staged, reusable workflows, and a PR template that actually enforces quality. Part 2 of a 3-part CI/CD series.

Andrew Blase
2026-05-19
12 min read