geeio's comments

geeio | 2 months ago | on: Selective Applicative Functors

Don’t know why, but this was an approachable intro to FP for me, just the right level of detail for me to grok why.

geeio | 5 years ago | on: Trello Android's Git Branching Strategy

> we had to make release branches SOX-compliant, adhering to additional rules and constraints.

Does anyone have an example of what is required to make a branch SOX-compliant?

geeio | 5 years ago | on: Amazon Ion

It is probably closer to something like avro, but with more features and less java focus.

geeio | 8 years ago | on: Transactionally Staged Job Drains in Postgres

I do the same thing. Small projects start with the job queue in postgres.

As things eventually scale up, I move the queue to its own dedicated postgres node.

Once that starts to be too slow, I finally move to redis/kafka. 99% of things never make it to this stage.

page 1