83 lines
1.5 KiB
Plaintext
83 lines
1.5 KiB
Plaintext
= next
|
|
get better at go
|
|
write blog post on Go on Heroku
|
|
market blog post on Go on Heroku
|
|
proof ebook toolchain
|
|
|
|
= vision
|
|
must-have book for hackers interested in Go
|
|
sold at a significant price and producing real revenue
|
|
notable example of ebook product and marketing
|
|
|
|
= values
|
|
design
|
|
empathy
|
|
creativity
|
|
|
|
= validation
|
|
private emails
|
|
@gobyexample twitter followers, retweets
|
|
blog posts: views, comments, hn score, hn comments
|
|
gobyexample.com signups
|
|
|
|
= distribution
|
|
* blog
|
|
* newsletter
|
|
* twitter
|
|
* stack overflow answers
|
|
* web site
|
|
* free books for contributors and reviewers
|
|
|
|
= pricing
|
|
* $39
|
|
* updates forever
|
|
* no drm
|
|
|
|
= sources
|
|
* effective go
|
|
* chinese web apps book
|
|
* http://news.ycombinator.com/item?id=4543818
|
|
|
|
= topics
|
|
* web app
|
|
* return status code
|
|
* serve static files
|
|
* force https
|
|
* force canonical host
|
|
* not found page
|
|
* error page
|
|
* string formatting
|
|
* mongo
|
|
* worker pool
|
|
* rate limiting
|
|
* time formatting
|
|
* typed json parse/unparse
|
|
* gzip
|
|
* base64 encoding
|
|
* http streaming server
|
|
* http streaming client
|
|
* templating
|
|
* ssh
|
|
* dns
|
|
* iota
|
|
* oauth for google domains
|
|
* testing
|
|
* markdown (blackfriday)
|
|
* init functions
|
|
* using gofmt
|
|
* scrolls style logging
|
|
|
|
* setting up go env, hello world
|
|
* deploying to heroku
|
|
* distributing go binary programs
|
|
* apps with multiple named binaries
|
|
* shipping a package (structure, github, docs)
|
|
|
|
= program ideas
|
|
self-signed cert generator
|
|
command line client for public json api
|
|
redis server
|
|
github webook receiver
|
|
campfire bot
|
|
http://www.youtube.com/watch?v=-i0hat7pdpk
|