Recent projects
Coveri
A modern document processing and analysis platform built with Next.js 15 and TypeScript, featuring AI-powered document parsing, smart categorization, and seamless integration with popular document formats while maintaining enterprise-grade security.
May 1, 2024
View Project →Expenser
An advanced financial tracking platform developed using Next.js 15 and TypeScript, delivering smart receipt processing and monetary analytics while prioritizing intuitive design and robust security measures.
March 28, 2024
View Project →
Recent posts
- May 10, 2025·5 min read
Singleton Based API
Learn how to implement a flexible and reusable toaster service in your React application.
- February 23, 2025·5 min read
Compound 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 read
Single Responsibility Principle
Learn how to apply the Single Responsibility Principle in React by refactoring a complex component into smaller, reusable units.