8
votes
8answers
369 views
What makes Ruby an Elegant Language?
I have been reading a lot about Ruby the past few days. Every SO post I come across I hear that ruby is an elegant language. Can you guys give an example of why ruby is elegant compared another …
3
votes
3answers
253 views
What is your opinion of Groovy?
For your projects, did you have a favorable experience with Groovy? How big was the project? Were there issues with the language? Did you consider Jython, JRuby or Clojure?
0
votes
3answers
63 views
What are the major benefits of an in-person interview? [closed]
The question:
How important is it to have an in-person interview?
Related thoughts
Obviously no one can say that an in-person interview is paramount in our industry -- people are hired from across …
0
votes
2answers
51 views
Piwik Web Analytics - Anyone with experience of it?
I'm considering trying to get more granular analytics for my sites than the free plan on my current provider, Clicky, provides.
Piwik looks like a strong contender in the analytics space (and I'm …
7
votes
4answers
153 views
How do you find balance as a Technical Team Lead?
As a Technical Team Lead, I've been finding it very difficult to stay involved in development while delivering on my responsibilities of documentation, design decisions (architecture), meetings and …
3
votes
13answers
211 views
Getting your programming/developer team up to speed
I recently left a large university hospital for a much smaller one because of the pay increase and because it was a career booster. Of course these two things would generally be something to be …
0
votes
3answers
121 views
Why do people rage against homework questions so much [closed]
Why do people rage against homework questions so much? Everywhere had to start from somewhere and most people needed help at some point so why do people act superior to people who want to learn?
0
votes
5answers
163 views
Perl to Python/Ruby code translator
I was asked to write a Perl-to-Python and Perl-to-Ruby (and vice versa) code translator by an evil boss, and therefore I'm curious to know if some automatic code translators between them exist …
78
votes
33answers
3k views
Being A Lone Developer
What are some of the pros & cons to being a lone developer?
4
votes
8answers
558 views
Why would one use Groovy over Java?
What benefits does Groovy offer over the use of Java other than more complicated syntax?
1
vote
2answers
34 views
Opinion Mining - What Database Type?
Hi guys,
I am entering a project to make a Opinion Mining (Data Mining -> Web Mining -> Opinion Mining) to get semantic orientation of the words contained. We will use a crawler to get the pages …
2
votes
9answers
95 views
What javascript frameworks should I become familiar with?
jQuery has served me well, it has given me an excellent introduction to Javascript but now I want to move onto something else. A good developer has a good knowlege of lots of different technologies.
…
24
votes
29answers
1k views
Are we as programmers becoming too dependent on our IDEs?
For a long time, the only IDE I knew was the VB6 IDE, which is fairly outdated (ca. 1998) and not very feature-rich (unless you purchase third-party add-ons). You can set breakpoints and watches and …
0
votes
5answers
50 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 { get; set; }
…
4
votes
9answers
121 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 like to check failed …
