Live data from Hacker News

Viewing profile — afex

afex

HN member
Joined
Fri, Dec 24, 2010, 5:53 PM UTC
HN karma
7
Public activity
3 items

About afex

No profile information was provided.

Recent public activity

  1. comment
    Comment #3145575

    or the moment you have more than one application running. (which for many products is day #1)

  2. comment
    Comment #3144869

    i go one step further, and put the domain layer behind a network interface (http or other) with a versioned API. IMO, trapping behavior inside a single application is just as bad a…

  3. comment
    Comment #2182795

    As far as datastores go, cassandra is write-optimized. Writes are faster than reads. So for this use case (heavy denormalization) it is a good fit. Also, Cassandra reduces the oper…