Skip to main content

NDAs and contributor-restrictions crippled Indian IT

NDA (Non-disclosure Agreement) is a common requirement in the Indian IT sector. So outsourcing clients indirectly forced the companies not to disclose the projects and other specifics. This in turn restricted many developers from contributing to the open-source and other community efforts.

New age developers and NDAs

I recently stumbled upon a resume of a fresher based in Chennai whose resume filled with speaker portfolios. Though the experience and meetup topics didn't look attractive, the overall presentation of the profile was great. In fact, that seems to have helped them to get a new attractive offer.

In the Indian IT scene, the new fad is Product Management. Most of the young wannabe product managers are now speaking and presenting in many meetups. So nowadays it looks like these folks are not following NDAs or the clients have become lenient.

International scenario

I also stumbled upon highly talented Nadieh Bremer and Sara Soueidan websites. In fact, Nadieh Bremer has created a new field and released her works in MIT license. Sara's profile is slightly arrogant in the Indian context, but that opened up her lots of opportunities. In my opinion, all these opportunities may not be possible if there's a strict NDA as we had.

Comments

Popular posts from this blog

Open source PHP frameworks and problems

I was using CakePHP for sometime and proposed CakePlus , another UIMS toolkit on the top of CakePHP but also altering some problematic core of it. The thread should explain the outcome of the post. And, then I noted Akelos framework has most of the things built in. Issues with frameworks esp. CakePHP Scalability not a priority - Developers aren't aware that we can't throw more and more hardware Excessive use of regular expressions Evangelist isn't aware that the framework throws many queries unnecessarily More memory consumption - 100M would never be enough for a simple project Poor coding standards and practices - Prolong use of extract() often leads to more memory consumption Can't use the native approaches or baked codes. The override approach always lead to hard to debug codes Poor architected codes and no clear defined approaches. People belong to the cult drives the direction and often throws unprofiled codes. No native provision to share codes between M-V-C and...

Interview question #1

Since I have been asked to interview experienced PHP programmers, I was preparing few interview questions. I came to know, most of the people ask questions found in the Internet; most of them are like "What is the function used to connect MySQL DB in PHP". Personally, I don't like these types of questions; I'd thought the person must apply ideas what he was taught in colleges--finally I came out with one question: A product vendor has Quantity Vs. Price data like 1 -> Rs. 50 2 -> Rs. 95 3 -> Rs. 140 .... like upto 1 million data. He wants a system, which gives the price when the quantity is provided. For example, if you provide the quantity value as 2, then it should provide Rs. 95. How this system can be designed? As expected, all the people said about using database tables and quering on quantity. I have asked them to find out a system which doesn't use databases--provided the accuracy of the system may not be 100%--it may give at least 90% ac...

RTaKeyman Bookmarklet v2.0

RTaKeyman The above bookmarklet is for English to Tamil transcription. This should work like a Input Method Editor on web page forms. The first version I tried didn't work well and so this bookmarklet version. Version 2.0 2004-12-27 1.0 2004-12-12 Usage Make a bookmarklet with the above link. Point to a web page where you want to enter Tamil characters and click the bookmarklet. This will initialize the keyman for that page. Then start typing on the forms; RTaKeyman will transcribe the characters whenever it sees a space, carriage return and tab. To-do Turning on/off keyman (i.e., to enter both Tamil and English). Help and other user interfaces. Credits Sundar for informing the necessity and for being a beta tester