Posts
June 15, 2025·5 min readBuilding a Spotlight Search Feature
Learn how to implement a MacOS-style Spotlight Search in React using modern patterns and best practices
May 10, 2025·5 min readSingleton Based API
Learn how to implement a flexible and reusable toaster service in your React application.
February 23, 2025·5 min readCompound Components
Learn how to implement a flexible and reusable compound component pattern using React by creating a Product Card component.
February 20, 2025·5 min readSingle Responsibility Principle
Learn how to apply the Single Responsibility Principle in React by refactoring a complex component into smaller, reusable units.