Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://dev.to/cmelgarejo/creating-an-opinionated-graphql-server-with-go-part-2-46io
DEV Community
Creating an opinionated GraphQL server with Go - Part 2
We'll be now add GQLGen's generated server into our project and start gqling away! And, we are going...
Golang drawer
https://dev.to/cmelgarejo/creating-an-opinionated-graphql-server-with-go-part-1-3g3l
DEV Community
👩‍💻
👨‍💻
Creating an opinionated GraphQL server with Go - Part 1
Let's make an opinionated GraphQL server using: Gin-gonic web framework Goth for OAuth2 connectio...
Golang drawer
https://dev.to/gypsydave5/tdd-an-analogue-clockface-in-go-4ono
DEV Community
TDD an Analogue Clockface in Go
A Chapter from _Learn Go With Tests_
Golang drawer
https://matthias-endler.de/2019/maybe-you-dont-need-kubernetes/
endler.dev
Maybe You Don't Need Kubernetes
Kubernetes is the 800-pound gorilla of container orchestration. It powers some of the biggest deployments worldwide, but it comes with a price tag...
Golang drawer
https://levelup.gitconnected.com/golang-soap-based-services-ccc4b3e3ee2e
Medium
Golang & SOAP Based Services
As golang being prominently adapted across enterprise applications due to its various benefits there are still few unprecedented…
Golang drawer
https://blog.filippo.io/efficient-go-apis-with-the-inliner/
Filippo.io
Efficient Go APIs with the mid-stack inliner
A common task in Go API design is returning a byte slice. In this post I will explore some old techniques and a new one. In particular, we'll see how the mid-stack inliner interacts with escape analysis to make it possible for the most natural API to be also…
Golang drawer
https://github.com/dedis/tlc/tree/master/go/model
GitHub
dedis/tlc
Threshold Logical Clocks and Que Sera Consensus. Contribute to dedis/tlc development by creating an account on GitHub.
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoTryWillBeUsedSimply
Golang drawer
https://ukiahsmith.com/blog/golang-try-and-programming-in-the-large/
Ukiah Smith
Golang Try() and Programming in the Large
The new try() proposal is counter to the core principles of the Go language, specifically software engineering in the large. The proposal’s stated goal is to reduce the tediousness around handling errors. I believe, that in actuality, it would reduce explicitness…
Golang drawer
https://www.mongodb.com/blog/post/mongodb-go-driver-updated-to-version-104
MongoDB
MongoDB Go Driver updated to version 1.0.4 | MongoDB
Version 1.0.4 of the MongoDB Go driver is now available.
Golang drawer
https://github.com/teivah/bitvector
GitHub
teivah/bitvector
Static bit vector structures in Go. Contribute to teivah/bitvector development by creating an account on GitHub.
Golang drawer
https://github.com/cloudflare/tableflip
GitHub
GitHub - cloudflare/tableflip: Graceful process restarts in Go
Graceful process restarts in Go. Contribute to cloudflare/tableflip development by creating an account on GitHub.
Golang drawer
https://github.com/guregu/dynamo
GitHub
GitHub - guregu/dynamo: expressive DynamoDB library for Go
expressive DynamoDB library for Go. Contribute to guregu/dynamo development by creating an account on GitHub.
Golang drawer
https://github.com/go-resty/resty
GitHub
GitHub - go-resty/resty: Simple HTTP, REST, and SSE client library for Go
Simple HTTP, REST, and SSE client library for Go. Contribute to go-resty/resty development by creating an account on GitHub.
Golang drawer
https://github.com/cube2222/octosql
GitHub
GitHub - cube2222/octosql: OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases…
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL. - cube2222/octosql
Golang drawer
https://github.com/knadh/listmonk
GitHub
GitHub - knadh/listmonk: High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary…
High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app. - knadh/listmonk
Golang drawer
https://github.com/gojuno/minimock
GitHub
GitHub - gojuno/minimock: Powerful mock generation tool for Go programming language
Powerful mock generation tool for Go programming language - gojuno/minimock
Golang drawer
https://medium.com/compass-true-north/concurrent-programming-in-go-de33441ace1c
Medium
Concurrent Programming in Go
A quick case study.
Golang drawer
https://eli.thegreenplace.net/2019/passing-callbacks-and-pointers-to-cgo/
Golang drawer
https://blog.containo.us/can-we-trust-github-stars-e8aa8b6b0baa
Medium
Can We Trust GitHub Stars?
GitHub stars are an essential growth factor for many open source projects, but they can easily be from bot accounts. How can we trust…