c0nnexx10n : C0nnect1ng L1fe w1th Techn010gy

Byte by Byte Impressions on Technology, People and Process !

Archive for October, 2009

Excellent Conference Networking Tips

Posted by Vikas Hazrati on Friday, October 30, 2009

What are some of the best conferences that you have been to? What have you got back from that conference? Technology, Management, Productivity …..hmm…may be partially yes but the best thing to get back from conferences is a network. That is exactly why there are breaks in between, extended lunch hours, evening cocktails etc. And here are many of us who were thinking that lunch is for lunch and the coffee break is to wake me up from that boring session.

suber-cable-boot-cat6

Here is an aggregation of some of the best conferencing strategies.

How to Use Business Conference Programs for Networking

How to Network at a Conference

How to Network at a Business Conference

How to Network at a Conference

and

27 Things To Do Before a Conference

Posted in Business | Leave a Comment »

Building Credibility As a Small Agile Software Vendor

Posted by Vikas Hazrati on Sunday, October 25, 2009

We recently had hugely successful conferences at UK and Australia, where people very openly admired the way we develop software and the way we engage with customers. We, here is Xebia, the organization that I work with.

On my flight back home I was wondering that if people admire a small company like ours so much then what stops them from doing business with smaller organizations? The first thought that comes to mind is the  fact that most of the people that we probably interacted with were at least one to two levels below the people who would be making the real decisions. Let us consider the decision making population to be at position X. Now, the people with whom we interacted were x-2 or x-1. These people totally understand our story and know for sure that if they start working with us, not only we would be able to deliver better software but also help them succeed.

The problem comes when the x-1, x-2 want to take the proposal to x. After all as they say that you do not get fired to recommend IBM, but how do you convince x. I tried to ask this question to myself. If I were to buy a new house, would i go with an established developer who is big and has reputation or would I take risk with a smaller one. My first reaction was, of course the big , more established one. After all it might be like investing the whole life’s earnings. On second thoughts, what would convince me to go with a smaller one?

A guarantee that if I am not satisfied then I get my money back. A week by week update on the progress of my house infront of my own eyes by providing site visits and reports. Promptly answering all my questions related to my house. Keeping the process transparent and at no time, I should get the feeling that I am being duped or being taken for a ride. And, better still references from people who have already taken a house from this builder and their beaming faces to show that they have made a wise investment.

Now, if I translate this to the smaller software company. A risk free period where if the client is not satisfied then the engagement is allowed to fail fast. Fail fast meaning that instead of getting into a long term contract we end the engagement withing 3 sprints ( typically 1.5 months) and return all the money to the client. Providing daily updates on the progress and transparently showing all the reports as a glasshouse development project. Ensuring that there are no surprises. Provide case studies and references of all your success stories. Ensuring that you have satisfied customers who are able to vouch for you.

After doing all this once you get the foot inside the door, make the best of each engagement. Small engagements lead to bigger and better ones. Well all the last couple of lines need no special mention.

Posted in Random Thoughts | Leave a Comment »

I would be speaking at Agile Australia on Distributed Agile

Posted by Vikas Hazrati on Sunday, October 11, 2009

I would be speaking at Agile Australia 2009 on a panel discussion of Distributed Agile. Should be fun, I would write about it once I experience it.

Xebia would be exhibiting at the event. Catch you there.

Agile Australia

vikashazrati-agileaustralia

Posted in Agile | Leave a Comment »

Installing Apache 2.2.11 with Weblogic 10.3 on Ubuntu 9.04 64 bit

Posted by Vikas Hazrati on Saturday, October 10, 2009

This post takes you through the steps to install Apache 2.2.11 on Ubuntu 9.04 64 bit and make it work with Weblogic 10.3. The post walks through the steps that I followed, the problems that I faced and the solutions ( er..hacks) to get them resolved.

Installing Apache

  • Is simple do

sudo apt-get install apache2

If you want to build it from sources then follow these steps.

  • Once you have installed apache2 then the installation happens at the following locations in Ubuntu

Apache config files are in /etc/apache
Apache log files are in /var/log/apache
Apache libs are in /usr/lib/apache
Other files can be in /usr/share/apache, /var/lib/apache
executables in /usr/sbin apache and apache2ctl

  • Now to start apache execute the following

vhazrati@vhazrati-laptop:/usr/sbin$ sudo apache2ctl start

  • Note that the server is started as a root, else you might get the following error

(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

You should be able to access the default page on http://localhost now and see It Works!

Now, Integrating with Weblogic

Read the rest of this entry »

Posted in Architecture, Java, Weblogic, linux | 1 Comment »