Why Experienced Programmers Should Contribute to Open Source
People who have taken programming as their career has to do coding for almost 30 years. Will they always get an opportunity to do complex tasks or to write project from scratch? The answer is NO. Sometimes they may get but not always. What should they do?
Mostly programmers get a chance to enhance the existing code, fix bugs reported by clients or some other maintenance work. Every programmer has a dream to do something big, when they were in schools or college. When they enter in to the corporate world, it is shattered. Very few get an opportunity to pursue challenging tasks.
Say in your project, If you want to add a new feature or change existing architecture using Hadoop, NodeJS, or using any latest technology then Will you get a chance? Your manager will certainly reply that product management will not accept or they have different priority.
If a programmer landed up in a less challenging job then what should they do? If you ask your friends they may advice to quit the job and pursue the dream. But don't do that. It may hurt your lifestyle or your family lifestyle.
Corporate industry always tries to make money in the things they sell. They invest in a project which makes money. It is important for any industry or economy to make money. Continue to work in your company but pick some interesting open source projects and work on it. Join with your friends and start some thing interesting and creative.
If you continuously eat food outside in a restaurant or a hotel then in a few days you may get bored or your stomach will be upset. The solution is cook your own food. If you want something challenging then start something creative.
Happy Programming!!
comments powered by Disqus
Related Articles
How to contribute to open source
I could see many many students posting this question in many forums, I want to contribute to open source but How to contribute? There are many ways to do that. I have listed a few and I hope it might be useful.
Google Open Source Pledge
Open Source is the way to innovate and users using it should have complete freedom. Google has came forward to declare couple of its patents on Map Reduce under Open Patent Non-Assertion Pledge (OPN Pledge). There are multiple variants of open source license and using that means the product is completely free. Why OPN Pledge is required?
Open source is the backbone for Startups
Many startups are entering in to the business due to open source. Open source acts as a back bone / pillar for their business. It reduces the cost of production, Generates revenue from consulting and support. This article describes about the startups which flourished because of open source. Sun acquired MySQL for $1Bn is the biggest achievement for open source startups.
How to make money from Open Source
As open source getting popular day by day, many have questions like How to make money from Open Source? Lot more products are getting introduced and don't know who is making money. Certainly open source means, give the product and source for free then how to make money? Yes sell the product for free but get paid for its services.
Marketing stratigies required to sell open source product
Many new products are coming in the open source world. Few are forking existing project, adding new features to it and selling it as open source product. Few strategies required to follow to sell the product better.
Microsoft released F# under Open Source
F# is a functional programming language for the .NET Framework. It combines the succinct, expressive and compositional style of functional programming with the runtime, libraries, interoperability, and object model of .NET. Microsoft recently released its source code under Apache License.
Where should i host my open source code?
I have a open source project but where should i host? This is the frequently asked question among developers. Below details will certainly help to choose the best code hosting site.
How hashmap works in Java. My style of learning.
This is the most frequently asked questions in the interview. Googling will throw many links related to this topic. How to learn the implementation of hash map? My style of learning using open source learning technique.
How to learn from open source projects
Students ask this question frequently steps or methodology to learn from open source projects. There is no single answer or steps available. I listed the steps which i follow and i hope this will help for few.
Solr vs Elastic Search
Solr and Elastic Search are built on top of Lucene. Both are open source and both have extra features which makes programmer life easy. This article explains the difference and the best situation to choose between them.