Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
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 ...
2016-03-17
Inter service communication: message bus
›
Last week we covered request/response communication and now it is time to talk about the complete opposite; message bus communication.
2016-03-10
Inter service communication: request/response
›
Over the next few weeks I will cover a number of different ways to services can communicate with each other. First out is the classical requ...
2016-03-03
Code Coverage and nothing is too simple to test
›
So time to look back again and update some old opinions from June 2008 . And while there are some other useful stuff in there I'll focu...
2016-02-25
All you ever wanted to know about Feature Toggles
›
Feature toggles can be used for several reasons. They can be used to avoid branching (for some people that is important), test things in pro...
2016-02-18
Go, maps and randomization
›
A couple of years ago it was very easy to DoS attack .Net web services as the headers were added to a dictionary. Back then the hash of the ...
2016-02-11
ET/U/LP over MVP
›
Well sometimes my life is easy. Or you could say I'm cheating because today I'll just hand it over to somebody else...
2016-02-04
Books, Mocks and Open Source
›
So time to look back again and update some old opinions from May 2008 . This time I'd like to talk about three old articles.
2016-01-28
What does a good exception message look like?
›
Today I have to bring up a great article that is over a year old. They topic is what exception messages really should look like. As bonus I...
‹
›
Home
View web version