Home About Skills Products Work
Projects Services Experience
Learn
Tutorials Courses Blogs Resources
Contact
Blog

Writing & Insights

Articles on web development, tools, and lessons learned.

3 articles · browse by category or tag below

Popular Articles

Results

Designing a Database Structure for an Ecommerce Platform

Designing a Database Structure for an Ecommerce Platform

A production-grade schema for products, variants, orders, and carts — and the one rule that prevents the worst ecommerce data bugs.

Entity Framework Core Migrations: A Practical Guide

Creating, applying, and safely rolling back EF Core migrations — the .NET equivalent of Laravel migrations, and where the workflow differs.

Multi-Tenancy in Laravel: Approaches and Trade-offs

Shared database with a tenant_id, separate schemas, or fully separate databases per tenant — the real trade-offs behind each approach.

Esc