Size: a a a

2017 November 20
4gophers
Top 6 web frameworks for Go as of 2017  
https://t.co/tTJlD4x0xD
источник
4gophers
Comment Your Code  
https://t.co/gmy261WMJX

There’s a disturbing thread that pops up every once in a while where People On The Internet say that comments are bad and the only reason you need them is because you and/or your code aren’t good enough. I’m here to say that’s bullshit.
#golang
источник
4gophers
Create versatile Microservices in Golang - part 1 of 10 part series  
https://t.co/loRQvgfdi7

This is a ten part series, released weekly on writing microservices in Golang. Making use of protobuf and gRPC as the underlying transport protocol. Why? Because it took me a long time to figure this out and settle on a solution that was clear and concise, and I wanted to share what I'd learnt about creating, testing and deploying microservices end-to-end with others new to the scene.

#golang #microservices
источник
4gophers
The Golang project directory structure  
https://t.co/EgtNvdm3DG

This is a basic layout for Go application projects. It represents the most common directory structure with a number of small enhancements along with several supporting directories common to any real world application.

#golang #project
источник
2017 November 21
4gophers
sg1 - A wanna be swiss army knife for data encryption, exfiltration and covert communication.
https://t.co/5RWf8YWUpb

SG1 is a wanna be swiss army knife for data encryption, exfiltration and covert communication. In its core SG1 aims to be as simple to use as netcat while maintaining high modularity.

#golang #encryption
источник
4gophers
Run kubectl commands concurrently against multiple pods with ckube.  
https://t.co/y97Ltg9ItM

The primary objective of my team is to empower other engineering teams in our company to take ownership of their services. Like many companies we chose Kubernetes as the platform to help us achieve our goals.
#kube #docker
источник
2017 November 22
4gophers
GoLand EAP 20 is out  
https://t.co/y6igZAJjY0

Hurray! A fresh GoLand EAP is now out. One of the most notable changes in this update is a new type of run configuration: Go Build. This run configuration replaces the Go Application run configuration, and it basically runs the Go build command. You can configure this run configuration for a file, package or directory

#golang #idea #goland
источник
4gophers
Building a Real-time Collaborative Drawing App in Go  
https://t.co/XBK2Z9cEcS

This article shows how to build a simple drawing app using Go for the back-end. All communication will be established with WebSockets, so users will be able to see each others' drawings in real-time.

#golang #realtime #drawing
источник
4gophers
Replacing x86 firmware with Linux and Go
https://t.co/gFHP2AWPeh

The Intel Management Engine (ME), which is a separate processor and operating system running outside of user control on most x86 systems, has long been of concern to users who are security and privacy conscious. Google and others have been working on ways to eliminate as much of that functionality as possible (while still being able to boot and run the system). Ronald Minnich from Google came to Prague to talk about those efforts at the 2017 Embedded Linux Conference Europe.
#golang #linux
источник
2017 November 23
4gophers
Using Pre-Trained Models with TensorFlow in Go  
https://t.co/2Xs44LrVKc

Exploring how to take one of the pre-trained models for TensorFlow and set it up to be executed in Go - Specifically, detecting multiple objects within any image

#golang #ml #TensorFlow
источник
4gophers
An open source PaaS in Go and Angular 2  
https://t.co/gOlsZWe7rS

1Backend is a PaaS designed to make deploying, running and maintaining services cheap and fun.
#golang
источник
4gophers
The 2017 Go User Survey
https://golangweekly.com/issues/188

#golang #news #golangweekly
источник
2017 November 24
4gophers
источник
4gophers
источник
4gophers
Let’s make a simple todo app with Go - Continue if you are a beginner  
https://t.co/q5Qb05SAVu

Generally Go is perfect for building micro services, but it doesn’t mean that trivial MVC app are not easy to build. Go has built-in support for parsing html template, though we are not going to focus on that.
#golang #tutorial
источник
4gophers
In-depth introduction to bufio package  
https://t.co/XGbf53sZbB

Package bufio helps with buffered I/O. Through a bunch of examples we’ll get familiar with goodies it provides: Reader, Writer and Scanner
#golang #io
источник
4gophers
Go Defer Simplified with Practical Visuals  
https://t.co/zwdHQYu3fn

Learn about Golang’s defer statement with various usage examples.
#golang #learn
источник
2017 November 26
4gophers
picfit - An image resizing server written in Go
https://t.co/gbfr4MWoXI
источник
2017 November 28
4gophers
What's the most common identifier in the Go stdlib?  
https://t.co/tnGXfzfpqC

This is the first episode of a series on program analysis.
We will answer the question "what's the most common identifier in the Go standard library"?
And to do so we will use the most simple tool at our disposal: go/parser

#golang #video #justforfunc
источник
4gophers
coinprices - Cryptocurrency prices on CLI
https://t.co/hQbV0MemV6

Get cryptocurrency prices on terminal.

#golang #cli #blockchain
источник