Bare minimum for an independent developer - Stack Overflow most recent 30 from stackoverflow.com 2009-11-25T07:19:22Z http://stackoverflow.com/feeds/question/882575 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer 8 Bare minimum for an independent developer geocoin 2009-05-19T12:52:54Z 2009-11-06T23:59:59Z <p>I'm currently in the planning stages of starting out on my own* (with a business partner...) and am trying to come up with a list of minimum requirements that I'll need for the early stages of this venture.</p> <p>Leaving out the business craft side of things (sales marketing etc.) at this point - there are plenty of articles here on SO covering that - and focusing on the technical side of things only, I have the following list:</p> <ul> <li><p>development box (obviously! PC or MAC depending on target platform) </p></li> <li><p>dev software (VStudio/eclipse/xcode/notepad) </p></li> <li><p>test box (could be virtual machine)</p></li> <li><p>Source control (anything except VSS!)</p></li> <li><p>onsite backup (external HDD, separate backup box, CD/DVD ROM)</p></li> <li><p>offsite backup(looking for suggestions here amazon S3?)</p></li> <li><p>teleconferencing software (for discussion with Biz partner who may not be local. Skype?)</p></li> <li><p>bug tracking/management (fogbugz?)</p></li> </ul> <p>Have i missed anything and/or included too much? I realize that every venture is different, and technically, the bare minimum is just a dev box and a chair... however assuming serious work with disaster recovery is in order, is this list reasonable?</p> <p>[EDIT] I've created a wiki summary of the answers. I've put the skeleton framework in and intend to fatten it up with links and details etc. Once I can, it will be the accepted answer, in the meantime please vote up the other answers and/or edit the wiki page if you think it's appropriate. BTW, I'm away for a few days so the fattening up will take place after that.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882606#882606 5 Answer by Christopher Klein for Bare minimum for an independent developer Christopher Klein 2009-05-19T12:58:58Z 2009-05-19T12:58:58Z <p>Internet connectivity (router configuration, time alloted to get the line installed from the service)<br /> Email server inhouse or remote</p> <p>Printer can be useful</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882624#882624 0 Answer by Rich.Carpenter for Bare minimum for an independent developer Rich.Carpenter 2009-05-19T13:02:18Z 2009-05-19T13:02:18Z <p>Remote access software of some sort for remote client support. Go2MyPC, LogMeIn, etc.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882625#882625 7 Answer by Joonas Pulakka for Bare minimum for an independent developer Joonas Pulakka 2009-05-19T13:02:51Z 2009-05-19T13:02:51Z <p>A backup box (identical to your development box). Take a disc image from your fresh development box, so that if it breaks, you don't need to spend the whole day installing your development environment.</p> <p>Re-installing everything takes a surprisingly long time - been there...</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882626#882626 0 Answer by Jacob Adams for Bare minimum for an independent developer Jacob Adams 2009-05-19T13:03:04Z 2009-05-19T13:03:04Z <p>All the things listed sound essential, although for the time being I would lean toward virtualizing all of the non dev machines. That way you can stay smaller and easily scale up when needed. </p> <p>If you are a web startup, you'll need either a production server or hosting from someone. This would be the only exception to what should be virtualized. </p> <p>Also, since you're the developer and the CEO, there is no reason to not have two monitors</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882632#882632 4 Answer by Marco van de Voort for Bare minimum for an independent developer Marco van de Voort 2009-05-19T13:03:43Z 2009-05-29T10:16:45Z <p>We have a small two person company here, in the machine building/machine vision field, with only one software devel (me, the other is doing the electrical and mechanical parts).</p> <ul> <li>A workstation each, a server, and one or two test boxes.</li> <li>A Delphi 2006 license for me, our main development suite. Licenses is per devel (Borland/Codegear non-nonsense license), so it is also on my laptop and homesystem</li> <li>Server runs Fedora with subversion and samba, as well as openvpn (latter mostly used for remote access to SVN)</li> <li>Mantis bugtracker at a shared hosting account. (Eur 5/month magnitude).</li> <li>Company website and email is at that same account</li> <li>We use Mozilla sunbird over webdav to that same account for calendering.</li> <li>Backup manually using ESATA hds, weekly. (much faster than USB, worth the few tenners more). </li> <li>SVN repo is hotbackuped and SCPed daily. Easy since if you don't commit binaries it grows very slowly (15 MB .tar.bz2 after 2 1/2 years)</li> <li>For our microchip microcontrollers we use the free gcc based MPLAB IDE from microchip. We do have a full compiler license, but in practice we don't use it (*)</li> </ul> <p>(*) we expected to need more code speed, but in the end most of it was solved using the hardware periphery of the uc.</p> <p>We have some more stuff (like scopes etc), but that is more related to the microcontroller print development side than the straight software development.</p> <p>Note that the Linux decision was a pragmatic one. We simply didn't have a clue what we would need, and didn't want to invest much upfront without clear requirements, and I had better knowledge to install it than properly configuring MS stuff. Whenever we get another sysadmin, I'll happy let him do whatever he wants to the setup, as long as he preserves my SVN.</p> <p>The hosted account is a great way to avoid mailserver and webserver maintenance.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882640#882640 5 Answer by User for Bare minimum for an independent developer User 2009-05-19T13:05:20Z 2009-05-19T13:05:20Z <p>If you need M$ software they have a program for small firms to have a subscription for lots of software for a few hundred money per year. Don't know exactly the name of the program but just be aware of it.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882654#882654 0 Answer by Dave Hinton for Bare minimum for an independent developer Dave Hinton 2009-05-19T13:08:21Z 2009-05-19T13:08:21Z <p>Off-site backup can be as simple as rsyncing onto external hard drives at your home addresses.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882666#882666 29 Answer by tvanfosson for Bare minimum for an independent developer tvanfosson 2009-05-19T13:10:15Z 2009-05-19T13:10:15Z <p>I'd add a whiteboard (or two) -- it could serve as your bug tracker early on, too.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882684#882684 1 Answer by Gineer for Bare minimum for an independent developer Gineer 2009-05-19T13:14:30Z 2009-05-19T14:30:14Z <p>What about Microsoft's Mesh for offsite backup. Check out <a href="http://www.mesh.com/" rel="nofollow">http://www.mesh.com/</a></p> <p>Basically create a folder on your machine where you store all your work. Sync this folder onto your mesh and from then on, anything you do in this folder is coppied to your mesh. All of the content can then also be access from anywhere on the Net.</p> <p>Now you have automatic offsite backups. Granted, I think you only have one or two gig, but that should be enough for most of the code for even enterprise level solutions.</p> <p>PS. It's free ;-)</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882735#882735 1 Answer by JustinT for Bare minimum for an independent developer JustinT 2009-05-19T13:24:57Z 2009-05-19T13:24:57Z <p>Amazon S3 is probably overkill for offsite backups. I use a combination of <a href="http://mozy.com/" rel="nofollow">Mozy</a> (free) and <a href="http://www.projectlocker.com/" rel="nofollow">ProjectLocker</a> (not free).</p> <p>Also, if you're going to be working from home (and don't live alone), you should seriously consider setting aside a room where you can work without interruptions and noise.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882736#882736 4 Answer by KevMo for Bare minimum for an independent developer KevMo 2009-05-19T13:25:17Z 2009-05-19T13:30:35Z <p>For teleconferencing I'd recommend giving <a href="http://www.dimdim.com" rel="nofollow">dimdim</a> a try. It's similar to webex, except it's a whole lot cheaper and it's flash based so it doesn't require you to install any software unless you want to share your screen. The screen sharing component is available for Windows and Mac and (I think) Linux.</p> <p>They have several different plans, ranging from free to $19 a month.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882750#882750 14 Answer by Stuart Ellis for Bare minimum for an independent developer Stuart Ellis 2009-05-19T13:27:44Z 2009-05-19T13:27:44Z <p>Maintain as little hardware as possible, as it's a time sink. I'd recommend getting VMWare straight away, and use features like snapshots - it's more flexible than switching between multiple machines. Similarly, I'd get one VPS immediately, and add services/capacity to it as necessary. If a service takes up too much of your time, consider switching to a service provider.</p> <p>Email systems are always a time sink - use a business IMAP provider like <a href="http://www.fastmail.fm" rel="nofollow">FastMail</a> for that.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882754#882754 0 Answer by Donn Felker for Bare minimum for an independent developer Donn Felker 2009-05-19T13:28:10Z 2009-05-19T13:28:10Z <p>If you're going to have multiple clients at the same time (which is definitely a possibility) you should consider running your dev environment from a virtual machine. I personally use Virtual PC or VM Ware (depends on the client). </p> <p>A couple benefits of running virtual: </p> <ul> <li>If I have to join the domain I can have a Virtual Machine join, not my host (this will be the case at a lot of clients). Having to join, un-join the host machine is a real pain. Having the virtual machine joined is great. </li> <li>I can have a pre-setup config for each client. </li> <li>I can reload my entire host machine with a new OS and start working immediately (this saves you a lot of down time)</li> </ul> <p>Tips: Learn about differencing disks and snapshots for VM's. </p> <p>I ran virtual during the most recent MarketWatch.com rebuild and I upgraded my host from Xp, to Vista, to Win7 Beta to RC and never spent any extra time updating software in order to start working again. The only thing I had to do was install Virtual PC after each OS refresh and I was back to working at the client as soon as I started my virtual machine. </p> <p>To do this you'll want a beefy laptop though so it can handle the laod. So be sure to get a nice lappy. :) </p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/882761#882761 1 Answer by Marc Hughes for Bare minimum for an independent developer Marc Hughes 2009-05-19T13:29:16Z 2009-05-19T13:29:16Z <p>A client!</p> <p>Seriously, put your effort into finding your first gig. The gig may dictate what you need.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/883057#883057 9 Answer by geocoin for Bare minimum for an independent developer geocoin 2009-05-19T14:17:21Z 2009-07-22T09:18:30Z <p>Summary of answers so far: (please vote on individual items and edit this wiki as appropriate)</p> <p><strong>Level 0: before even thinking about doing anything...</strong></p> <ul> <li>whiteboard (infinitely useful, brainstorming, todo's, bugs etc.)</li> <li>an idea of direction so that the level 1 minimum can be more finely defined</li> </ul> <p><strong>Level 1: general minimum for any development from a SOHO</strong></p> <ul> <li>Development machine</li> <li><strong>good</strong> chair</li> <li>internet connection</li> <li>clean (from distractions) environment</li> <li>source control</li> <li>backup regime (something, just keep a separate physical copy)</li> <li>printer (somewhat optional at this level, but useful, especially for billing)</li> <li>IM or teleconference software</li> <li>hosted domain and email</li> <li>SO account</li> <li>as many monitors as you can afford</li> <li>appropriate licenses for dev environment (MS Bizspark as a cheap way of getting M$ products)</li> </ul> <p><strong>Level 2: You have some paying gigs, not just side projects</strong></p> <ul> <li>offsite backup</li> <li>separate clean test box (VM)</li> <li>backup functional development box </li> <li>VM's for as many hardware platforms as you can get away with</li> <li>test server (web apps)</li> <li>hosted server (web apps)</li> <li>remote access software </li> <li>better chair</li> <li>more monitors than L1</li> <li>Clients!</li> </ul> <p><strong>Level 3: lots of serious/high value work to be done</strong></p> <ul> <li>upgrade your chair again</li> <li>improve or add a few more/better/bigger monitors</li> <li>in house production server</li> <li>exact duplicate dev box</li> <li>take regular images of all physical machines</li> <li><strong>specifics more and more dictated by the type of work from here on</strong></li> </ul> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/883121#883121 1 Answer by Jeff Fritz for Bare minimum for an independent developer Jeff Fritz 2009-05-19T14:27:49Z 2009-05-19T14:27:49Z <p>Source Code Control should be a high priority after getting your machine and communication facilities situated.</p> <p>Start your source control on a hosted solution. This way, you have your local copy, plus the backups the hosting provider has. Rebuilding Linux, Windows, or Mac OS is a long process... but won't cost you anywhere near as much as lost source code.</p> <p>Personally, I use <a href="http://www.github.com" rel="nofollow">GitHub</a>, but there are several discussions of <a href="http://stackoverflow.com/questions/69384/opinion-of-hosted-svn-providers">SVN providers</a> on StackOverflow that you should review.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/883406#883406 0 Answer by Jack Ryan for Bare minimum for an independent developer Jack Ryan 2009-05-19T15:19:54Z 2009-05-19T15:19:54Z <p>As much as possible I would go for managed solutions. If it's not your core business then outsource it.</p> <p>This means that the only servers you should be managing are servers that host test or production systems that you have written. You should be paying someone else to manage your email, bug tracking, source control, etc. </p> <p>This also means that as soon as hardware becomes an issue you need to consider paying for external support. It all seems expensive for a new business but its important that you keep working at your business rather than working as support, or network engineer, or secretary, or anything else that doesn't make you money.</p> <p>So, to add to your list: </p> <ul> <li>phone numbers of people who you can pay to sort out your non development problems.</li> </ul> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/883613#883613 1 Answer by Fraser for Bare minimum for an independent developer Fraser 2009-05-19T15:58:29Z 2009-05-19T15:58:29Z <p>Coffee, a large steaming pot of coffee :)</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/883790#883790 2 Answer by patros for Bare minimum for an independent developer patros 2009-05-19T16:28:27Z 2009-05-19T16:28:27Z <p>Get a reasonably priced webhost. Not only can they host your website + email, they can also host your subversion repository, bugzilla, internal wiki, etc. It also acts as an offsite backup (but don't neglect an on-site backup).</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/925233#925233 1 Answer by ammoQ for Bare minimum for an independent developer ammoQ 2009-05-29T09:52:04Z 2009-05-29T09:52:04Z <p>It all depends on what you are planing to do. Maybe your business will soon turn out to be mostly on-site contracting, in which case the client will probably provide all the infrastructure for your work and all you need is a PC and a printer to print the invoices. If you plan to write a new piece of software and market it yourself, the single most important piece of inventory you need is a large stack of cash to feed you through the hard time to come.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/925282#925282 3 Answer by chillitom for Bare minimum for an independent developer chillitom 2009-05-29T10:03:53Z 2009-05-29T10:03:53Z <p>If you are going into business you'll want to be friendly with:</p> <ul> <li>a lawyer </li> <li>an accountant.</li> </ul> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/925410#925410 1 Answer by Stefan Didak for Bare minimum for an independent developer Stefan Didak 2009-05-29T10:47:49Z 2009-05-29T10:47:49Z <p>The minimum requirements for software development are never a one-size-fits-all because it really depends on what you aim to develop, how you wish to work, how to make the most of your resources (and wing it when needed), and as always a fairly high degree of personal preference because different developers -even if they work on something similar- will use the exact same resources.</p> <p>But one thing to add would be a second broadband line for redundancy. If you depend on communication and having a functional internet hookup then having a second for redundancy can be a real life saver.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/1138851#1138851 0 Answer by Chris Pietschmann for Bare minimum for an independent developer Chris Pietschmann 2009-07-16T16:44:23Z 2009-07-16T16:44:23Z <p>Use "<a href="http://www.google.com/apps/intl/en/business/index.html" rel="nofollow">Google Apps</a>" to host your email with GMail. It's an excellent service and easy to setup. Plus, you can access it easily from anywhere.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer/1691334#1691334 0 Answer by Clay Nichols for Bare minimum for an independent developer Clay Nichols 2009-11-06T23:59:59Z 2009-11-06T23:59:59Z <p>Virtual PC (or VMware ) for testing. </p> <p>I am actually going to try developing in Virtual PC with my next computer. I've had too many problems with Visual Studio fouling up things on my computer. </p> <p><strong>Beware of anything that distracts you from a delivering the first useful version to a couple of customers.</strong> </p> <p>There is never enough time to do everything <em>the right way</em>. You have finite attention and resources. The sooner you get "useful Alpha" out the door, the sooner you get to a version you can charge for (or the sooner you find that you need to change direction).</p> <p>As mentioned above, based on my 15 years of experience running a Micro ISV I'd recommend you "put all your wood behind your arrowhead" and focus on getting an alpha version out the door to alpha tester/customers. Until produce something valuable the customer wants, everything else is window dressing. (E.g., Why worry about off site backup if the code you develop turns out to be unsellable? or if it takes you 12 months to become profitable and you could have shaved 3 months off by running a bit leaner.)</p> <p>And don't dismiss the business side of things. Talk to any successful software company owner and they'll tell you that the business side of things is what makes or breaks the company.</p>