Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
2014-03-27
Protecting your resource identifiers
›
In a lot of older web applications as well as newer RESTful services I've seen it fairly common to have identifiers such as user and ord...
2014-03-20
When to use Tuples in C#
›
I've seen people use the Tuple class in C# code and I've even done it myself once. And I didn't like it. I'm still strugglin...
14 comments:
2014-03-13
Tail Recursion and C#
›
Tail recursion is a powerful optimization since it typically improves both execution time and memory usage for recursive calls. It can also ...
2014-03-06
Logical task combinators
›
When I had to use Erlang for the very first time it was a brand new language and I was in collage. Back then Erlang did not have a logical ...
2014-02-27
Comparing two null objects
›
Maybe it is my experience with databases but I have always thought that whenever you compare something with null it is always false . Obvio...
2014-02-20
Hashtable vs ConcurrentDictionary
›
Historically I've seen the Hashtable be favored over ConcurrentDictionary with the assumption that is was more efficient allowing for ...
2 comments:
2014-02-13
Circuit Breaker Summary
›
Remember to read the intro .
2014-02-06
Circuit Breaker on rate
›
Remember to read the intro .
2014-01-30
Circuit Breaker on concurrency
›
Remember to read the intro .
2014-01-23
Circuit Breaker on failure rate
›
Remember to read the intro .
‹
›
Home
View web version