Blogs
I Like Sharing My Experiments and Knowledge with Others

Implementing Secure Authentication for SPAs with Laravel 12 Sanctum and ReactJS
Learn how to implement secure, cookie-based authentication for your React SPA using Laravel 12 Sanctum. A step-by-step guide covering backend setup, frontend integration, and best practices.

How to Build a Custom Accessibility Widget in React β With Font Size, Contrast, Text Spacing & Hide Images
Create a simple React Accessibility Widget that lets users adjust font size, contrast, text spacing, hide images, and enable a dyslexic-friendly font for a more inclusive website experience.

Mastering Laravel Queues: An Essential Tool for Optimizing Your Web Applications
Learn how Laravel Queues can boost your appβs performance by offloading heavy tasks to background processes. Improve speed, scalability, and user experience with this powerful feature.