Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
2015-07-30
My favorite book for agile teams
›
Whenever I have worked with teams or Scrum Masters there has always been one book that I have recommended them to read. And now I'm happ...
2015-07-23
How to not run an organization - the CIA version
›
I stumbled over this document dating back to World War 2 where the predecessor to CIA, the Office for Strategic Service s issued a field man...
2015-07-16
Are you burning up or down?
›
You have probably heard the term burn-down and burn-up when referring to two different ways of tracking progress against some target in agil...
2015-07-09
The Microservice is not what it seems to be
›
The microservice hype where every application that uses a service should be implemented as a series of microservices is a little unhealthy. ...
2 comments:
2015-07-02
TOP not only for SELECT
›
I actually never considered the case that the TOP clause in SQL can be used for other tings than SELECT . But is it really a realistic use-c...
2015-06-25
The social circuit breaker
›
The same way I have applied ideas from agile development to other random situations like moving from one country to another I have come to r...
2015-06-18
Timetravel in C# done right
›
Testing things where you need to fake time is not hard given the right abstractions . That is why when I read this article I felt really sa...
5 comments:
2015-06-11
Asynchronous enumerations - again
›
Almost 2 years ago I wrote about this problem with accessing data from Azure and returning it in a LINQ friendly way. Well not long ago the ...
2015-06-04
Returning 403 or 404 - that is the question
›
I think it is safe to say that anybody who is serious about security will tell you that security through obscurity is no security . Yet a l...
2015-05-28
Enumerating dictionaries
›
When people work with the Dictionary class in .Net there are two common assumptions that I see used a lot. Worst part is that these assumpt...
‹
›
Home
View web version