caleb’s code
https://github.com/golang-book/bootca...
todd’s code
https://github.com/GoesToEleven/Golan...
course outline
https://goo.gl/EIbk7a
Learn The Language - Golang Training
https://goo.gl/DB1GvG
Learn The Language - Great Golang Books
https://www.golang-book.com/books/intro (Caleb Doxsey)
http://amzn.to/1PmlB1w (Bill Kennedy)
http://amzn.to/21nO1Mc (Donovan & Kernighan)
http://amzn.to/1PmlKSB (Balbaert)
Learn The Language - Quick Code Samples
https://gobyexample.com/
Playlist of all videos in training
https://goo.gl/WWCh9D
Index of Videos
https://goo.gl/SDgaEr
ASK QUESTIONS & GET HELP
https://forum.golangbridge.org/c/gett...
STAY CONNECTED
G+ https://goo.gl/kWyztP
https://twitter.com/Todd_McLeod
https://www.youtube.com/user/toddmcleod
NOTES ON THIS VIDEO:
App Engine overview; PAAS; google is your ops team; we’re handing off that responsibility; app engine quotas; App Engine Managed PAAS on Google Infrastructure; Free to Start; Affordable Limits; Autoscales; cloud.google.com/appengine/docs/scaling; Managed VMs; Compute Engine; Cloud SQL; app engine is sandboxed; you can’t use the “unsafe” package in app engine; you can’t write files in app engine / instead use cloud services; there is some vendor lock-in with app engine: using their data storage; you’ll have to rewrite that if you go somewhere else; app layout; app.yaml; handlers section; the “script” part “_go_app” means use go; ( 14:10) MONITORING LOGS; the stack trace; nil pointer reference error; probably means you tried to access a variable which was nil; you had a function return a value and an error and you ignored the error and the value was nil but then you tried to access it; each go routine will have its own stack trace; ( 18:50) nil pointer error explained; appcfg.py update --oauth2; alternative to goapp deploy; ( 25:30) Github Issues; putting issues into your git commits; app engine API’s ( 30:00);( 34:35) USERS service in app engine; ( 36:50) context; go get google.golang.org/appengine; ( 39:00) context; ( 48:30) login required setting in YAML file; ( 52:00) login admin setting in YAML;
App Engine Tutorial programming logic and design pdf | |
| 5 Likes | 5 Dislikes |
| 1,171 views views | 21.3K followers |
| Education | Upload TimePublished on 17 Jul 2015 |
Không có nhận xét nào:
Đăng nhận xét