I hereby claim:
- I am edjiang on github.
- I am edjiang (https://keybase.io/edjiang) on keybase.
- I have a public key whose fingerprint is 2246 68BF E183 DDFF DC4A 53B9 F1E5 D5D9 AC08 249E
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Good content should be:
The idea here is that good content is all about the reader. Good content should be written for a very particular reader (for instance, you wouldn't write content that you want to do well for both enterprise PMs as well as developers, because you'd end up diluting your message to both). The idea is that your content should be genuine and authentic. If it's something that your target reader wouldn't find useful, maybe you shouldn't do it?
Another thing is that content shouldn't be self-promotional. It should instead be educational / helpful to your target reader. So for instance, if a lot of Stormpath developers are having issues understanding how sessions work, then writing an article which explains how sessions work in depth is a great way to genuinely help a developer trying to figure this stuff out, and gains a lot of brand awareness / goodwill.
Live coding demo for https://speakerdeck.com/edjiang/super-spectacular-server-side-swift
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
echo 'export SWIFTENV_ROOT="$HOME/.swiftenv"' >> ~/.bash_profile
echo 'export PATH="$SWIFTENV_ROOT/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(swiftenv init -)"' >> ~/.bash_profile