D

Dinesh Wijethunga

@dineshstack

Senior Full Stack Developer · Building SaaS products & teaching Laravel/React · 10+ years experience · Founder of Orion360 · Based in Dubai, UAE.

Posts by Dinesh Wijethunga

How to build modern web apps laravel 12 inertiajs reactjs 2026Featured
ArticleBeginnerLaravel

How to build modern web apps laravel 12 inertiajs reactjs 2026

What if someone needs to build an app quickly by combining these? This might seem overwhelming. With Laravel 12, now it's very easy to integrate with React, Vue, and most other client-side languages. This blog will teach you how to set up a Laravel app with InertiaJS and React for MPA web applications.

D
Dinesh Wijethunga
5 days ago
2m
How to keep Session-Based Shopping Cart with Database PersistenceFeatured
ArticleIntermediateLaravel

How to keep Session-Based Shopping Cart with Database Persistence

Learn how to build a high-performance e-commerce cart system using session storage for fast operations with database persistence for checkout. Our hybrid approach reduces database load by 40% while improving user experience with instant cart updates and seamless guest checkout.

D
Dinesh Wijethunga
6 days ago
6m
📝
ArticleIntermediate

Push Notifications in Laravel: Storing Device Tokens for iOS and Android

Before you can push a single notification to a phone, you need somewhere to store the token that identifies it. iOS and Android use completely different services — APNs and FCM — and each token has a lifecycle: it can expire, rotate, or become invalid. This post covers the database design, the registration endpoint, and the upsert strategy that keeps your token table clean.

D
Dinesh Wijethunga
19 days ago
6m