#golang channels tutorial
Tutorial we will discuss channels and how Goroutines communicate using channels https://golangbot.com/channels/
Golang News, Tutorials, Go Libraries and Golang Jobs
Tutorial we will discuss channels and how Goroutines communicate using channels https://golangbot.com/channels/
Nice article about Go’s scheduler job to distribute runnable goroutines over multiple worker OS threads that runs on one or more processors. https://rakyll.org/scheduler/
Open-Falcon is a Distributed and High-Performance Monitoring System, opensource, written in Go. http://open-falcon.org/ https://github.com/open-falcon/falcon-plus Scalability Scalable monitoring system is necessary to support rapid business growth. Each module of Open-Falcon is super easy to scale horizontally. Performance With RRA(Round Robin Archive) mechanism, the one-year history data of 100+ metrics could be returned in just one second. High […]
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/
Go Language – Web Application Secure Coding Practices is a guide written for anyone who is using the Go Programming Language and aims to use it for web development. The book follows the OWASP Secure Coding Practices – Quick Reference Guide v2 (stable) release. The main goal of this book is to help developers avoid […]
https://concourse.ci/
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/