Last active
August 27, 2018 00:22
-
-
Save zendrulat/fc51a20296b2d85bc957ca5e20d8bf5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
installing go | |
https://www.youtube.com/watch?v=5qI8z_lB5Lw | |
!!!!!!Connecting to a mysql database!!!!!!!!!!!! | |
https://dinosaurscode.xyz/go/2016/06/19/golang-mysql-authentication/ | |
Golang IDE | |
https://www.jetbrains.com/go/ | |
Imports | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Restful API with golang - (very nice!) | |
http://thenewstack.io/make-a-restful-json-api-go/ | |
Connecting to a database in Golang (very nice!) | |
http://go-database-sql.org/overview.html | |
Sqllite3 with Golang | |
https://www.youtube.com/watch?v=KvKV_skpo3U&t=374s | |
Restful API | |
https://tutorialedge.net/creating-simple-restful-json-api-with-go | |
https://stevenwhite.com/building-a-rest-service-with-golang-2/ - much better resource | |
http://blog.narenarya.in/build-rest-api-go-mysql.html | |
Main | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
github.com/davecgh/go-spew/spew - good data printer | |
Interfaces - By Russ! https://research.swtch.com/interfaces | |
MSQL | |
https://www.digitalocean.com/community/tutorials/a-basic-mysql-tutorial | |
general frameworks | |
https://github.com/avelino/awesome-go | |
Webserver and why | |
http://www.integralist.co.uk/posts/golang-webserver.html | |
golang books | |
https://github.com/dariubs/GoBooks | |
https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/preface.html | |
practical resource | |
http://www.alexedwards.net/blog/practical-persistence-sql | |
databse for go | |
http://go-database-sql.org/accessing.html | |
general structs and interfaces | |
https://www.golang-book.com/books/intro/9 | |
https://www.youtube.com/watch?v=83J256zByHA | |
jqeury restful api https://www.tutorialspoint.com/jquery/jquery-ajax.htm | |
The rest of this is for creating the api | |
The tutorial used is | |
https://medium.com/@etiennerouzeaud/how-to-create-a-basic-restful-api-in-go-c8e032ba3181#.xyh6kz8d2 | |
golang chat | |
https://scotch.io/bar-talk/build-a-realtime-chat-server-with-go-and-websockets?utm_content=buffer47c94&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment