If you want to develop quality product you should have the standard of your quality. One of the management frameworks to create a product is Scrum and DevOps. On this article, I will show you 20 steps to build quality product with proper steps. Before the 20 steps let's understand the roles of each member.
Account manager: a person who manages business matters and project management matters.
P...
[More]
Domain Centric architecture is a way to build a software with clean architecture mindset. Clean architecture is designed to make the software resilience and have better changes management in term of codes. Domain centric focuses in domain or model. So this architecture is designed to facilitate changes and resilience in model. Business process changes is the focus of the domain centric. Therefore,...
[More]
Measure what you can measure, I believe in order to understand the problem of productivity is by measuring the velocity of the developer based on the workload. The question is how to measure the developer workload. let's discuss on this article.
The Metrics
the metric that can be measured in various way. In Agile, we will use story point. However, story point is relative measure...
[More]
Building software is easy, even a person in kindergarten that loves to code can create software to write hello world in a nice Windows. However, building useful software is another story, even a veteran software developer will face challenge. So the real question is whether we can mitigate the risk by developing 'correct software' or transferring the risk into ready to use software. On this articl...
[More]