Tagged Questions

11
votes
21answers
846 views

Programming @ Home - Hiring

Being the only programmer at work I receive many inquiries into how people should get started in a programming career. The first question I ask them is, "Do you write programs at …
76
votes
28answers
3k views

Using Version Control for Home Development?

Up till now I have been developing my personal and school projects at home without using any form of revision control software to handle my changes and whatnot. My question is, ho …
2
votes
8answers
560 views

Connecting to my Home Version Control Repository remotely?

I have set up a version control system using TortoiseSVN at my home to manage my pet projects, school projects etc...and it works locally. Now I need to be able to access my code …
2
votes
3answers
175 views

Visual Studio 2008 and Visual studio 2005

I am developing a Windows Application using the .net Framework 2.0 and Visual C#(Microsoft Visual Studio 2008) in my PC. On the completion of my project I have to execute it in a …
8
votes
24answers
673 views

What strategy do you use to sync your code when working from home

At my work I currently have my development environment inside a Virtual Machine. When I need to do work from home I copy my VM and any databases I need onto a laptop drive sized ex …
26
votes
32answers
2k views

How do you write code at home?

At work I use Visual Studio 2005 and Resharper and I love them. However, I have an idea for an open source project that I want to work on from home and independently from my day jo …
2
votes
2answers
163 views

Build a small code-hosting server at home

Hi! This is more of an hardware question than a software one but still...: I would like to have a server at home to play/experiment with it. The usages would be to host my own repo …
9
votes
17answers
1k views

My very first project. Any suggestions on what to make?

I've repeatedly read that it's great for budding programmers to find a cool project he/she is interested in, so here I am. I'm a beginner-intermediate Java learner and I'm looking …
3
votes
6answers
279 views

Using a Continuous Integration Server for Home Development

As a follow up to one of my previous posts 'Using Version Control for Home Development', I am now asking about opinions as regards using a Build Server for a pet project. Lately I …
2
votes
6answers
465 views

Setting up a personal (Java) workspace: What do I need?

I want to set up a personal workspace on my home machine. I mainly intend to use it for Java development on home projects. Which tools do you recommend me to use? (I prefer free to …
2
votes
5answers
504 views

Ultimate Home Development setup - massive desktop w/ thin client laptop? POSSIBLE?

I'm trying to figure out the best lower-budget home office development hardware setup. My laptop is aging. My latest idea is that I would like a very powerful desktop paired with …
19
votes
13answers
1k views

“Pet Projects” - Should We Each Have One?

Basically, I have recently started a "pet project" (side project/whatever) working with RESTful APIs that are on the Internet. I have never done this before, and I have found that …