Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
Golang drawer
https://grpc-ecosystem.github.io/grpc-gateway/docs/customizingyourgateway.html
Golang drawer
https://github.com/gohouse/gorose
GitHub
GitHub - gohouse/gorose: GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent.…
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently p...
Golang drawer
https://github.com/thoas/bokchoy
GitHub
GitHub - thoas/bokchoy: Simple job queues for Go backed by Redis
Simple job queues for Go backed by Redis. Contribute to thoas/bokchoy development by creating an account on GitHub.
Golang drawer
https://github.com/buraksezer/olric
GitHub
GitHub - olric-data/olric: Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language…
Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service. - olric-data/olric
Golang drawer
https://github.com/cruise-automation/fwanalyzer
GitHub
GitHub - cruise-automation/fwanalyzer: a tool to analyze filesystem images for security
a tool to analyze filesystem images for security. Contribute to cruise-automation/fwanalyzer development by creating an account on GitHub.
Golang drawer
https://github.com/go-pg/sharding
GitHub
GitHub - go-pg/sharding: PostgreSQL sharding for go-pg and Golang
PostgreSQL sharding for go-pg and Golang. Contribute to go-pg/sharding development by creating an account on GitHub.
Golang drawer
https://github.com/rajveermalviya/gochan
GitHub
rajveermalviya/gochan
A go module that makes it easier to stream pubsub messages to the web by relaying them via Server Sent Events (Eventsource). - rajveermalviya/gochan
Golang drawer
https://www.alexedwards.net/blog/interfaces-explained
www.alexedwards.net
Golang Interfaces explained - Alex Edwards
Golang drawer
Golang drawer
pinned «
https://www.alexedwards.net/blog/interfaces-explained
»
Golang drawer
https://ednsquare.com/story/anatomy-of-goroutines-in-go-concurrency-in-go------PGPfEF
Ednsquare
Anatomy of goroutines in Go -Concurrency in Go - Ednsquare
goroutine is lightweight execution thread running in the background. goroutines are key ingredients to achieve concurrency in Go.
Golang drawer
https://dzone.com/articles/5-best-practices-for-golang-cicd
dzone.com
Five Best Practices for GoLang CI/CD - DZone Web Dev
In this article, we discuss best practices for creating continuous integration and delivery workflows with Artifactory and GoLang.
Golang drawer
https://tutorialedge.net/golang/improving-go-workflow-with-git-hooks/
TutorialEdge.net
Improving Your Go Development Workflow With Git Hooks
In this article, we are going to be taking a look at how you can improve your Go development workflow through the use of git hooks that automatically format and lint your Go code
Golang drawer
https://medium.com/@adiach3nko/package-management-with-go-modules-the-pragmatic-guide-c831b4eaaf31
Medium
Package Management With Go Modules: The Pragmatic Guide
Go Modules is a way of dealing with dependencies in Go. Initially an experiment, it is is supposed to enter the playing field in 1.13 as a…
Golang drawer
https://levelup.gitconnected.com/learn-and-use-templates-in-go-aa6146b01a38
Medium
Learn and Use Templates In Go
While developing several full stack apps over years, I realized some apps don’t need a full fledged frontend application running. Most of…
Golang drawer
https://youtu.be/F365lY5ECGY
YouTube
Go Design Patterns - The Decorator Pattern - Part One
#tensorprogramming #golang #designpatterns
In this tutorial, we take a look at the decorator pattern in Go. We use it to build composite functions and create middleware that can be plugged into any like function or type.
Source Code: https://github.com/tensor…
Golang drawer
https://blog.afoolishmanifesto.com/posts/extensibility-in-golang/
fREW Schmidt's Foolish Manifesto
Extensibility in Go
Recently I’ve come across some code that allows extensibility in some ways
that are limiting.
Golang drawer
https://nullprogram.com/blog/2019/07/22/
Golang drawer
https://thenotexpert.com/golang-typed-nils/
TheNotExpert
Typed nil in Go… wait, what?
Golang has a concept of typed and untyped nil. They may look the same, but in reality they are different.
Golang drawer
https://blog.getambassador.io/debugging-grpc-web-more-9af5195b6d79
Medium
Chasing a test failure in our gRPC-Web test: Whatever Remains, However Improbable, Must be the Truth
Debugging gRPC-Web, Base64, and Dates
Golang drawer
https://preslav.me/2019/08/11/x509-certificate-signed-by-unknown-authority-running-a-go-app-inside-a-docker-container/
Preslav Rachev
X509: Certificate Signed by Unknown Authority (Running a Go App Inside a Docker Container)
Here is how to fix it.
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoEmacsWithLspMode