Tagged Questions

0
votes
4answers
35 views

Any References to Example Projects

Currently I am a moderate (in terms of difficulty) when it comes to PHP. I would like to test my knowledge by developing certain utilities using PHP (and maybe SQL). But the proble …
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
7answers
172 views

How does Test Driven Design help a one man software project?

I've spent a lot of time building out tests for my latest project, and I'm really not sure what the ROI was on the time spent. I'm a one man operation, and I'm building web appl …
4
votes
4answers
205 views

Working Solo On Small Projects: Cowboy Coding The Way To Go?

I am a big advocate of agile methods when working on teams and/or large projects. However, I find that for smaller projects, when working solo, I usually start the project writing …
0
votes
2answers
98 views

how to manage students (i.e. newbees) on a software project

Hello, I'm trying to figure out the best way to manage some enthusiastic adult students (with various technical backgrounds ranging from pure newbee to those with a more significa …
6
votes
14answers
799 views
0
votes
4answers
168 views

Should I use OODB for small applications?

We looking to build an application to maintain meeting minutes and similar stuff using .net. I was thinking of using db4o or some OODB for this. Is it a bad idea? I am looking to s …
1
vote
3answers
178 views

What is the best small utility app you’ve written? [closed]

As programmers, we typically HATE repeating operations. I find myself writing little programs every once in a while to help me with mundane tasks. I might take an hour to write a l …
6
votes
9answers
318 views

How useful/difficult would it be for me to learn linux shell scripting? Alternative recommendations?

Hello, I am in desperate need of some advice. I'm almost done with my junior year as a CS major. I sort of feel like a late comer because I didn't really get into computer scienc …
0
votes
12answers
343 views

Is .NET already the right way to go for small app development?

I am developing a small windows app, but have some trouble deciding whether to use .NET or not. As a coder I would like to make use of the .NET libraries. On the other hand, requir …
4
votes
8answers
335 views

Source control with Visual Studio integration for a small project

Hi, I'm begining the development of a personal Web Application project. I'd like to have a source control system for that project. At work, we user Team Foundation Server and I'm …