Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://about.sourcegraph.com/go/gophercon-2019-on-the-road-to-go-2
Sourcegraph
GopherCon 2019 - On the road to Go 2
We're on the road to Go 2. But where exactly are we? Where are we headed? Come find out.
Golang drawer
https://medium.com/swlh/programming-business-processes-in-golang-f3612108d16b
Medium
Programming business processes in Golang
Programming business logic is the programmers daily work. Business logic creates business value for the customer by transforming and…
Golang drawer
https://rogchap.com/2019/06/25/mocking-grpc-in-go/
Rogchap
Mocking gRPC in Go
One of the huge benefits of using gRPC is the ability to autogenerate our client and server stubs from the protocol buffer definitions.
In the same way, we can we generate our own code by building a plugin for the protocol buffer compiler (protoc).
The plugin…
Golang drawer
https://igor.mp/blog/2019/07/28/own-ddns.html
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoPrometheusMetricLabels
Golang drawer
https://rehansaeed.com/gitattributes-best-practices/
Muhammad Rehan Saeed
.gitattributes Best Practices
Best practices for configuring Git in the .gitattributes file. Configuring CRLF and LF line endings. Configuring Git Large File System (LFS) for binary files.
Golang drawer
https://github.com/fuzzitdev/example-go
GitHub
GitHub - fuzzitdev/example-go: Go Fuzzit Example
Go Fuzzit Example. Contribute to fuzzitdev/example-go development by creating an account on GitHub.
Golang drawer
https://itnext.io/how-to-create-your-own-cli-with-golang-3c50727ac608
Medium
How To Create Your Own CLI — With Golang
An introduction to making CLI’s with Golang
Golang drawer
https://medium.com/@fonseka.live/detect-faces-using-golang-and-opencv-fbe7a48db055
Medium
Detect faces using Golang and OpenCV
OpenCV is a library made for computer vision that has been around for almost 20 years. I’ve used through college and for personal projects…
Golang drawer
https://callistaenterprise.se/blogg/teknik/2019/07/29/go-blog-series-part16/
callistaenterprise.se
Go Microservices blog series, part 16 - It's 2019, time for a code overhaul! | Callista
Callista Enterprise - seniora IT-arkitekter och systemutvecklare inom Java, öppen källkod, agil utveckling och systemintegration
Golang drawer
https://blog.codecentric.de/2019/07/gomock-vs-testify/
codecentric
GoMock vs. Testify: Mocking frameworks for Go
A comparison of popular Go mocking frameworks: Testify/mock and GoMock. We look at mock generation and usage, type safety, output for failing tests, and integration with Go tooling.
Golang drawer
https://medium.com/@adeshg7/vuejs-golang-a-rare-combination-53538b6fb918
Medium
Vuejs + Golang = A rare combination
Back in 2018, I wrote an article “Django + Angular 4 = A powerful web application” which has over 15k reads. Out of curiosity, I tried…
Golang drawer
https://kb.objectrocket.com/elasticsearch/how-to-bulk-index-elasticsearch-documents-using-golang-450
Objectrocket
How To Bulk Index Elasticsearch Documents Using Golang | ObjectRocket
This article explains how to perform a bulk index in Elasticsearch with Golang using the Olivere driver.
Golang drawer
https://itnext.io/practical-guide-to-securing-grpc-connections-with-go-and-tls-part-2-994ef93b8ea9
Medium
Practical guide to securing gRPC connections with Go and TLS — Part 2
Look at how to automate the generation of signed certificates our gRPC endpoints can use without our intervention
Golang drawer
https://blog.gitea.io/2019/07/gitea-1.9.0-is-released/
Gitea
Gitea 1.9.0 is released | Gitea Blog
It's time for another major release! We are proud to present Gitea
Golang drawer
https://www.prakharsrivastav.com/posts/remoto-rpc-framework/
Remoto RPC Framework
Remoto RPC Framework :: Prakhar Srivastav — Blogging about technology
Introduction Remoto is an RPC framework written in Go. You can use it to set up RPC services in Go while keeping codebase fairly simple. It is intuitive, elegant and has a gentle learning curve. Remoto lets you define your service with a Go interface, and…
Golang drawer
https://github.com/drakkan/sftpgo
GitHub
GitHub - drakkan/sftpgo: Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage…
Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob - drakkan/sftpgo
Golang drawer
https://discourse.purescript.org/t/purescript-native-can-now-target-golang/878/4
PureScript Language Forum
Purescript-native can now target Golang
purescript-native now supports both Go and C++11 as intermediate languages. The purescript-native “suite” comprises two utilites: pscpp and psgo. The two share transpiler code and a general design but function independently of one another. Foreign implementations…
Golang drawer
https://gohugo.io/news/0.56.0-relnotes/
gohugo.io
Hugo 0.56.0: Hugo Modules and Deployment
This release adds powerful module support with dependency management for all component types, including content. And we now have built-in deployment support to GCS, S3, or Azure.
Golang drawer
https://habd.as/post/hugo-deploy-migrate-s3-website/
habd.as
Hugo Deploy: Migrating from S3 Website
How to install and configure Hugo for Amazon S3 deployments using Docker.
Golang drawer
https://evilmartians.com/chronicles/lefthook-knock-your-teams-code-back-into-shape
evilmartians.com
Lefthook: knock your team’s code back into shape—Martian Chronicles, Evil Martians’ team blog
Meet Lefthook, the fastest polyglot Git hooks manager in our galaxy that requires zero setup from your contributors