Tagged articles
5 articles
Page 1 of 1
Lisa Notes
Lisa Notes
Apr 22, 2026 · R&D Management

IPD vs. IPD‑CMM: Key Differences and Shared Principles Explained

IPD is a market‑driven, cross‑functional product development framework that treats development as an investment decision, emphasizing portfolio analysis, asynchronous parallel engineering, reusable building blocks, and structured yet flexible processes, while IPD‑CMM extends this by embedding a V‑model software maturity approach with early‑stage test planning.

Cross‑Functional TeamsIPDPortfolio Management
0 likes · 5 min read
IPD vs. IPD‑CMM: Key Differences and Shared Principles Explained
JavaScript
JavaScript
Sep 27, 2025 · Frontend Development

Simplify Vue v-model with the New defineModel API in Vue 3.4

This article explains how Vue 3.4's defineModel feature eliminates the boilerplate required for custom v-model implementations, showing side‑by‑side examples of the old three‑line approach and the new single‑line declaration for reusable input components.

JavaScriptV-ModelVue
0 likes · 3 min read
Simplify Vue v-model with the New defineModel API in Vue 3.4
php Courses
php Courses
Sep 15, 2022 · Frontend Development

Advanced Vue 3 Techniques: createVNode, render, JSX/TSX, Dependency Injection, Composition API, and Global Component Registration

This article presents a comprehensive guide to Vue 3 advanced features, covering the use of createVNode and render for dynamic component creation, JSX/TSX advantages, dependency injection with provide/inject, Composition API patterns, utility hooks, global component registration, script‑setup syntax, and the latest v‑model usage, all illustrated with practical code examples.

Composition APIGlobal ComponentsJSX
0 likes · 19 min read
Advanced Vue 3 Techniques: createVNode, render, JSX/TSX, Dependency Injection, Composition API, and Global Component Registration