Size: a a a

2018 January 20
4gophers
Stream Processing for Go
https://blog.wallaroolabs.com/2018/01/go-go-go-stream-processing-for-go/

We’ve been working on our processing engine, Wallaroo for just under two years now. Our goal has been to make it as easy to build fast, scale-independent applications for processing data. When we open sourced Wallaroo last year we provided an API that let developers create applications using Python. Over the last few months we’ve been working to make Wallaroo available to a wider range of programmers by adding a Go API, and that’s what I’d like to talk about today.
#golang #stream
источник
2018 January 21
4gophers
Learning to Use Go Reflection – Capital One DevExchange – Medium
https://t.co/JqZBgvBVqx

What’s Reflection?
Most of the time, variables, types, and functions in Go are pretty straightforward.
#golang #reflection
источник
2018 January 22
4gophers
Serverless Golang API with AWS Lambda
https://t.co/gRhfuI2iPk

How to create a movie website using an AWS Lambda function written in Go — the latest language for serverless applications
#golang #aws #lambda
источник
4gophers
How we test go at stream
https://t.co/mZXOGzJTBz

Stream’s API is used in production by more than 500 companies and 200 million end users. While we like to move fast, we definitely don’t like to break things.

An extensive test infrastructure enables us to move quickly and deploy code with confidence. A solid testing workflow is essential to stay productive as your team and codebase grows.
#golang #test
источник
4gophers
Разработка твиттер ботнета на основе цепей Маркова
http://4gophers.ru/articles/markov-twitter-botnet/

Перевод “Developing a Twitter botnet based on Markov chains in Go“

Основная идея этой статьи - рассказать как написать твиттер ботнет с автономными ботами которые смогут отвечать на другие твиты текстом сгенерированным с помощью алгоритма цепей Маркова. Так как это обучающий минипроект, то мы будем делать все сами и с самого нуля.
#golang #markov #twitter
источник
2018 January 23
4gophers
justforfunc #27: two ways of merging N channels  
https://t.co/fys4LRg9TX

After the previous episode I got many questions from people wondering what was the best way to merge a dynamic number of channels into one.
#golang #justforfunc
источник
4gophers
GoLang vs Python: deep dive into the concurrency  
https://t.co/h94rbHiQhD

In the last months, I worked a lot with GoLang on several projects. Although I’m certainly not an expert, there are several things that I really appreciate about this language: first, it has a clear and simple syntax, and more than once I noticed that the style of the Github developers is very close to the style used in old C programs.
#golang #python
источник
4gophers
Go 1.9.3 Released  
https://t.co/f4U5P0DjSP

We have just released Go version 1.9.3, a minor point release.

This release includes fixes to the compiler, runtime, and the database/sql,
math/big, net/http, and net/url packages.
#golang #releas
источник
2018 January 24
4gophers
GolangShow. Выпуск 111. Лучше поздно, чем никогда
http://golangshow.com/episode/2017/10-25-111/

#golang #podcast
источник
4gophers
How A Fix in Go 1.9 Sped Up GitLab's Gitaly Service by 30x
https://t.co/KUyaewgx7a

Gitaly is a Git RPC service that we are currently rolling out across GitLab.com, to replace our legacy NFS-based file-sharing solution. We expect it to be faster, more stable and the basis for amazing new features in future.

#golang
источник
4gophers
GolangShow. Выпуск 112. …Поздно, чем никогда - 2
http://golangshow.com/episode/2017/11-29-112/

#golang #podcast
источник
4gophers
Привет!

И еще один крутой анонс! К нам приедет Ashley McNamara: технический евангелист Microsoft, ментор в WeWork, General Assembly, AngelHack и CapitalFactory, организатор Redis Austin, Big Data Analytics Club и Austin All Girl Hack Night. А еще Эшли рисует прекрасных гоферов!

Hi! One more great speaker is Ashley McNamara, Principal Technologist at Microsoft, mentor at WeWork, General Assembly, AngelHack, and CapitalFactory. She is on the board of engineering groups including Redis Austin, Big Data Analytics Club, and Austin All Girl Hack Night. Engineer by day & Artist by night.
источник
2018 January 25
4gophers
Анонс следующей версии dep v0.4.1  
https://t.co/GivJnsxJSg

Теперь будет больше документации. Что еще будет в следующей версии читайте по ссылке.
#golang #dep
источник
4gophers
GC is bad and you should feel bad  
https://t.co/A3aopPUSUH

Почему GC не всегда полезен и как с этим жить.
источник
4gophers
Concurrent Directional Graph Processing in Go
https://t.co/SiYq35LDjz


So today I decided to take on a fairly complex design pattern in the hopes of demonstrating some more advanced features of concurrency in Go or at least ruffle a few feathers about how to approach digraph processing
#golang #concurrent
источник
4gophers
A static verification framework for message passing in Go using behavioural types
https://t.co/a710eMUl5G

Разбираемся с сообщениями по хардкору. Математика, доказательства, вот это все
#golang
источник
2018 January 26
4gophers
Golang Weekly #195: Go 1.9.3 Released
https://golangweekly.com/issues/195

Подборка новостей и полезных ссылок за прошедшую неделю
#golang #news
источник
4gophers
GolangShow. Выпуск 113. gRPCLambdaCon1.10
http://golangshow.com/episode/2018/01-25-113/

Самый свежий выпуск
#golang #podcast
источник
4gophers
Go 1.10 RC1
https://t.co/jLKwVCmUEz

Отличная пятничная новость. Пробуем, репортим баги, наслаждаемся.
источник
4gophers
Building a Cpanel alternative with Go  
https://t.co/q8o9mqw6do

История про написание своей cPanel с шахматами и танцовщицами. И конечно же на #golang
источник