Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://tpaschalis.github.io/golang-aws-lambda-getting-started/
tpaschalis.github.io
An introduction to AWS Lambda functions in Go (plus an API Gateway trigger endpoint)
Golang drawer
https://developer20.com/refactoring-for-better-testability/
Developer20
Refactoring for better testability
Golang drawer
https://www.freecodecamp.org/news/build-your-own-serverless-subscriber-list-with-go-and-aws/
freeCodeCamp.org
How to Build Your Own Serverless Subscriber List with Go and AWS
In this article, I'll share how I lovingly built a subscription sign up flow with email confirmation that doesn’t suck. You can do it, too. If you want to see it in action, you can now subscribe to my email list on victoria.dev [https://victoria.dev/].…
Golang drawer
https://bojanz.github.io/go-constants-json-iota/
bojanz.github.io
Go constants and JSON: To iota and back · bojanz.github.io
Golang drawer
https://alexanderell.is/posts/pi-cluster-monitoring/
alexanderell.is
Checking if the Pi is done
I recently put together a Raspberry Pi cluster to try out some toy distributed systems projects, and I wanted to start with a basic monitoring program to get my feet wet and work out the following:
Getting each node running and set up with software Running…
Golang drawer
https://gabrieltanner.org/blog/broadcasting-ion-sfu
gabrieltanner.org
Building a WebRTC video and audio Broadcaster in Golang using ION-SFU, and media devices | GabrielTanner
In this tutorial, you will build a video broadcasting application that reads the camera in Golang and sends it to the ION-SFU (Selective forwarding unit) which allows WebRTC sessions to scale more efficiently.
Golang drawer
https://github.com/hashicorp/go-getter
GitHub
GitHub - hashicorp/go-getter: Package for downloading things from a string URL using a variety of protocols.
Package for downloading things from a string URL using a variety of protocols. - hashicorp/go-getter
Golang drawer
https://github.com/peer-calls/peer-calls
GitHub
GitHub - peer-calls/peer-calls: Group peer to peer video calls for everyone written in Go and TypeScript
Group peer to peer video calls for everyone written in Go and TypeScript - peer-calls/peer-calls
Golang drawer
https://github.com/cilium/ebpf
GitHub
GitHub - cilium/ebpf: ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the…
ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel. - cilium/ebpf
Golang drawer
https://github.com/go-p5/p5
GitHub
GitHub - go-p5/p5: p5 is a simple package that provides primitives resembling the ones exposed by p5js.org
p5 is a simple package that provides primitives resembling the ones exposed by p5js.org - go-p5/p5
Golang drawer
https://github.com/karan/fleets
GitHub
GitHub - karan/fleets: Automatically delete tweets, retweets, and favorites.
Automatically delete tweets, retweets, and favorites. - GitHub - karan/fleets: Automatically delete tweets, retweets, and favorites.
Golang drawer
https://github.com/mtojek/gdriver
GitHub
GitHub - mtojek/gdriver: Download an upload large files to Google Drive (API v3)
Download an upload large files to Google Drive (API v3) - mtojek/gdriver
Golang drawer
https://github.com/jmrobles/h2go
GitHub
GitHub - jmrobles/h2go: Apache H2 Go SQL Driver
Apache H2 Go SQL Driver. Contribute to jmrobles/h2go development by creating an account on GitHub.
Golang drawer
https://dkmccandless.github.io/2020/10/09/a-concurrent-sudoku-solver-with-channels.html
Two Steps Forward
A Concurrent Sudoku Solver with Channels
Logical deduction puzzles like sudoku can often be modeled as consisting of a large number of similar and independent deductive steps, making them amenable to concurrency-based implementations. Sudokami is a concurrent sudoku solver written in Go, a sketch…
Golang drawer
https://codesalad.dev/blog/embed-static-files-in-go-binaries-with-pkger-15
codesalad.dev
Embed Static Files in Go Binaries With pkger
Eliminate the need to ship static files with your Go programs by embedding them right into the binary using pkger
📦
Golang drawer
https://www.researchgate.net/profile/Rodrigo_Brito18/publication/344876848_RefDiff4Go_Detecting_Refactorings_in_Go/links/5f95f841a6fdccfd7b7f7cba/RefDiff4Go-Detecting-Refactorings-in-Go.pdf
Golang drawer
https://grahamgilbert.com/blog/2020/06/01/go-for-endpoint-management/
graham gilbert
Go for endpoint management
For Mac admins using Python to perform scripting duties, the impending departure of Python 2 from the default install of macOS should be encouraging them to look at alternatives. One option that is probably the easiest, is shipping your own installation of…
Golang drawer
https://leogoesger.io/go-and-docker-with-auto-reload/
leogoesger.io
Go and Docker with Auto Reload
Using Docker with Go is a pretty common approach, but what draws me into using Docker is because Docker lets me create a self-contained image with everything my…
Golang drawer
https://tdom.dev/go-in-production
Golang drawer
https://qvault.io/2020/04/21/what-are-golangs-anonymous-structs/
Boot.dev
Learn Go [Full Course] | Boot.dev
Master the fundamentals of the Go programming language in this comprehensive interactive course.
Go is one of the most popular languages of 2025, and Go developers
are among the highest paid in the world. You'll practice writing performant,
idiomatic Go with…