https://www.greatercommons.com/
HERE IS MY NEW TRAINING FOR THE GO LANGUAGE:
https://www.udemy.com/learn-how-to-code/?couponCode=letsgo
WEB TRAINING FOR GO LANGUAGE
https://www.youtube.com/playlist?list=PLSak_q1UXfPp2VwUQ4ZdUVJdMO6pfi5v_
GO LANGUAGE TRAINING & WEB TRAINING BY CALEB DOXSEY:
https://www.youtube.com/playlist?list=PLSak_q1UXfPrI6D67NF8ajfeJ6f7MH83S
Get To This Document
https://goo.gl/PHKgO7
FORUM FOR ASKING QUESTIONS
https://forum.golangbridge.org/
PRESENTATIONS
https://goo.gl/Tbz6Xf
GITHUB CODE
https://goo.gl/KbUroF
YOUTUBE
https://www.youtube.com/user/toddmcleod
TWITTER
https://twitter.com/Todd_McLeod
COURSE OUTLINE
https://goo.gl/qwoSft
NUMERAL SYSTEMS:
https://goo.gl/cvFUDa
EXERCISES
https://goo.gl/Pz42yo
REFERENCE TYPES
https://goo.gl/VCLdqa
GREAT BOOKS:
While this book is the oldest of all of these, it is very approachable. Great for beginners!
Buy On Amazon ( http://amzn.to/1PmlKSB )
This book is also very approachable and great for beginners. Plus, it’s free!
Read it online for free ( www.golang-book.com )
Another great book. I’d categorize this one as intermediate. If you have some programming experience, this is a great book with which to begin. Chapter 2 is a bit advanced, as is chapter 7. Consider reading those two chapters last!
Buy On Amazon ( http://amzn.to/1PmlB1w )
A fantastic book, very thorough, but more advanced. Purchase this with one of the other two books above so that you can get different perspectives on the same concept.
Buy on Amazon ( http://amzn.to/21nO1Mc )
Another great training and additional Resources ( https://goo.gl/k0pmRO )
How to build web apps with golang – presented to GDG Fresno
Amazon Auto Links: No products found.
https://github.com/alrra/dotfiles +Todd McLeod please upgrade that terminal lol
Very nice Tutorial!
But it’s quite painful to see you struggling with Git Branch like that, you know that in webstorm you just need to enable the Version Control to Git and you will have on the bottom right all the branch that you switch in 2-3 clicks!
The CSS was not loading for me, because the content type string is wrong.
Instead of: w.Header().Add(“Content Type”, contentType)
It must be: w.Header().Add(“Content-Type”, contentType). The “-” was missing. After changing that Chrome loaded the .css file successfully for me. Cheers
good video, except modern OSX sucks compared to windows 7!
do u guys know how to display the MIME type in Chrome inspect element?
in my chrome it only displays document / stylesheet / script
One day, ill find a tutorial that doesnt immediatley ask me to download pre written code!
Just being pedantic but you say it is a fast language… A language is like a mathematical construct it’s not fast or slow. What you mean to say is that it’s implementation happens to be fast. One could actually build a fast Java implementation, the language is not slow, it’s the practical implementation that we currently have on hand that is slow (by Sun bloatware). It’s important to distinguish physical practical implementation from the theory (language) itself. Everyone thinks that Java is a slow language, or that HTML is slow, or javascript is slow… it’s not the language that is slow…. give a person 1000 years on the project, and a Javascript implementation could be as fast as assembly code or machine code, or almost as fast. Languages aren’t fast or slow, they are just math. The physical implementation is slow. Once upon a time we thought array indexes were slow, so we used pointers… nowadays arrays are fast… it’s not the array mathematical construct that is slow, it’s the physical implementation. Computer chips can be changed so that certain language constructs all of a sudden become super fast that were slow back in the 1970’s. easier said than done, however they indeed have improved array indexing speed …
11:20 and GO its about 864 time faster than PHP, am I confused there ?
thank u so mch fr this vid 🙂
thank a million that i need
Though the maker of the video didn’t have much justifications to embrace “GO” , this will be the future where development tools and web platform take advantage of multi core processors and parallel programming paradigms, Micro service architecture require technologies that don’t have many onions to peel and run on its own space in a micro environment.
you github url ?
Great presentation, thanks.
Building backend with javascript is like driving with your feet.
Yes, you can do it but that doesn’t mean it’s a good idea.
why don’t you like windows so much?
I loled so hard at 1:02:00 when you showed the one liner for everything you took an hour to explain!
i cant seem to find your code as demonstrated
I’am so confused, because i don’t know what backend languaje learn for 2017. Some people say, that php are slow and has passed out, and node.js has no that power or big suport. I want some advise from an expert in the field, what language should i learn for backend. Php-Laravel, Python-Django, RoR, Go, Scala, Node.js-Express, .Net, java. What do you think?, what language has the most power, future and great suport and comunity. Thanks.
thx man!
Did you manage to play the video?>
+Todd McLeod Mc where did she get the list of companies using golang?
as far as I know square has C,Java, Ruby, etc. but no GO. CouchDB is written in Erlang. MongoDB is C++, etc.
you lost me at “template”. so out of date.
I have been working with PHP for a while now. i want to know what is the main reason of moving to go for web development?
Cool guy teaching cool things, man i wish you were a professor at my university
Please learn git ffs
Have you ever considered developing a desktop application in go? Or is web dev strictly your thing?
https://youtu.be/Vlie-srOU8c?t=1h22m39s It’s more commonly known as yoda conditions
https://en.wikipedia.org/wiki/Yoda_conditions
I would like to integrate this video to my my blog can it possible?
my blog is:http://saadprogrammer.blogspot.com/
Won’t it be clearer to use switch – case to return the type of the file being served?
switch {
case strings.HasSuffix(path,”.css”):
contentType = “text/css”
default:
contentType = “text/plain”
}
I made a comparison with Python and decided to learn Go.
I love the shouting.. it helps me stay focus.. Got to Go!
The CSS-Load is “Resource interpreted as Stylesheet but transferred with MIME type text/plain:”
This was very helpful, thanks. I ended up enrolling in the udemy course as well and bought two of those books you have linked. Are there any great resources you can recommend regarding MVC with Go?
Django is better
Why do you add and commit before switching branches? You weren’t making any changes…
this was excellent. however, I am also donating cash to charity whenever you say, “ya-know”. 😉
On branch 06 neither chrome or firefox load the css for me. on the developer tools under Type it says stylesheet, document or script but not text/ . Anyone else with this issue?
864 times faster than PHP? I would understand 20-50 times faster, but 864 times faster? Is that even true?
Dude! Great tutorial. Thanks so much.
This feels like going backwards. Essentially this is the same thing as Java Servlets back in 1996
大神,有中文文字翻译么?
nice job. what ide are you using on this video ?
If you could stop zooming in and out every 5 seconds that’d be great