Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
2016-06-30
Go for C# developers: Unit testing
›
Let’s talk about unit testing and Go. The fact that unit tests typically are placed side by side with the code (in the same package as the c...
2016-06-23
Amazon AWS DevDay San Francisco: Serverless Track
›
Earlier this week I spent a day following the serverless track at the AWS dev day in San Francisco. I guess serverless is the "new thi...
2016-06-16
Peek inside Netflix A/B testing
›
Just a quick suggestion for today. Read this article on A/B testing at Netflix as it both shows you the importance of supporting A/B testin...
2016-06-09
Go for C# developers: Interfaces that are never nil
›
This was a funny feature I came across when i was learning Go . I was working with an API that used interfaces and was surprised that some o...
2016-06-02
Prioritizing, Sleeping and Interviews
›
September 2008 wasn't a bad month for my blogging.
2016-05-26
DRY vs WET
›
I've always been and advocate for intentionally ignoring the DRY ( Don't Repeat Yourself ) rule when writing tests if it makes the t...
2016-05-19
Go for C# developers: the foreach is not what it seem to be
›
If you are learning Go you know there is no foreach nor while in Go - just for with a few different ways of setting it up. There is a ni...
2016-05-12
Preventing cross-site request forgery (CSRF)
›
Since I stumbled over a pretty good introduction to what CSRF is I figured it was worth a few lines.
2016-05-05
Kanban and rants
›
Since I apparently got carried away blogged a lot in August 2008 I have to pick a few of the more interesting posts from that month and see...
2016-04-28
TeamSnippets review
›
This is for anybody out there looking for information on TeamSnippets since you are considering using it. Short version; I don't see wh...
‹
›
Home
View web version