···11<script setup lang="ts"></script>
2233<template>
44- <h1>Hi! I'm <julien-calixte />. A mobile & web developer.</h1>
44+ <h1>
55+ Hi! I'm <julien-calixte version="compact" />. A mobile & web developer.
66+ </h1>
57 <section class="about-me">
68 <p>I am into building things with code.</p>
79 </section>
···11---
22-title: An introduction to feature factory
22+title: An introduction to the feature factory
33layout: post
44---
5566# {title}
7788-From my experience, project failures mainly come by having mistrust between teams. Lead time due to team availability to solve dependencies increases.
88+From my experience, project failures mainly come from having mistrust between teams. Therefor lead time due to team availability to solve dependencies increases.
991010-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.
1010+A kanban is a way to illustrate the needed interactions between teams to complete a feature.
1111+1212+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'll talk about agility, about lean, about problems.
1313+1414+## Creating a visual feature flow
1515+1616+### Define the steps
11171218## It always comes to **showing**
1319···17231824## Showing what next the team has to do
19252020-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?
2626+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 for a specific edge case?
21272228Dear developers, how clear is it for you the way you build an app?
2329···36423743First, can you name your different step before having your app in production?
38443939-<ProductionFlow client:visible />
4545+<production-flow client:visible />