Welcome to the Blog

Launching the mdolnicek.eu blog — what to expect and how articles will be structured.

metaastro

This is the first post on the mdolnicek.eu blog. Here I’ll share practical insights from enterprise React development, AI integration patterns, and lessons learned building internal portals for Czech corporations.

What to Expect

  • Technical deep dives on React, TypeScript, and frontend architecture
  • AI integration case studies from real projects
  • Practical tips for agencies and developers working with enterprise stacks
  • Occasional Czech-language posts for the local audience

How Articles Are Written

Every post is a simple Markdown file. Write the frontmatter, write the content, commit — that’s it. No CMS, no database, no admin panel. Just files and a build step.

---
title: "Your Post Title"
description: "A short description for SEO and social sharing."
pubDate: 2026-08-28
tags: ["react", "typescript"]
---

The site is built with Astro and uses content collections to turn these .md files into static pages at build time. Fast, secure, zero JavaScript shipped to the reader.

Stay tuned.