Lessons learned, practical guides, and explorations around frontend development
Dec 15, 2024•8 min read
Building Accessible React Components
Learn how to create inclusive UI components that work for everyone, with practical examples and best practices for ARIA attributes and keyboard navigation.
ReactAccessibility
Dec 12, 2024•6 min read
Modern CSS Grid Layouts
Explore advanced CSS Grid techniques for creating responsive layouts that adapt to any screen size without media queries.
CSSLayout
Dec 10, 2024•10 min read
TypeScript Tips for Better DX
Discover TypeScript patterns and utilities that will improve your developer experience and code quality in large applications.
TypeScriptDX
Exploring ideas through experiments, demos, and interactive projects
Interactive CSS Animations
A collection of smooth CSS animations and transitions you can use in your projects. Includes hover effects, page transitions, and micro-interactions.
CSSAnimation
React Hook Experiments
Custom React hooks for common use cases, tested and ready to use in your applications. Includes hooks for forms, animations, and API calls.
ReactHooks
Component Library Starter
A minimal setup for building your own component library with TypeScript and Storybook. Includes configuration for testing and documentation.
TypeScriptStorybook