PM Playbook Modules
🧭 Product Journey 💡 Design Thinking 📊 Product Metrics 🔄 Agile Approach ⚙️ Tech Stacks for PMs
🎉

Home / Tech Stacks For PM / Section 02: Core Concepts

Core Concepts

The Full Stack: What Each Layer Means for Product Decisions

Each layer has different ownership, different risk, and different PM implications. Know which layer a feature lives in before writing the spec.

Frontend vs Backend: Where Features Live

Frontend is everything the user directly interacts with. Backend is everything that processes, stores, and serves the data the frontend displays. PMs need to know which side a feature lives on because it determines release speed, testing scope, and performance targets. A frontend change deploys in hours; a backend data migration can take weeks and requires rollback plans.