惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
GbyAI
GbyAI
M
MIT News - Artificial intelligence
美团技术团队
罗磊的独立博客
雷峰网
雷峰网
量子位
博客园 - 【当耐特】
Last Week in AI
Last Week in AI
D
Docker
小众软件
小众软件
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
WordPress大学
WordPress大学
V
V2EX
博客园_首页
腾讯CDC
The Cloudflare Blog
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Why developers end up fighting their commerce platform
Sara · 2026-05-06 · via DEV Community

Sara

It isn’t likely that most developers begin developing an e-commerce solution with the thought of “this commerce platform will be my biggest enemy”. However, it eventually becomes apparent to developers that they spend most of their time working around their commerce platform.

It isn’t usually because of the tools or lack of expertise.

Opinionated frameworks versus reality

The majority of e-commerce frameworks rely on a preconceived notion of how a shop should be structured. They tell you how to design your products, how your checkout flow will work, and what kinds of plugins you can use. That's great as long as your product follows the assumptions made by the framework.

Everything changes once it no longer does. From the moment your requirements start to diverge even slightly from what the framework assumes, you start having common problems. Business logic starts getting mixed into your templates and plugins, checkout flows become challenging to extend, your data structures no longer map to your product's domain, and constraints seem to crop up right when you need customization.

When abstraction becomes an issue

Platforms for commerce exist to make things simpler, yet sometimes they make things more complex. Instead of making it easy to develop, they introduce hidden restrictions, undocumented requirements, and platform customizations that become problematic during future upgrades. Eventually, people stop thinking about whether or how something should be done and start thinking about whether the platform allows it.

The questions regarding platform capability, stability, supportability and other aspects that revolve around these considerations tend to dominate the discussion. This is normally the point of no return.

First comes infrastructure, second comes storefront

There are an increasing number of people who start thinking of commerce as infrastructure rather than a "site builder". Essentially, it should handle commerce-related processes and operations without interfering with the product itself.

This is why the concept of commerce layers that allow for a seamless integration into an existing environment is becoming relevant. Examples include modern commerce layers such as Unstore, where commerce is considered infrastructure rather than storefront.

The real problem

This is not about the fact that the developer is against using the commerce platform out of some kind of instinctual distaste for abstraction.

Rather, when the platform starts imposing how the company should operate rather than letting things take their natural course, problems arise.

The best commerce platforms are often those that remain completely invisible, those that let the developer do what they want to do without having to worry about the platform.