All great reasons, but there's one I would add as an MBA: Learning to program makes you a better business person. How? Made to Stick has a great story about a math teacher who struggled to convince his students of math's importance in life. As he put it, math is like weight lifting. You don't work out to prepare for the day a rogue barbell comes and traps you on the ground, you work out so you can run faster, tackle…
Why I created MBAHacks.com, or Why I am learning to program
21–28 of 28 posts
Re: Why I created MBAHacks.com, or Why I am learning to program
#22Earlier quoted context omitted.
That's why great programmers are boundless optimist and masochists.
Great point. I've been accused to being dogged in the past. Truth be told, it helps to be both focused and determined. @stfu There are two ways you could try to go about it: 1) Try sticking to one technology and working on a project you're really passionate about. 2) Work on a tutorial from start to finish.
Re: Why I created MBAHacks.com, or Why I am learning to program
#23Earlier quoted context omitted.
Starting a business is only half the battle (at best). The biggest value of the MBA is the networking that happens. You're meeting people who will go on to work in a diverse set of industries. It's not uncommon for an entrepreneur with an MBA to go a year or two in business only calling on people they met in school, or fellow alumni. That networking isn't impossible to replicate, but an entrepreneur who forgoes the M…
This myth is so widely repeated I have to call it out. The people you meet doing an MBA either a) leave and go into corporate middle management or b) go start their own businesses. The chance that the middle managers end up in a position where they can directly or indirectly help your startup is extremely low; the idea that you could be fully occupied as an entrepreneur just exploiting those contacts for 12-24 months…
Obviously it depends on the startup. B2B businesses would get more value out of those connections. I stated that it's likely the biggest benefit of business school, not the only benefit. A true cost-benefit analysis would look also at the knowledge acquired as well as the strength of the alumni network.
Re: Why I created MBAHacks.com, or Why I am learning to program
#24Earlier quoted context omitted.
Starting a business is only half the battle (at best). The biggest value of the MBA is the networking that happens. You're meeting people who will go on to work in a diverse set of industries. It's not uncommon for an entrepreneur with an MBA to go a year or two in business only calling on people they met in school, or fellow alumni. That networking isn't impossible to replicate, but an entrepreneur who forgoes the M…
To follow up to the parent, there is a lot more to B-school then just to network. From common MBA-bashing that takes places on HN it seems that that many people fail to grasp the difference between building a product and building a company. If you want to build a product - MBA may not be necessary, but if you want to build a good company, an MBA will be a great help along the way. With all aspects of running a busine…
An easy way to see if this is statistically valid, or just something that MBAs tell themselves, is to make a list of 'good' companies (by your personal definition of 'good') and see if the folks who built them had MBAs. The results might be surprising (either way).
Re: Why I created MBAHacks.com, or Why I am learning to program
#25Earlier quoted context omitted.
Great point. I've been accused to being dogged in the past. Truth be told, it helps to be both focused and determined. @stfu There are two ways you could try to go about it: 1) Try sticking to one technology and working on a project you're really passionate about. 2) Work on a tutorial from start to finish.
Thanks for trying to help! 1) This is really difficult. Like I tried getting started with PHP but as soon as potential project ideas became "interesting" I needed to go at least into JavaScript or Databases/MySql. Like for a seemingly simple project that I had in mind (e.g. that took data from a form and generate a pdf file based on that) I needed at least JavaScript to make it a smooth process. 2) I seem to suck the…
This summer I was thrown onto an android project with no experience, no in-company mentors, and I barely remembered how to write java. The first two weeks I just did tutorials. I didn't even try to patch them together to actually make a product-- I just did a dozen tutorials which covered different aspects and left them all in my code folder. When it came to actually building my app, I now had a personalized pool of code to grab from! It really helped to be able to go back and reference it.
Also, I think you are not going to be well helped by tutorials. You need a freaking textbook. http://greenteapress.com/thinkpython/html/index.html You are required to do at least 50% of the exercises for each chapter.
Furthermore, it is important that you master a single language rather than dabble. Once you understand a single language in&out, it will make it much easier to pick up other ones. (My 'mastery' is in python, and I've picked up java, C#, SQL, javascript.)
Re: Why I created MBAHacks.com, or Why I am learning to program
#26Earlier quoted context omitted.
I used to work with at least a couple dozen MBA's from 1 school, they gave me this advice for bus school: 1) don't lose your coding skills (I was good at perl/awk, APL, C and Fortran). This I did 2) concentrate on linear algebra, stats/prob, calculus (this i didn't) 3) take law school classes (this i did, they were gnarly) tl;dr your 2nd year you can do pretty much whatever you want. You can make it a profoundly inte…
This is exactly what I did. I treat the MBA as just another tool. Started a business sadly it failed after a couple years, but I just moved out to SF last week and loving it. As an engineer with an MBA that can code well, does stats, and took a handful of law classes it's a seller's market.
Re: Why I created MBAHacks.com, or Why I am learning to program
#27Earlier quoted context omitted.
Starting a business is only half the battle (at best). The biggest value of the MBA is the networking that happens. You're meeting people who will go on to work in a diverse set of industries. It's not uncommon for an entrepreneur with an MBA to go a year or two in business only calling on people they met in school, or fellow alumni. That networking isn't impossible to replicate, but an entrepreneur who forgoes the M…
To follow up to the parent, there is a lot more to B-school then just to network. From common MBA-bashing that takes places on HN it seems that that many people fail to grasp the difference between building a product and building a company. If you want to build a product - MBA may not be necessary, but if you want to build a good company, an MBA will be a great help along the way. With all aspects of running a busine…
Re: Why I created MBAHacks.com, or Why I am learning to program
#28Earlier quoted context omitted.
To follow up to the parent, there is a lot more to B-school then just to network. From common MBA-bashing that takes places on HN it seems that that many people fail to grasp the difference between building a product and building a company. If you want to build a product - MBA may not be necessary, but if you want to build a good company, an MBA will be a great help along the way. With all aspects of running a busine…
Nice point. You can build a great ruby site without Rails, but Rails gives you a nice framework to make the process easier. Similarly, you can build a business without an MBA, but an MBA gives you a convenient framework to help with important decisions.