Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
2016-01-28
What does a good exception message look like?
›
Today I have to bring up a great article that is over a year old. They topic is what exception messages really should look like. As bonus I...
2016-01-21
Alternatives to hydrating IEnumerables
›
You should know that whenever you get an IEnumerable you should only enumerate it twice as some implementations don't allow you to enum...
2016-01-14
Assigning vs picking tasks
›
If you have followed this blog for a while you know how important I think the choice of words are. But the difference between assigning and ...
2016-01-07
Don't hold me accountable for old opinions
›
Once in a while I get a comment about something I wrote a long time ago and sometimes that is embarrassing as the opinion I expressed a whil...
2015-12-31
Linux performance investigation in 60 seconds
›
Since it is new year's eve I'm going to make it easy for myself.
1 comment:
2015-12-24
Your new BFF
›
I think it was a few years ago when Netflix blogged about how each client had their own server component and how this made the client develo...
2015-12-17
Yet Another Code Coverage Rant
›
Instead of me ranting over why code coverage measurements can be good but in general are used in the wrong way; why don't I let somebody...
2015-12-10
Do I need to remove the Server header from my HTTP responses?
›
You might have heard the recommendation that your web server should not return the Server header to reveal exactly what software is being us...
3 comments:
2015-12-03
Web service scale testing
›
When I say web service scale testing I mean testing to figure out how many instances of your service you need. This type of testing is real...
2015-11-26
Yet another retrospective idea: Successes, Frustrations and Opportunities
›
During a training I was teaching recently we were talking about retrospectives and different ways to make them interesting. Afterwards one o...
2 comments:
‹
›
Home
View web version