My Dad was right.
January 22, 2010 5:33 AM Subscribe
CareerSwitchFilter: I majored in Computer Science and Theater in college. I've been working in theater for the past two years and now want to switch to a career in the more lucrative major. Problem is I have no experience and no code samples, having deleted them all to make space on my computer for production photos. What's the best way to go about making this switch?
Take classes? Look up open source projects to join? Find an entry level tester job and work up from there? Any and all advice is appreciated. I did graduate with the B.S. in Computer Science, and I'm primarily a Java, C, C++ programmer, but have almost no real experience in a production environment. I've dabbled in PHP and mySQL. I'm also vaguly interested in web design and think that maybe all those design courses I took as a theater major might be helpful there. I guess my question is this, if I want to go any of these routes would I be better off taking a class or generating projects on my own to rebuild up a selection of code samples or joining an open source project?
posted by edbles to work & money (14 answers total) 7 users marked this as a favorite
Get eclipse, get maven, get git or svn, put together a build environment. Use maven to generate an appfuse project, either struts or wicket. This will give you a working web app, frontend, database, DAO layer, out of the box.
Now make your app do something interesting. This'll give you the confidence and experience to do well enough in an interview, so go interview for entry level coding positions.
posted by orthogonality at 5:40 AM on January 22, 2010 [2 favorites]