i have no idea what i'm doing

This commit is contained in:
Mark McGranaghan 2012-09-20 08:30:09 -07:00
parent f93216fb48
commit 8e209cd6ab

12
README
View File

@ -1,13 +1,11 @@
= next
get web presence in good enough shape to point to from blog post
web site
gbe-web
force https, canonical host, request logging
basic design / brand
google analytics
sign up form
log archival
twitter
ensure emails on mentions
blog post on Go on Heroku
write
review with Keith
@ -60,14 +58,20 @@ devcenter
* http://www.paperplanes.de/2012/1/12/my-publishing-tool-chain.html
* http://devblog.avdi.org/2012/01/12/my-authoring-tools/
* 99 designes
* http://code.google.com/p/go-wiki/wiki/SliceTricks
* http://code.google.com/p/go-wiki/wiki/BoundingResourceUse
= topics
* noblocking send and non-blocking receive
* dropping sends if buffer full
* web app
* serve static files
* serve static files http://code.google.com/p/go-wiki/wiki/HttpStaticFiles
* simultaneios assignement
* mongo
* time formatting
* typed json parse/unparse
* gzip
* set library
* base64 encoding
* http streaming server
* http streaming client