Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
2014-06-26
Enforcing parameter names
›
In the late 90s I was asked to teach an "introduction to C for programmers" course at a large Swedish company. Turned out that my ...
2014-06-19
Configuration files or APIs
›
Configuration files is something we have always been familiar with and with cloud services I think more and more configuration has started ...
2014-06-12
TDD helps you enforce the single responsibility principle
›
When I was writing last week's post I also thought about how TDD (or rather BDD) has helped me to early detect violations of the single...
2014-06-05
Will TDD really drive your design?
›
One of the most common arguments I've heard from TDD skeptics is that TDD does not drive your design. And this statement is both true an...
2014-05-29
Xbox Live History
›
Having worked in Xbox Live I often get questions about its past.
2014-05-22
REST efficiency
›
Making simple REST API is easy but once you do more complex things you don't want to stick with the simple rules any more.
2014-05-15
Clients and eventual consistency
›
If you're working with a distributed system it is likely that you use eventual consistency to make your system scalable and robust but ...
2014-05-08
How to know when to auto scale
›
When it comes to auto scaling I tend to see one of two approaches. But neither is actually good.
2014-05-01
Abstracting vs Isolating dependencies
›
Anybody who is practicing TDD or BDD knows that it is important to abstract dependencies. Especially external dependencies you have no contr...
3 comments:
2014-04-24
The last fire watch
›
Last week I promised another leadership story so this time it will be from the military.
‹
›
Home
View web version