RSSAmplifier

Blog

Marek Honzal

I'm Marek Honzal, a software engineer specializing in frontend architecture, writing about state management, developer experience, and side projects

marekhonzal.comRSS feed ↗4 posts

Latest posts

25 Minutes to Change a Button Color

Migrating 15 React apps from Webpack to Rspack, and what I learned shipping the microfrontend architecture I disagreed with.

Building My Astro Blog: Technical Case Study

A technical case study of my Astro blog. Learn how I implemented SEO, caching, OG images, and RSS feeds with real code examples.

Rebuilding My Website with Astro: Why and Results

Rebuilt my site from Next.js and Sanity to Astro. This case study shows why I switched, how it simplified my workflow, and boosted performance.

Immutable by Default: Practical TypeScript Patterns

Learn how to apply immutability by default in TypeScript. From as const to value tables, get safer code, cleaner APIs, and easier refactors.