| bio | website | sleeplessmonkey.com |
|---|---|---|
| location | Wisconsin | |
| age | 28 | |
| visits | member for | 2 years, 8 months |
| seen | May 13 at 17:46 | |
| stats | profile views | 30 |
Independent developer focusing primarily on .NET technologies, but have worked with Java, PHP and others. Also cover a lot of IT related issues as well.
|
May 19 |
awarded | Nice Answer |
|
Dec 26 |
awarded | Good Answer |
|
Dec 11 |
awarded | Nice Answer |
|
Dec 9 |
awarded | Precognitive |
|
Nov 9 |
awarded | Nice Answer |
|
Nov 3 |
comment |
What is a “wrapper” program? Sounds like a more appropriate term would be something like a "Sentinel/Watcher" program. |
|
Nov 1 |
awarded | Critic |
|
Oct 24 |
awarded | Commentator |
|
Oct 18 |
comment |
Should I learn java for mobile application development or will C# just do? +1 for mentioning the Mono* options. If the demand is high enough from developers then they'll branch out to the other phone platforms as well. |
|
Oct 13 |
awarded | Nice Answer |
|
Sep 29 |
answered | What is the best way to bring a new programmer up to speed on a project? |
|
Sep 27 |
awarded | Nice Answer |
|
Sep 23 |
awarded | Nice Answer |
|
Sep 15 |
answered | Do you want to work alone or in a team? |
|
Sep 14 |
answered | How do you get involved with a Startup? |
|
Sep 9 |
comment |
How do you know when you are tired of programming in your life? +1 for recognizing that nearly everything is just rehashing the same ideas in different ways/languages. |
|
Sep 9 |
awarded | Editor |
|
Sep 8 |
awarded | Beta |
|
Sep 7 |
comment |
Why do new programmers seem to ignore compiler error messages/runtime exception messages? @George: if that were true, every married programmer wouldn't have problems understanding their wife. |
|
Sep 4 |
comment |
Windows programming - should you leave UAC on? @Walter: you can create windows services un-elevated. You need elevated rights to install/uninstall the service though. You should never be installing something directly from the IDE anyways, so an elevated command prompt works better since that's what the IT Pros would end up using. |