Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
Golang drawer
https://youtu.be/J2AtMlwvs3U
YouTube
Refactoring To Modules: Why And How – All You Need To Know In An Hour @ Triangle Golang Aug 2019
By Baruch Sadogursky
Go modules are here to stay and it’s about time to start modularizing your code. We’re here to help! In this talk, you’ll learn why and how to do it by examining a production code successfully refactored to modules.
Golang drawer
https://medium.com/teads-engineering/scaling-graphite-in-a-cloud-environment-6a92fb495e5
Medium
Scaling Graphite in a cloud environment
Our tormented journey moving from a physical server to a cloud based, highly available and scalable setup
Golang drawer
https://developers.redhat.com/blog/2019/07/24/probing-golang-runtime-using-systemtap/
Red Hat Developer
Probing golang runtime using SystemTap - Red Hat Developer
SystemTap can be used to perform live analysis of a running program; this article provides a sample script for probing golang runtime.
Golang drawer
https://snyk.io/blog/securing-go-modules-made-easy/
Snyk
Securing Go modules made easy (and accurately!) | Snyk
We are excited to share that starting today, developers can test and monitor their Go projects, which use modules, for open source vulnerabilities and get
Golang drawer
https://github.com/stripe/stripe-cli
GitHub
GitHub - stripe/stripe-cli: A command-line tool for Stripe
A command-line tool for Stripe. Contribute to stripe/stripe-cli development by creating an account on GitHub.
Golang drawer
https://github.com/ipfs/go-ipfs
GitHub
GitHub - ipfs/kubo: An IPFS implementation in Go
An IPFS implementation in Go. Contribute to ipfs/kubo development by creating an account on GitHub.
Golang drawer
https://github.com/apache/dubbo-go
GitHub
GitHub - apache/dubbo-go: Go Implementation For Apache Dubbo .
Go Implementation For Apache Dubbo . Contribute to apache/dubbo-go development by creating an account on GitHub.
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…