Blog
Zero-JavaScript Syntax Highlighting with Shiki
January 25, 2026 · 2 min read
Ship beautifully highlighted code with no highlighter in the client bundle by running Shiki at build time and switching themes with CSS.
- shiki
- performance
- markdown
A Type-Safe Content Pipeline with Zod and Content Collections
January 20, 2026 · 2 min read
How to make malformed frontmatter fail the build instead of slipping into production, using Zod schemas and derived build-time fields.
- content
- typescript
- zod
Building Bilingual RTL Web Applications
January 15, 2026 · 2 min read
A practical guide to shipping English and Persian in one codebase using logical CSS properties, hreflang alternates, and build-time content.
- i18n
- rtl
- css