Building a software is challenging whether you build for product or for project both of them need bullet proof design to make your design “just work”. Just work concept is how we build design as efficient as possible without sacrificing the design itself. Inspired from the MSDN article that describe the approaches to design Windows Phone 7 Design. Th...
[More]
After we discuss about how we use UML as a standard way to communicate with the team and customer through agile Lite process. We will learn several principles that will be used when we develop a software in an Agile way. Agile design principles is based on two main concepts which are object oriented and modularity. Both concept guides us to build a software that easy to maintain and to survive.
A...
[More]
Deployment is an important step in an ALM. Building smooth and good experience in installation will make the user happy and the application lifecycle management will be better. In .NET development application, the software distribution can be done two ways which are click once deployment and MSI installer. For the MSI Installer you might need to set dependency such as .NET Framework, Crystal Repor...
[More]
This is the third tutorial that focused to implement UML as a lite modeling based on Agile process. The main purposes of component diagram is to propse a solution based on the functional and the business process. Furthermore, the component diagram will help developer team to see a big picture before they build a prototype. In this Indonesian video you will learn.
What is component diagram and w...
[More]
This post is a sequel of the previous post “Agile modeling 101-Building Use Case Diagram”. This post assumes that you already gather the requirement and the actor of the proposed solution. This post will guide you how to explore business process that needed to develop to capture essential part of system business process. The video will tell you the rest, some of the key point for this ...
[More]
This Indonesian video will guide you the first step to capture system and actor requirement. This tutorial uses Visual Studio Modeling project as a part of ALM features in Visual Studio started from 2010 version. Here are some conclusions from this video
Actor and Action are the main part of use case diagram
Keep the diagram simple, eliminating the technical aspect such as extend or include, e...
[More]
Building codes is a complex activity. Therefore, we need to build a software in a rapid way without sacrificing a basic documentation for the software. In this article, it will share an approach to build a software through UML modeling but eliminating several verbose step.
This article point several activities that, we must do to build a software in a top-down model through UML modeling. These th...
[More]