The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
0answers
614 views

Why was Redis chosen over Memcache for the cache layer for StackOverflow?

From this post, it is clear that the SO team uses Redis heavily and it has been working well for them. Since there are a number of other similar solutions in the cache space, I was wondering why the ...
6
votes
0answers
296 views

Does stackoverflow.com use dependency injection?

I know stackoverflow.com uses ASP.NET MVC but I am curious to know the design and the architecture of Stack Overflow. In particular, I am curious to know about the following design choices: Does it ...
5
votes
0answers
126 views

Let us list Technologies for projects in CVs

Related Suggestion I think the Projects and Links section should be broken into two (Projects becoming separate) and have the projects section behave similarly to education or employment. I'm ...
1
vote
0answers
70 views

How does SO parse out URLs so well from answers and comments

There are a number of questions already on SO about parsing out a URL from text (here and here are 2 ok examples I've found). Even @Jeff Atwood posted a blog entry about this. These are a bit ...
1
vote
0answers
142 views

What’s technology used in the Badge system in stackoverflow?

Is it CEP-related? I want to enable similar badges in my own web applications, do you have any suggestions? P.S. Here CEP means Complex Event Processing.