Golang drawer
@golang101
178
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
178 subscribers
Golang drawer
https://github.com/Masterminds/sprig
GitHub
GitHub - Masterminds/sprig: Useful template functions for Go templates.
Useful template functions for Go templates. Contribute to Masterminds/sprig development by creating an account on GitHub.
Golang drawer
https://github.com/ergo-services/ergo
GitHub
GitHub - ergo-services/ergo: An actor-based Framework with network transparency for creating event-driven architecture in Golang.…
An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies. - GitHub - ergo-services/ergo: An actor-based Framework ...
Golang drawer
https://github.com/moderato-app/live-pprof
GitHub
GitHub - moderato-app/live-pprof: Monitor Go app's performance in seconds, not a day.
Monitor Go app's performance in seconds, not a day. - moderato-app/live-pprof
Golang drawer
https://tomjowitt.com/posts/a-love-letter-to-go/
Tomjowitt
A love letter to Go
The Go programming language (or golang) left beta twelve years ago, and version 1 was released which means I’ve been writing Go on and off for 12 years now.
Go came along at the perfect time. I was in the middle of evaluating languages for work as we were…
Golang drawer
https://symflower.com/en/company/blog/2024/transpilation-with-llms/
Symflower
Transpiling Go & Java to Ruby using GPT-4o & Claude 3.5 Sonnet
We used LLMs to transpile Java and Go source code to Ruby, to extend the DevQualityEval with Ruby.
Golang drawer
https://blog.openziti.io/zero-trust-sshclient
OpenZiti Tech Blog
Zero Trust SSH Client Explained
Learn how to implement a zero trust ssh client using OpenZiti and Go for enhanced security and simplicity
Golang drawer
https://www.joeshaw.org/dont-defer-close-on-writable-files/
www.joeshaw.org
Don't defer Close() on writable files
It'll bite you some day
Golang drawer
https://packagemain.tech/p/golang-statically-and-dynamically-linked-binaries
packagemain.tech
Statically and Dynamically Linked Go Binaries
Examining the Go binaries and linkers.
Golang drawer
https://www.openfaas.com/blog/checking-stock-price-drops/
OpenFaaS - Serverless Functions Made Simple
How to check for price drops with Functions, Cron & LLMs
Learn how Alex bought a set of chisels by monitoring the price using HTML scraping and a cron job with OpenFaaS. You can apply the same technique for things you’d like to buy or monitor.
Golang drawer
https://atlasgo.io/blog/2024/09/09/how-go-tests-go-test
atlasgo.io
How Go Tests "go test" | Atlas | Manage your database schema as code
Adapted from a talk given at GopherCon Israel 2024
Golang drawer
https://go.dev/blog/gotelemetry
go.dev
Telemetry in Go 1.23 and beyond - The Go Programming Language
Go 1.23 includes opt-in telemetry for the Go toolchain.
Golang drawer
https://github.com/satmihir/fair
GitHub
GitHub - satmihir/fair: A Go library for serving resources fairly
A Go library for serving resources fairly. Contribute to satmihir/fair development by creating an account on GitHub.
Golang drawer
https://github.com/eduardolat/pgbackweb
GitHub
GitHub - eduardolat/pgbackweb:
🐘
Effortless PostgreSQL backups with a user-friendly web interface!
🌐
💾
🐘
Effortless PostgreSQL backups with a user-friendly web interface!
🌐
💾
- eduardolat/pgbackweb
Golang drawer
https://maelstrom-software.com
Golang drawer
https://github.com/bitfield/script
GitHub
GitHub - bitfield/script: Making it easy to write shell-like scripts in Go
Making it easy to write shell-like scripts in Go. Contribute to bitfield/script development by creating an account on GitHub.
Golang drawer
https://devblogs.microsoft.com/oldnewthing/20240909-00/?p=110234
Microsoft News
GitHub trick to find the commit that deleted a file
Ask for the history of the file.
Golang drawer
https://blog.pradumnasaraf.dev/dockerizing-go-api
Pradumna Saraf
Dockerize Golang API with MySQL & Docker Compose
Learn how to dockerize a Golang API with MySQL, and add Docker Compose support for streamlined development and deployment
Golang drawer
https://ebpfchirp.substack.com/p/transparent-proxy-implementation
eBPFChirp
Transparent Proxy Implementation using eBPF and Go
Building a Transparent Proxy with eBPF
Golang drawer
https://www.freecodecamp.org/news/how-to-implement-server-sent-events-in-go/
freeCodeCamp.org
How to Implement Server-Sent Events in Go
Server-Sent Events (SSE) is a powerful technology that enables real-time, unidirectional communication from servers to clients. In this article, we'll explore how to implement SSE in Go, discussing its benefits, use cases, and providing practical exa...
Golang drawer
https://www.jvt.me/posts/2024/09/16/api-pretty/
Jamie Tanna | Software Engineer
Don't pretty print your API's JSON response body · Jamie Tanna | Software Engineer
Why pretty-printing JSON responses in your APIs is a waste of resources, and you should stop it.