Loading...
avatar
Articles
49
Tags
21
Categories
42
Home
Archives
Tags
Categories
Project
About
Chris Wen's BlogProduct Management Introduction Back to Home
Search
Home
Archives
Tags
Categories
Project
About

Product Management Introduction

Created2025-07-15|Updated2025-10-29|pmp
|Word Count:0|Reading Time:1mins
Author: Chris Wen
Link: https://wenyupeng.github.io/2025/07/15/pmp/01-introduction/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
pmp
cover of previous post
Previous
Github Action with Azure
Github Action with AzureIn this post, I will demonstrate a pipeline that is triggered only when code is pushed to the testing or main branch. The pipeline includes static code analysis, unit testing, and an image vulnerability scan. After these checks, the container image is deployed to Azure Kubernetes Service (AKS). Proccess Code RepoCode Repo Features Dev Backend Code checks - Code Analysis, Test UAT Backend CI - Test, Build, and Deploy to UAT PROD Backend CD - Deploy Backend Services to A...
cover of next post
Next
Leetcode - 812. Largest Triangle Area
DescriptionGiven an array of points on the X-Y plane points where points[i] = [xi, yi], return the area of the largest triangle that can be formed by any three different points. Answers within 10-5 of the actual answer will be accepted. Example 1: 123Input: points = [[0,0],[0,1],[1,0],[0,2],[2,0]]Output: 2.00000Explanation: The five points are shown in the above figure. The red triangle is the largest. 12345Constraints:3 <= points.length <= 50-50 <= xi, yi <= 50All the given point...
avatar
Chris Wen
Dwell not on the past, nor fear the future.
Articles
49
Tags
21
Categories
42
Announcement
Maintain the motivation to learn and stay humble when facing every problem.
Recent Posts
Hello Prisma
Hello Prisma2025-10-21
Leetcode - 205. Isomorphic Strings
Leetcode - 205. Isomorphic Strings2025-10-06
Leetcode - 392. Is Subsequence
Leetcode - 392. Is Subsequence2025-10-06
interview question of Java Backend
interview question of Java Backend2025-08-24
terraform
terraform2025-08-24
©2025 By Chris Wen
Live each day with purpose.
Search
Loading Database