#golang Guide: A List of Top Golang Frameworks, IDEs & Tools

Interesting List of Web/API Frameworks, Tools and IDE’s for GO developers https://medium.com/@quintinglvr/golang-guide-a-list-of-top-golang-frameworks-ides-tools-e7c7866e96c9
Golang News, Tutorials, Go Libraries and Golang Jobs
Interesting List of Web/API Frameworks, Tools and IDE’s for GO developers https://medium.com/@quintinglvr/golang-guide-a-list-of-top-golang-frameworks-ides-tools-e7c7866e96c9
Tutorial for optimizing golang program There’re lots of powerful tools for optimizing golang program and some of those you may have already known but still not used it. https://github.com/caibirdme/hand-to-hand-optimize-go
Cool Blog Post about writing a static blog generator with Go. https://zupzup.org/static-blog-generator-go/ A static-site-generator is a tool which, given some input (e.g. markdown) generates a fully static website using HTML, CSS and JavaScript. Code: https://github.com/zupzup/blog-generator
Interesting Blog Post about rewriting web analytics tracking infrastructure in Go: https://engineering.skroutz.gr/blog/rewriting-web-analytics-tracking-in-go/
Good blog post about golang error handling: https://mijailovic.net/2017/05/09/error-handling-patterns-in-go
Blog Post about moving from php to golang https://dannyvankooten.com/laravel-to-golang/
https://github.com/github/gh-ost gh-ost is a triggerless online schema migration solution for MySQL. It is testable and provides pausability, dynamic control/reconfiguration, auditing, and many operational perks. gh-ost produces a light workload on the master throughout the migration, decoupled from the existing workload on the migrated table. It has been designed, developed in golang, based on years of […]
Learning by doing is mostly done via reading a good book (and of course a good blog ;-)). Here is a well maintained list of English #golang books: https://github.com/vladimirvivien/GoBooks And here a blog post with another list: https://hackerlists.com/free-go-programming-books/
Very interesting Blog Post from Shiju Varghese about gRPC and Protocol Buffer based High Performance APIs. Read Medium Blog Post
Yeah, another Golang Blog. And not from a #Golang Crack… stay prepared 😉