Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
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...
2016-04-21
Go for C# developers: Introduction
›
When I first started to learn Go a few months ago I compared a lot of things to things that was familiar to me; C#. And I decided to make a...
1 comment:
2016-04-14
All you ever wanted to know about password hashing
›
Well sometimes I'm lucky and somebody else writes something so I don't have to. Since you should assume that your system will be bre...
1 comment:
2016-04-07
Removing stuff you don't need
›
So I start this series of updated old opinions and the MSDN blog change interface so there are no longer links to monthly archives except t...
2016-03-31
Inter service communication: pub/sub vs message bus vs req/response
›
Over the last few weeks I've been going over a few different ways to solve inter service communication. So which one is best then?
2016-03-24
Inter service communication: pub/sub
›
In order to distinguish pub/sub from message bus communication I will assume the pub/sub does not use another component to distribute the ...
‹
›
Home
View web version