Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
13answers
933 views

How do you manage to do personal projects outside work?

Possible Duplicate: How do you sustain motivation when working on personal projects? Working 8 hours a day on programming stuff I find that by the time I get home, or even on my days off, I ...
16
votes
8answers
453 views

Should a company prevent employees from publishing an app in an appstore in their free time?

My company is trying to pass a policy forbidding distribution of any application (even free) in any appstore for all developers. Their reasoning is that "outside work activities create a conflict of ...
14
votes
10answers
784 views

What professional standards do you maintain in a side/pet project?

When working on your own side project or pet project, you are using your professional skills to develop software, but what professional standards to you stick to? Answers would largely depend on the ...
14
votes
20answers
2k views

Any suggestions on what to make as my very first project?

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 for a project to ...
12
votes
4answers
357 views

What is the preferred process for sellling a personal project/product?

I have begun work on a personal project that may end up having some real-world applicability. I am beginning to entertain the idea of selling licenses. I am sure some others here have done this ...
10
votes
16answers
655 views

Personal pet projects [closed]

Most of us has a pet project. If so, how long have you been working on it?
8
votes
7answers
516 views

Project hosting for multiple pet projects?

I am looking for a good site to throw up my pet projects. Its nothing I want published to the world at large (if at all possible), its just for stuff that I want to play around with. The big thing is ...
7
votes
7answers
418 views

How can I learn to scale in my spare time?

I really would like to learn how to attack problems of scale. Of course, the best way to tackle this is to get a job where I can deal with those sorts of issues. But they're apparently not terribly ...
7
votes
14answers
553 views

Why can't I keep 2 languages in my head at the same time?

At home I'm working on a large personal project written in Java. I recently found employment as a C# developer. After an 8 hour workday reading C# code, I find it very hard to switch back to Java at ...
6
votes
13answers
455 views

Looking for advice on a personal learning project. Where should I go next?

At work, I build web apps using a pretty vanilla Java Enterprise technology stack. Ths includes some sort of SQL database, EJBs, JSP/servlets, etc., all running under JBoss. Then there's the usual ...
6
votes
7answers
650 views

Finding the motivation for doing spare time projects [closed]

I believe that spare time programming projects are an important way to improve my skills as a developer, but lately I've been having troubles finding the motivation to work on them. I used to have at ...
6
votes
8answers
725 views

How much time in a week do you spend on your hobby project? [closed]

No matter how hard I try, I can't spend more than 4 hours a week given all the other commitments.
4
votes
9answers
1k views

Which SCM and Issue tracker to use for personal work?

I am planning to bring some "peace" (you may call it organization) to the personal work (small projects, etc.) I do at home. I would like to use a SCM and an issue tracker which can capture the ...
4
votes
7answers
743 views

Use company laptop for personal project

I'm thinking about starting a new personal project to work on in my spare time. I was wondering if it is ok to use the company laptop for this? I'm using visual studio 2008 for development, which is ...
4
votes
3answers
676 views

Organizing your personal utility code repository

Many of us have a personal repository where we keep our code. Sometimes it's just our hobby code, some people include code from their jobs (shame!), but many of us have a repository in one form or ...
3
votes
2answers
152 views

MongoDB for personal non-distributed work

This might be answered here (or elsewhere) before but I keep getting mixed/no views on the internet. I have never used anything else except SQL like databases and then I came across NoSQL DBs ...
3
votes
4answers
248 views

What makes a good side project, altruistic or selfish

Open source is hot with loads of pros to it, but what if you aren't motivated to contribute to it but rather have a different motivating like automating your home as much as possible and tech-pimping ...
2
votes
1answer
142 views

Managing personal projects

I want to introduce Jira and Perforce for my personal projects at home. The question I have is about infrastructure. How do you setup your personal production environment? Do you have an own server at ...
2
votes
2answers
2k views

A simple augmented reality application in C#

I would like to start a personal project that will give me a lot of new concept to learn and understand. After some thought, I figured that an Augmented Reality related project will be the most ...
2
votes
7answers
100 views

What techniques can I apply to my project at hand?

With over a week off of work I wanted to try out a bunch of new stuff at home. What I've done is written a simple TicTacToe game that I want to incorporate things into that I've never worked with ...
2
votes
2answers
273 views

Looking for ideas for a fun project to learn WCF

Starting next year, I'll be working on the WCF services area of our SOA application at work, so during the xmas break I want to learn WCF. I would like to create a fun, useful project to work on in ...
2
votes
2answers
356 views

Develop a line of business application in silverlight 4

Currently as my job profile i am more working on asp .net application but i also wanted to have my hands on silverlight application. so, i just decided to build one silverlight 4 application in my ...
2
votes
3answers
196 views

Balance work and fun

It is very hard to find a good development job where you can concentrate only on doing a job to your satisfaction, ignoring all the other factors. There is always a compromise required if you are ...
1
vote
3answers
123 views

In SQL or GQL or JDOQL, how can I query for the row that has the highest value in 2 columns (that have the lowest difference)?

Say for example I have a table: Table: Message | data | likes | dislikes | How can I efficiently find the row that has the highest number of likes and dislikes i.e. most controversial. So for the ...
1
vote
5answers
143 views

I'm learning python and am interested in using it for web-scripting. What frameworkes are out there and do I need one?

I've been learning python for use in ArcGIS and some other non-web applications. However, now that I've taken on building a personal website I am interested in using it for web development (as it is ...
1
vote
2answers
190 views

Editing an XML file?

How do I add another element/childnode to a specific parent node in an XML file? Specifically a new video object to the media node. I want to turn this: <?xml version="1.0" encoding="utf-8" ?> ...
1
vote
5answers
288 views

Site admin without username & password

Right now I'm building a personal site/blog and have pretty much got it they way I want except I'm in two minds about how to add posts to it. It's just me who'll be adding posts and to me having a ...
1
vote
5answers
261 views

Programming outlet after typical 9 - 5 day (language switching)

Okay my goal this year is to really gain valuable experience in C#/ASP.NET and JavaScript. But after a typical 9 - 5 day, I find it really hard to come home and fire up visual studio to try out stuff, ...
1
vote
5answers
230 views

Reversing an RSS feed

This could be weird, Have you ever come across a blog which you wanted to read in the chronological order? And that blog could be old, with several hundred posts. When i add this feed to my feed ...
0
votes
2answers
186 views

Wedding website RSVP database

I am creating a wedding website for my brother, and one of his requirements in that the user can go onto a page titled 'RSVP'. Once on the 'RSVP' page, the user will be presented with a simple form: ...
0
votes
0answers
90 views

Hardware to detect a human body [closed]

Is there any inexpensive hardware that can detect the presence of a person? It needs to work in both light and darkness. Preferably, it should either have an interface usable from C#, or a simple USB ...
0
votes
1answer
36 views

How should I handle adapting a personal project for a client?

I developed a very small app in my own time, hosted on my own server. My long-term contracting client would like to develop their version for use internally. Functionally and visually extremely ...
0
votes
3answers
727 views

Resources for creating a Binary Usenet client

I am interested in creating a Binary Usenet client as a personal endeavor. My initial plans are to write it in Mono - but I haven't started anything yet. I am familiar with C# but not the NNTP ...
0
votes
2answers
531 views

Is it possible to override a method in a class in a dll file?

I've included a dll file into my windows form project. 1. Is it possible to override a particular class entirely? 2. Is it possible to add a new method to a particular class in the dll file? 3. Is it ...