How to Build an Ecommerce Website Step by Step
From scoping the actual requirements to inventory, checkout, and order states — the realistic build order for a real store.
Read ArticleArticles on web development, tools, and lessons learned.
51 articles · browse by category or tag below
From scoping the actual requirements to inventory, checkout, and order states — the realistic build order for a real store.
Read Article
Actions vs filters, safe functions.php structure, and the defensive habits that keep a single typo from taking down your site.
The mental model behind every WordPress plugin and theme — and how to create your own hooks so others can extend your code too.
The minimum required files, the template hierarchy, the Loop, and correctly enqueuing assets — a real custom theme, not a page builder.
Installing Claude Code, setting up a CLAUDE.md file, and the workflow that actually gets the most out of an agentic coding tool.
A real OpenAI API integration in Laravel — chat completions, streaming responses, conversation context, and cost control.
Two different tools for two different jobs — and the daily workflow that actually gets value out of both without losing control of your codebase.
A production-grade schema for products, variants, orders, and carts — and the one rule that prevents the worst ecommerce data bugs.
setup(), ref vs reactive, and reusable composables — a practical introduction to Vue 3's Composition API for developers coming from Options API or another framework.
Why Pinia replaced Vuex as Vue's recommended state management library, and how to set up stores in both Options and Composition API styles.