Size: a a a

2017 October 11
4gophers
источник
4gophers
Http load balancing on grpc services #grpc #golang
https://medium.com/applied-engineering-reporting-from-the-front/http-load-balancing-on-grpc-services-e3d702db05d7

In this post it is explained how to load-balance gRPC services through classic HTTP1.x health-checks. gRPC does not use HTTP status codes…
источник
2017 October 12
4gophers
Simple Monte Carlo with Gonum and Go-HEP  
https://sbinet.github.io/posts/2017-10-11-simple-mc/
источник
4gophers
Use Go Channels to Build a Crawler  
https://jorin.me/use-go-channels-to-build-a-crawler/

The other day I built a crawler that checks links on your website to see if there are any links that you can update from HTTP to HTTPS.
You can find it at qvl.io/httpsyet.

I came up with an implementation that abstracts the coordination using channels and I would like to share it in this article.
источник
4gophers
Building a neural net from scratch in Go  
http://www.datadan.io/building-a-neural-net-from-scratch-in-go/

I'm super pumped that my new book Machine Learning with Go is now available!  Writing the book allowed me to get a complete view of the current state of machine learning in Go, and let's just say that I'm pretty excited to see how the community growing! In the book...
источник
4gophers
Golang Moscow: встреча в Avito
https://habrahabr.ru/company/avito/blog/339846/

Привет, меня зовут Илья, я работаю в Avito и хочу позвать Go-разработчиков на митап, который будет проходить в эту субботу, 14-го октября, у нас в офисе при...
источник
4gophers
An in-Depth look at our Docker and ECS stack for Golang  
https://medium.com/smsjunk/an-in-depth-look-at-our-docker-and-ecs-stack-for-golang-b89dfe7cff5c

We use the Go programing language for a lot of the high throughput pieces of our infrastructure with SMS Junk Filter - https://smsjunk.com
источник
4gophers
Cthulhu: Organizing Go Code in a Scalable Repo  
https://blog.digitalocean.com/cthulhu-organizing-go-code-in-a-scalable-repo/

At DigitalOcean, we’ve used a “mono repo” called cthulhu to organize our Go code for nearly three years. A mono repo is a monolithic code repository which contains many different projects and libraries. Bryan Liles first wrote about cthulhu in early 2015, and I authored a follow-up post in
источник
4gophers
Why should you learn Go?  
https://www.codementor.io/kevalpatel2106/why-should-you-learn-go-csiq30zfg

In past couple of years, there is a rise of new programming language: Go or GoLang. Nothing makes a developer crazy than a new programming language, right? So, I started learning Go before 4 to 5 months and here I am going to tell you about why you should also learn this new language.
источник
4gophers
#181: Building a Neural Net from Scratch in Go
https://golangweekly.com/issues/181
источник
2017 October 13
4gophers
Responsive golang webapp without JavaScript  
https://salzmann.to/2017/10/13/responsive-golang-webapp-without-javascript.html

tl;drIt is possible to flush the http.ResponseWriter with the help of http.Flusher and create a responsive feedback for users that dont have JavaScript enabled.
источник
4gophers
The O’Reilly Programming Podcast: Inside the development of a new Go ecosystem.  
https://www.oreilly.com/ideas/mark-bates-on-go-and-buffalo?cmp=tw-prog-free-article-lgen_podcast_mark_bates_go_jj

The O’Reilly Programming Podcast: Inside the development of a new Go ecosystem.
источник
4gophers
AMA. Avito. Backend
https://habrahabr.ru/company/avito/blog/339996/

Привет! Как и обещали, сегодня мы готовы отвечать на вопросы про бэкенд в Avito, разработку серверной части в целом и про высокие нагрузки в частности. Как...
источник
2017 October 14
4gophers
источник
4gophers
источник
4gophers
Secure tunnels to localhost - open source ngrok alternative  
https://github.com/mmatczuk/go-http-tunnel

go-http-tunnel - Secure tunnels to localhost - open source ngrok alternative
источник
4gophers
Introducing Glot - The plotting library for golang  
https://medium.com/@Arafat./introducing-glot-the-plotting-library-for-golang-3133399948a1

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. It provides an expressive…
источник
4gophers
Go Observability: Using the Pprof Web UI to Debug Memory Usage -
https://honeycomb.io/blog/2017/08/golang-observability-using-the-new-pprof-web-ui-to-debug-memory-usage/

Troubleshooting golang memory usage: an investigation using the new pprof web UI and Honeycomb.
источник
4gophers
GoCV: OpenCV 3-Powered Computer Vision in Go -
http://gocv.io/
источник
2017 October 15
4gophers
Creating a TODO app using GoKit-CLI  
https://medium.com/@kujtimii.h/creating-a-todo-app-using-gokit-cli-20f066a58e1

Creating a microservices based application for a TODO app is probably an overkill, but I think it will serve as a good example of how you…
источник