c0nnexx10n : C0nnect1ng L1fe w1th Techn010gy

Byte by Byte Impressions on Technology, People and Process !

Archive for November, 2008

Continuous Integration in a Huge Multi-Module Project

Posted by Vikas Hazrati on Wednesday, November 19, 2008

The benefits of Continuous Integration cannot be discounted in any environment whether you are working on a small project or a huge one. The difference being in the set up and configuration of continuous integration in a multi-module project.

Multiple modules bring in additional complexity in terms of versions, teams collaborating, release cycles, separate sprints etc etc. In an ideal world all this would not be necessary and we would have just one module for the entire system. With every developer check-in the CI build would trigger. Of course the CI box would have unlimited processing power, load distributing capability and unlimited storage to still build the system of any size under 10 minutes.

The magic number of 10 minutes is an XP practice for CI where it is correctly stated that if a build is taking more than 10 minutes then the value of CI is lost. If the time is more developers would check in less frequently because who wants to wait for say 2 hours to get the status, they would rather check-in their code end of the day and even worse not wait for the build to complete. A broken build, which would happen many times would be fixed the next day. Now just assume that the team is distributed across time zones and are struggling with a broken build when they step into the office.

Let us switch the real world and agree that having a huge system build under 10 minutes is a far fetched dream. If you are working in a huge enterprise, where various complex systems are collaborating together then you would agree to my point.

So the best way to build a huge system is by distributing it into multiple smaller systems or modules and then building each module separately so that each module can build under 10 minutes.

Taking a simplistic view of the real world let us assume that we successfully divided our system into 3 modules.

System = Ʃ modules (A,B,C)

system Read the rest of this entry »

Posted in Agile, Architecture, Article, Better Software | Leave a Comment »

Infrastructure is Served, Get Started With Agile Development in a Flash

Posted by Vikas Hazrati on Thursday, November 13, 2008

Many a times, most teams making a transition to Agile are lost in the myriad of tons of tools. There is a lot of hard-work involved in getting the right set of tools configured to work with each other.

If you belong to one such team then there is good news. Toolsets like Buildix and Assembla make it easy for you to choose between setting up the entire stack quickly or using a hosted workspace where unlimited number of users can collaborate. They bring some of the best-of-breed tools together so that you can start Agile development quickly.

Read more about it on my post on InfoQ.

Posted in Agile | 3 Comments »

QuickTip: Solved | Ubuntu 8.10 Firefox Flash Sound Issue

Posted by Vikas Hazrati on Sunday, November 9, 2008

Recently I got an upgrade for my Ubuntu 8.10 (Intrepid Ibex) and it broke the Firefox Flash sound. My wife was mad at me because now we could not watch the movie that we had decided to watch, so I had to do something real quick.

Here is what solved the problem for me in a matter of 30 minutes, so, not that quick but at least we did watch the movie

Goto Administration –> Synaptic Package Manager –> <Search for flash nonfree>

This should show you the following screen
Read the rest of this entry »

Posted in linux | 12 Comments »