April 2011
7 posts
The Association: Boston Celtics, episode 4. The one where Perk gets traded.
Lessons learned from a not-so fast startup
Some good stuff in here:
Psychology of analytics:
analytics was worth paying for
it helps a user track progress and sentiment
both huge drivers in pricing psychology.
Customer feedback and motivation:
development and design centric people
what really matters is that someone is using your product
Someone has touched and found value in what you’ve built
Great feedback leads to...
Javascript operator precedence
. [] new () ++ — ! ~ + - typeof void delete * / % + - « » »> < <= > >= in instanceof == != === !== & ^ | && || ?: = += -= *= /= %= «= »= »>= &= ^= |= ,
Source: MDN Doc Center