4
votes
9answers
110 views
Logging authentication attempts including passwords
I'm writing a comprehensive authentication system for an application and I was planning on logging failed authentication attempts in order to implement better security. I would li …
0
votes
5answers
45 views
Can/Should a domain object be responsible for converting itself to another type?
We have a class Event (it's actually named differently, but I'm just making abstraction):
public class Event
{
public string Name { get; set; }
public string Description { …
11
votes
26answers
2k views
Did Java steal away the fun from programming? [closed]
I would like to hear from you, how you feel about Java programming. Sadly, I have realised that Java has taken all the fun from what I used to love. I used to do a lot of interesti …
0
votes
2answers
58 views
Linode or Slicehost
I'm looking into VPS for LAMP and wanted to see if any of you have an opinion to help me decide between Linode and Slicehost? Pro, Cons and overall opinion will be much appreciate …
76
votes
32answers
3k views
Being A Lone Developer
What are some of the pros & cons to being a lone developer?
10
votes
8answers
412 views
Experience with Django
Having read some great things about the Django framework I'm becoming quite interested in it. But before making my decision to use it for a small project I would like to hear some …
5
votes
8answers
198 views
C# String.IsNullOrEmpty: good or bad?
After an incident at work where I misused String.IsNullOrEmpty with a Session variable, a fellow coworker of mine now refuses to accept my usage of String.IsNullOrEmpty. After some …
0
votes
5answers
98 views
High-traffic, Highly-secure web API, what language?
If you were planning on building a high-traffic, very secure site what language would you use?
For example, if you were planning on say building an authorize.net-scale site, tha …
0
votes
3answers
47 views
Preferred OS for hosting Tomcat servlet container.
I know that I'm taking a risk, pitting the differing OS religions against each other, but I would like professional opinions about hosting a servlet container. In my case the cont …
1
vote
5answers
85 views
If it is technology specific, is it still a design pattern?
I went to a .NET user group meeting tonight, and part of it revolved around the model-view-view model pattern, and it got me wondering if this qualified as a pattern.
The issue I h …
3
votes
4answers
144 views
Asking for opinions : One sequence for all tables
Here's another one I've been thinking about lately.
We have concluded in earlier discussions : 'natural primary keys are bad, artificial primary keys are good.'
Working with Hiber …
4
votes
2answers
83 views
What’s your problem-list when learning a new language?
There are some resources, such as P-99 and (too low programming/math ratio for me) Project Euler, which offer quick or interesting problems to implement.
Do you have a usual list …
26
votes
53answers
2k views
Programming as a meaningful profession?
Doctor says: My job is meaningful because I save lives.
Programmer says: My job is meaningful because I... umm... write DB queries?!
Are you proud of being a programmer?
Do you th …
0
votes
4answers
185 views
Would you say that C#/Java are better programming languages than PHP for web development? [closed]
A few days ago I had a discussion with some friends about whether Java and .NET are better programming languages than PHP for web development. The truth is that we could not reach …
3
votes
7answers
107 views
Denormalizing for sanity or performance?
I've started a new project and they have a very normalized database. everything that can be a lookup is stored as the foreign key to the lookup table. this is normalized and fine …
