Online Software Development Apprenticeship ? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T20:19:57Zhttp://stackoverflow.com/feeds/question/571088http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/571088/online-software-development-apprenticeship11Online Software Development Apprenticeship ?Shane2009-02-20T20:22:07Z2009-02-20T21:12:47Z
<p>Question: Is there anywhere online where someone can apprentice as a software developer and have an expert work with them, review their code, and guide them as a journeyman would in the trades? (Obviously I do not expect such a service for free)</p>
<p>Background: I am a fairly recent graduate of Computer Science; I have worked for 1 software development company as a developer, one non IT company as a developer, and have started my own side business in an attempt to stay current. My first job was for a company with no code review, no training, and little to no standards. It is safe to say they just wanted the code written and they didn't care how, or if it was well written. My training was really a stack of books to take home. </p>
<p>I am now in a small town working for an online vacation booking company and writing some custom software and websites and maintaining their existing software/websites. I am pretty much the only software developer in the town and I just feel like there is only so much I can learn from books and tutorials. I am endlessly worried that I am writing crappy code, but I have nobody here I can work with and I have no real connections with anyone who is an expert. That is the background for why I would like to find such a service. I am sure I am not alone.</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/571088/online-software-development-apprenticeship/571102#5711022Answer by Dmitri Nesteruk for Online Software Development Apprenticeship ?Dmitri Nesteruk2009-02-20T20:24:53Z2009-02-20T20:24:53Z<p>There was a time when I was looking for the same thing, and didn't find anything of this sort. I doubt that in 7 years the situation has changed. Yes - I have heard words like 'mentoring' way back at uni, but they were just that - words. Hey - you might be onto a start-up idea there, except that it's unclear what the incentive for experienced people to do mentoring is. I bet they prefer to go teach at universities and such, which is a somewhat different, less personal affair.</p>
http://stackoverflow.com/questions/571088/online-software-development-apprenticeship/571105#5711051Answer by ahiru for Online Software Development Apprenticeship ?ahiru2009-02-20T20:25:39Z2009-02-20T20:25:39Z<p>I don't know, but I'd say just jump on a open source project and get into the community there. You can always ask questions about your code and someone will probably look at it. If you are looking for someone to walk with you hand in hand you should try to look to team up with another freelancer who has more experience than you who is willing to give you some of his work to work on. Since that person will most likely be repsonible on contracts and such, I'm sure they'll look over your stuff to make sure it's up to par. Unfortuneatly, I think most people don't have the time. </p>
http://stackoverflow.com/questions/571088/online-software-development-apprenticeship/571113#5711130Answer by Rob for Online Software Development Apprenticeship ?Rob2009-02-20T20:27:53Z2009-02-20T21:12:47Z<p>I don't think that you'll be able to get the kind of mentoring that you want online. Your work product can be transmitted online, but the kind of communication you need to become a better developer is better done in person.</p>
<p>That isn't to say that you can't grow as a programmer in your current situation. By reading and practicing, you can get much better. In the future though, you may want to try and find work which gives you the chance to learn from (and teach) other developers.</p>
<p>Edit: If you want to stay in your town, your best bet is to get involved with as many other opportunities to get better as a programmer. The right open source project can give you an opportunity to interact with other programmers. It's not ideal for everything to happen online, but it'll help. And it's probably the closest thing that there is to an "online apprenticeship."</p>
http://stackoverflow.com/questions/571088/online-software-development-apprenticeship/571216#5712160Answer by Jay Riggs for Online Software Development Apprenticeship ?Jay Riggs2009-02-20T21:00:13Z2009-02-20T21:00:13Z<p>For specific questions you can try SO.</p>
<p>For specific bits of code you can try sites like <a href="http://refactormycode.com/" rel="nofollow">refactormycode.com</a></p>