this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

change to feature factory

+39 -25
+39
src/pages/posts/feature-factory.mdx
··· 1 + --- 2 + title: An introduction to feature factory 3 + layout: post 4 + --- 5 + 6 + # {title} 7 + 8 + From my experience, project failures mainly come by having mistrust between teams. Lead time due to team availability to solve dependencies increases. 9 + 10 + In this post, I would like to tell you what helped me, how we succeed to engage all the skills needed to develop a product. We will talk about agility, lean. 11 + 12 + ## It always comes to **showing** 13 + 14 + ## Showing where we are 15 + 16 + ## Showing where are the problems 17 + 18 + ## Showing what next the team has to do 19 + 20 + Talking is hard, comprehension between two people is hard. How many times a developper came back to the product owner to ask a few questions left in his ticket? How many times a designer was asked to update a design to see how the app will react in case of an edge case? 21 + 22 + Dear developers, how clear is it for you the way you build an app? 23 + 24 + You may answer "Easy! There are few steps:" 25 + 26 + 1. Talking to the client 27 + 2. Getting the design 28 + 3. Coding 29 + 4. deploying to users 30 + 31 + But how exactly? What does "talking to the client" really mean? And "coding" ? 32 + 33 + In lean, one particular important concept is **Visual Management**: *doing by seeing*. For that, we want to be clear on how we work. 34 + 35 + May I ask you some questions? 36 + 37 + First, can you name your different step before having your app in production? 38 + 39 + <ProductionFlow client:visible />
-25
src/pages/posts/production-flow.mdx
··· 1 - --- 2 - title: An introduction to production flow 3 - layout: post 4 - --- 5 - 6 - # {title} 7 - 8 - Dear developers, how clear is it for you the way you build an app? 9 - 10 - You may answer "Easy! There are few steps:" 11 - 12 - 1. Talking to the client 13 - 2. Getting the design 14 - 3. Coding 15 - 4. deploying to users 16 - 17 - But how exactly? What does "talking to the client" really mean? And "coding" ? 18 - 19 - In lean, one particular important concept is **Visual Management**: *doing by seeing*. For that, we want to be clear on how we work. 20 - 21 - May I ask you some questions? 22 - 23 - First, can you name your different step before having your app in production? 24 - 25 - <ProductionFlow client:visible />