dominikj111
Projects, articles, and references — a knowledge hub for a software engineer.
- UI Components Library (Project)
A theming-first React component library built on Radix UI primitives and CSS custom properties — the design system powering this site. - DesktopWeaver (Project)
A workspace orchestration tool for defining, saving, and restoring multi-application desktop layouts across projects and contexts. - Platonium (Project)
A platform for structured knowledge sharing — connecting people through ideas rather than profiles. - This Site (Project)
Personal knowledge hub and portfolio built with Astro, React islands, and the UI Components Library — the first real-world test of the design system. - First Post (Article)
Setting intentions for this space — what it is for, who it is for, and what I plan to write about. - Second Post (Article)
Continuing the exploration — follow-up thoughts from the first entry. - Markdown Style Guide (Article)
A reference for Markdown formatting conventions used in this site — headings, code blocks, callouts, and more. - Using MDX (Article)
How MDX enables mixing React components directly into Markdown — and when that is actually the right call. - Astro (Reference)
The web framework for content-driven sites. Ships zero JS by default; hydrates components on demand via the islands architecture. - Radix UI (Reference)
Unstyled, accessible React primitives for building high-quality design systems. The foundation of the UI Components Library. - Islands Architecture (Reference)
Jason Miller's model for shipping mostly static HTML with isolated interactive components — the pattern that makes Astro's performance story work.