Skip to main content

Business Development in the Government Sector - The Smarter You Work the Luckier You get..

Hamsterburger

When the customer is asking for a hamburger , don’t put a hamster to make the burger. Even though what the customer wants (hamburger ) and what you have (hamster) share the part “ham” they are two different things.
  • Analyze and understand requirements / ingredients for a hamburger
  • Find out if you and your team has the ingredients
  •  In case of gaps look for partners who has the missing ingredients.

Time , Time and more Time

The process of creating a response to a government solicitation is very similar to the SDLC of a project.
  •  The way we need time to create a quality deliverable , we need time to deliver a quality solicitation response.
  • Identify opportunities VERY VERY early on and start working on it (you may already follow Shipley type processes but may just not know that you are following it. Remember, there were great managers around before universities introduced MBAs).
  • Don’t telescope everything in the last 20 days.

Aspirations

Don’t chase wild goose- it’s a recipe of frustration for everybody involved.

What do I have ?

Inventory what your programs are about and what you are doing there (type of work, business as well as technical domain) and SMEs who have expertise in specific areas.
  • Involve the SME in the response creation.
  • Generally working on responses is outside the regular call of duty for the SME as they are generally busy with their day jobs. So provide on the spot incentives as per your abilities.

Prepare

  • Establish contacts with companies that have capabilities that you don’t irrespective of whether you have a need for their capabilities at present.
  • Avoid running helter-skelter to find a partner in the 20 days prior to submission deadline.

And

Work out a judicious mix of “Target Shooting” and “Game of Hoopla” (I know Game of Hoopla is unavoidable. However limiting DB efforts spent on Game of Hoopla results in more quality in elsewhere).

Comments

Popular posts from this blog

AWS Elasticache vs AWS RDS Read Replicas

AWS Elasticache vs AWS RDS Read Replicas (some very high level comparisons.) AWS Elasticache If the same read query is performed over and over again. AWS RDS Read Replica if the read query changes dynamically or has dynamic elements such as NOW(). AWS Elasticache is speed is required, since data is stored in RAM. AWS Read Replicas is there is a low tolerance for stale data. AWS Read Replica if the data returned by a read query is huge since RAM is not unlimited.

AWS Application Load Balancer VS Network Load Balancer

AWS Application Load Balancer VS Network Load Balancer Distribution of Traffic: Application Load Balancer: Based on attributes of OSI Layer 7 (Application Layer). Network Load Balancer: Based on attributes of OSI Layer 4 (Transport Layer). Application Health Application Load Balancer: Since it works at the Application Layer of the OSI the health of the target application can be verified and the application health is taken into distribution decision. Network Load Balancer: Since it works at the Transport Later of the OSI level the health of the application can not be verified (it uses IP address , port etc). So it is possible that a request gets sent to a server even the the target application on that server is having some issues. Speed: Since Network Load Balancers work at a lower layer of the OSI they are faster then Application Load Balancers. More than one different application on the same server Since Network Load Balancers use IP address to distribute requ