Go Weekly, a weekly curation for all things Go in one centralised place. Here is your curation for Wed Sep 02 2020.
Hot Go Articles This Week On Reddit
- Generics examples by Go Team 🔥️ (3 days ago)
- Just released go-reddit v1.0.0, a Go library for accessing the Reddit API (6 days ago)
- Using Go at Google (5 days ago)
- GORM V2 officially released! (2 days ago)
Go Articles This Week On Dev.To
- TECH SCHOOL: DB transaction lock & How to handle deadlock
- Anisha Mohanty: #discussGolang Learning Resources
- stackdumper: Setting up CI for microservices in monorepo using GitHub Actions
- Roelof Jan Elsinga: GraphQL: Centralize existing REST API endpoints for easier development
- Gourav Kumar: 🎉Golang + Lambda: Masterclass🎉
- Steven Victor: Using GraphQL in Golang
- Pacharapol Withayasakpunt: #helpPractical web server in vanilla Go with clean-up function (I don't really know what I am doing)
- Donald Feury: Utilizing Redis with Golang (Go)
- klyse: #watercoolerMy G815 Keyboard is on Steroids (Shortcut helper)
- Prasanna Kumar: #showdevnetselect: A CLI tool to find the fastest host based on the lowest ICMP latency.
- Muhammad Syuqri: #showdevsaferm - A tool to safely remove files on CLI
- Tunde Oladipupo: Randomness in Go
- bitsmonkey: web server with plain go
- Jędrzej Szczepaniak: DynamoDB with Go #3 - Composite Primary Keys
- Lane Wagner: “Interview Prep – Golang” Course Released
- Pacharapol Withayasakpunt: #showdevWebview I wanted to see, and some requested features
- Elliott M.: How a Data Warehousing Toolkit Works
- Pacharapol Withayasakpunt: #discussGolang server - standard lib or some other libraries?
- Elliott M.: Designing and Developing a Data Warehousing Toolkit
- Hermes Frangoudis: How to Build a Token Server for Agora Applications using GoLang
- vasubabu: Start Goland from terminal
- Jinzhu: The fantastic ORM library for Golang - GORM V2 released!
- Gabriel Cruz (he/him): #showdevxcreep: copying files to clipboard as you expected
- TJ Holowaychuk: Apex Logs public beta with discount for Dev users
- itshifting.com: Top 10 trending programming languages 2020
- mrdeluofficial: How to Add a New Folder in Gmail
- mrdeluofficial: How to post new Job on Facebook Timeline
Trending Go Repositories This Week On Github
- cloudreve/Cloudreve (Go): 🌩支持多家云存储的云盘系统 (A project helps you build your own cloud in minutes)
- betty200744/ultimate-go (Go): This repo contains my notes on working with Go and computer systems.
- aws/aws-controllers-k8s (Go): AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes
- tal-tech/go-zero (Go): go-zero是一个集成了各种工程实践的web和rpc框架。通过弹性设计保障了大并发服务端的稳定性,经受了充分的实战检验。包含极简的API定义和生成工具,可以一键生成Go, iOS, Android, Dart, TypeScript, JavaScript代码,并可直接运行。
- jaegertracing/jaeger (Go): CNCF Jaeger, a Distributed Tracing Platform
- hoanhan101/ultimate-go (Go): The Ultimate Go Study Guide
- halfrost/LeetCode-Go (Go): ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
- go-gorm/gorm (Go): The fantastic ORM library for Golang, aims to be developer friendly
- ardanlabs/gotraining (Go): Go Training Class Material :
- kgretzky/evilginx2 (Go): Standalone man-in-the-middle attack framework used for phishing login credentials along with session cookies, allowing for the bypass of 2-factor authentication
- containous/traefik (Go): The Cloud Native Edge Router
- roboll/helmfile (Go): Deploy Kubernetes Helm Charts
- google/google-ctf (Go): Google CTF
- cortexlabs/cortex (Go): Build machine learning APIs
- facebook/ent (Go): An entity framework for Go
- kubernetes/kubernetes (Go): Production-Grade Container Scheduling and Management
- greyireland/algorithm-pattern (Go): 算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~
- golang/go (Go): The Go programming language
- hashicorp/terraform (Go): Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
- etcd-io/etcd (Go): Distributed reliable key-value store for the most critical data of a distributed system
- filecoin-project/lotus (Go): Implementation of the Filecoin protocol, written in Go
- zu1k/proxypool (Go): 自动抓取tg频道、订阅地址、公开互联网上的ss、ssr、vmess、trojan节点信息,聚合去重后提供节点列表,每15分钟更新
- kubernetes-sigs/kubebuilder (Go): Kubebuilder - SDK for building Kubernetes APIs using CRDs
- inancgumus/learngo (Go): 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes
- rancher/k3s (Go): Lightweight Kubernetes
Topics from the Weekly Go Forum
- How to keep a Go server running
- Range over structs with multiple slices not working
- How to get last date of the given year?
- A self-hosted Quora like web application written in Go
- VSCode 'main redeclared in this block' - any way to avoid it?
- Why Does a programming language need to be political?
- VirtualXT, IBM PC/XT emulator released
- gin.Context or context.Context?
- Code explanation
- Senior FullStack Go Dev (Remote)
- How to list packages and version
- Show keys in result of sqlx.StructScan in Go templates
- Gccgo can't compile cgo
- Recommendation for learning data structures
- Scanner problem
- Why can not you not call an Interface function on a newly created instance of a struct that implements that Interface?
- How do I init a module from vscode
- How do you name your interfaces?
- Some query regarding my code to deal with io.Reader in golang
- How is func printCounts running ten times ?please explain
- Still trying to wrap my head around how to use and covert */&whatever?
- Help understanding this
- Exe file doesn´t open
- Callback in Golang, I'm trying to pass a function square (callback) and then a number to a function where the function square will return square of any number but it shows an error, 'function body missing'
- [idiomatic Go] tree.Find(val int) should return (Node, error) VS (Nod, bool) VS (*Node)?
- Can we pause go routines until input is given by the user and then run multiple go routines concurrently?
- Database Insert records from struct
- How to upload file to internet
- Course Suggestion for Golang Rest API
- Splitting executable file
- How can I write a more elegant index traversal algorithm?
- [Data structures] should I return the contained elements or copies ? Go forces me to return a copy!
- Server responds with Bad Request
- Why use make with maps?
- Golang http2 split a request into more than one packets
- Small question here
- How to use package from subdirectory?
- [Golang micro services] "delete notification email" functionality - in a separate micro service?
- I don't understand this. Explain?
- Errormissing destination name hr_id in *main.Hr (sqlx)
- Use SpaceVim as go IDE
- Is using the framework ideal solution to develop slack like project?
- How can i modify custom logger wrapper to print actual error line no
- Return array length from receiver function
- gin.Negotiate Example Code
- Go-reflex v1.15.0-r0 - develop Kubernetes native applications with autorecompile and autorestart
- Testing/fuzzing an ncurses-like (text) ui
- How to use googollee/go-socket.io with gin gonic
- How to solve the "magic number" linter warning
Gopher Gold is a weekly roundup for all things Go! If you have more suggestions for resources, submit them below! Follow me on Twitter for more projects @dennisokeeffe92.
Image credit: Katerina Kerdi
Top comments (0)